content_hosts: array (
)
names: array (
  0 => 'Paul Aurand',
  1 => 'The Dalai Lama',
  2 => 'Michael Newton',
  3 => 'and Pete Smith',
)
content_cast: array (
  0 => 
  array (
    'person' => 'Paul Aurand',
  ),
  1 => 
  array (
    'person' => 'The Dalai Lama',
  ),
  2 => 
  array (
    'person' => 'Michael Newton',
  ),
  3 => 
  array (
    'person' => 'and Pete Smith',
  ),
)