Created
April 3, 2017 11:16
-
-
Save tomkershaw-bbc/0f92f20f4795f37dde956b5edbed8f00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
schema: "https://rms.api.bbc.co.uk/radio/programmes/schema.json", | |
total: 1, | |
limit: 1, | |
offset: 0, | |
results: [ | |
{ | |
type: "episode_summary", | |
pid: "b08ff17c", | |
network_summary: { | |
type: "network_summary", | |
id: "bbc_radio_four", | |
titles: { | |
type: "network_titles", | |
short_title: "Radio 4", | |
long_title: "BBC Radio 4" | |
}, | |
key: "radio4", | |
group: "radio", | |
active: true | |
}, | |
category_summaries: [], | |
release_date: "2017-02-20T00:00:00Z", | |
position: { | |
type: "programme_position", | |
position: 6, | |
total: null | |
}, | |
titles: { | |
type: "programme_titles", | |
entity_title: "Making the Invisible Visible", | |
display_title: "The Infinite Monkey Cage - Series 15 - Making the Invisible Visible", | |
primary_title: "Series 15", | |
secondary_title: null | |
}, | |
short_synopsis: "Brian Cox and Robin Ince discover how science can make the invisible visible.", | |
images: [ | |
{ | |
type: "image_summary", | |
id: "p02gshyl", | |
template_url: "ichef.bbci.co.uk/images/ic/$recipe/p02gshyl.jpg", | |
image_type: "standard" | |
} | |
], | |
media_type: "audio", | |
ancestors: [ | |
{ | |
type: "ancestor_summary", | |
ancestor_type: "brand", | |
id: "b00snr0w", | |
titles: { | |
type: "ancestor_title", | |
title: "The Infinite Monkey Cage" | |
}, | |
images: [] | |
}, | |
{ | |
type: "ancestor_summary", | |
ancestor_type: "series", | |
id: "b08bgztl", | |
titles: { | |
type: "ancestor_title", | |
title: "Series 15" | |
}, | |
images: [] | |
} | |
], | |
available_versions: [ | |
{ | |
type: "available_version", | |
media_set: "iptv-all", | |
duration: "PT30M", | |
version_pid: "b08fdy6d", | |
version_type: "original", | |
has_guidance: false, | |
available_from_date: "2017-02-20T17:00:28.000Z", | |
available_to_date: null, | |
available: "available" | |
}, | |
{ | |
type: "available_version", | |
media_set: "mobile-cellular-main", | |
duration: "PT30M", | |
version_pid: "b08fdy6d", | |
version_type: "original", | |
has_guidance: false, | |
available_from_date: "2017-02-20T17:00:29.000Z", | |
available_to_date: null, | |
available: "available" | |
}, | |
{ | |
type: "available_version", | |
media_set: "mobile-phone-main", | |
duration: "PT30M", | |
version_pid: "b08fdy6d", | |
version_type: "original", | |
has_guidance: false, | |
available_from_date: "2017-02-20T17:00:20.000Z", | |
available_to_date: null, | |
available: "available" | |
}, | |
{ | |
type: "available_version", | |
media_set: "pc", | |
duration: "PT30M", | |
version_pid: "b08fdy6d", | |
version_type: "original", | |
has_guidance: false, | |
available_from_date: "2017-02-20T17:00:20.000Z", | |
available_to_date: null, | |
available: "available" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment