BBC Web API (beta) Disclaimer  Terms of Use  About Us  backstage.bbc.co.uk
bbc.programme.getInfo
Get information about a programme.
Arguments
programme_id
  (required) Programme identifier
format
  (simple) Response format (more information)
Explore
bbc.programme.getInfo
programme_id
format Simple   TV-Anytime  
Example response
Simple format:
<programme programme_id="crid://bbc.co.uk/272913323" title="Diagnosis Murder">
  <synopsis>Dead in the Water. Lighthearted drama series about a hospital doctor 
        who uses his sleuthing skills to help the LAPD crack baffling cases. Jesse and 
        Susan set off for a romantic getaway - but Susan's past catches up with her when 
        they break down in a fishing town.</synopsis>
  <event channel_id="BBCOne">
    <start>2005-09-12T00:00:00+01:00</start>
    <duration>00:30:00</duration>
  </event>
  <genre genre_id="urn:tva:metadata:cs:IntentionCS:2005:1.1'">ENTERTAINMENT</genre>
  <genre genre_id="urn:tva:metadata:cs:FormatCS:2005:2.2'">REPRESENTATION/PLAY</genre>
  <genre genre_id="urn:tva:metadata:cs:ContentCS:2005:3.4.1'">General light drama</genre>
  <group group_id="crid://bbc.co.uk/__SERDiagnosisMurder">Diagnosis Murder</group>
</programme>
TV-Anytime format:
<TVAMain xmlns='urn:tva:metadata:2005' xmlns:mpeg7='urn:mpeg:mpeg7:schema:2005' 
      xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xml:lang='en'>
  <ProgramDescription>
    <ProgramInformationTable>
      <ProgramInformation programId='crid://bbc.co.uk/272913323'>
        <BasicDescription>
          <Title>Diagnosis Murder</Title>
          <Synopsis length='short'><![CDATA[Dead in the Water. Lighthearted drama 
                series about a hospital doctor who uses his sleuthing skills to help the LAPD 
                crack baffling cases. Jesse and Susan set off for a romantic getaway - but Susan's 
                past catches up with her when they break down in a fishing town.]]></Synopsis>
          <Genre href='urn:tva:metadata:cs:IntentionCS:2005:1.1'>
            <Name><![CDATA[ENTERTAINMENT]]></Name>
          </Genre>
          <Genre href='urn:tva:metadata:cs:FormatCS:2005:2.2'>
            <Name><![CDATA[REPRESENTATION/PLAY]]></Name>
          </Genre>
          <Genre href='urn:tva:metadata:cs:ContentCS:2005:3.4.1'>
            <Name><![CDATA[General light drama]]></Name>
          </Genre>
          <CaptionLanguage closed='true'>EN-UK</CaptionLanguage>
        </BasicDescription>
        <AVAttributes>
          <VideoAttributes>
            <AspectRatio>16:9</AspectRatio>
            <Color type='color'/>
          </VideoAttributes>
        </AVAttributes>
        <MemberOf xsi:type='MemberOfType' crid='crid://bbc.co.uk/__SERDiagnosisMurder'/>
      </ProgramInformation>
    </ProgramInformationTable>
    <ProgramLocationTable>
      <Schedule serviceIDRef='BBCOne' start='2005-09-12T00:00:00+01:00' end='2005-09-12T23:59:59+01:00'>
        <ScheduleEvent>
          <Program crid='crid://bbc.co.uk/272913323'/>
          <ProgramURL>dvb://233a.1004.1044@2005-09-12T14:35:00+01:00/PT00H45M</ProgramURL>
          <PublishedStartTime>2005-09-12T14:35:00+01:00</PublishedStartTime>
          <PublishedDuration>PT00H45M00S</PublishedDuration>
        </ScheduleEvent>
      </Schedule>
    <ProgramLocationTable>
  </ProgramDescription>
</TVAMain>