Hi Aaron,
Youtube videos are embedded via FileViewers, which are not rendered by default within content served from REST. This is an area we are looking at improving. However, as a workaround, you can set un undocumented parameter to your REST request, 'PostTarget'. By default, the target is 'WebServices'. However, if you pass the value of 'Web' for 'PostTarget', it will format the body the same as it would be when rendered within the widget, including FileViewer content transformations.
Please note that as FileViewers currently expect to render within a page hosted within Evolution that there is some potential that some viewers might not work if they have dependencies on other JavaScript, image, or Flash assets served by Evolution. However, the YouTube FileViewer is fairly basic and just serves an <embed> tag within the source.
Hope this helps