auntie 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +49 -0
  4. data/LICENSE +20 -0
  5. data/README.md +39 -0
  6. data/Rakefile +24 -0
  7. data/bin/news +4 -0
  8. data/bin/radio +51 -0
  9. data/bin/sport +4 -0
  10. data/bin/tv +45 -0
  11. data/bin/weather +23 -0
  12. data/features/location.feature +8 -0
  13. data/features/news.feature +8 -0
  14. data/features/radio.feature +8 -0
  15. data/features/sport.feature +8 -0
  16. data/features/step_definitions/location_steps.rb +7 -0
  17. data/features/step_definitions/radio_steps.rb +1 -0
  18. data/features/step_definitions/tv_steps.rb +1 -0
  19. data/features/step_definitions/weather_steps.rb +6 -0
  20. data/features/support/env.rb +15 -0
  21. data/features/tv.feature +8 -0
  22. data/features/weather.feature +8 -0
  23. data/lib/auntie.rb +16 -0
  24. data/lib/bbc/location.rb +44 -0
  25. data/lib/bbc/news.rb +28 -0
  26. data/lib/bbc/now_next.rb +93 -0
  27. data/lib/bbc/schedule.rb +53 -0
  28. data/lib/bbc/shell/characters.rb +68 -0
  29. data/lib/bbc/shell/colors.rb +39 -0
  30. data/lib/bbc/shell/describe_time.rb +20 -0
  31. data/lib/bbc/sport.rb +33 -0
  32. data/lib/bbc/version.rb +7 -0
  33. data/lib/bbc/weather.rb +98 -0
  34. data/scratch +9 -0
  35. data/spec/bbc/location_spec.rb +45 -0
  36. data/spec/bbc/news_spec.rb +43 -0
  37. data/spec/bbc/now_next_spec.rb +53 -0
  38. data/spec/bbc/schedule_spec.rb +56 -0
  39. data/spec/bbc/sport_spec.rb +35 -0
  40. data/spec/bbc/version_spec.rb +18 -0
  41. data/spec/bbc/weather_spec.rb +41 -0
  42. data/spec/fixtures/3dayforecast.json +149 -0
  43. data/spec/fixtures/3hourlyforecast.json +265 -0
  44. data/spec/fixtures/location.json +12 -0
  45. data/spec/fixtures/news.json +31 -0
  46. data/spec/fixtures/now_next_radio.json +7767 -0
  47. data/spec/fixtures/now_next_tv.json +3471 -0
  48. data/spec/fixtures/schedule_radio_today.json +939 -0
  49. data/spec/fixtures/schedule_radio_tomorrow.json +941 -0
  50. data/spec/fixtures/schedule_radio_yesterday.json +1118 -0
  51. data/spec/fixtures/schedule_tv.json +1695 -0
  52. data/spec/fixtures/sport.json +38 -0
  53. data/spec/spec_helper.rb +13 -0
  54. metadata +170 -0
@@ -0,0 +1,1695 @@
1
+ {
2
+ "schedule": {
3
+ "day": {
4
+ "broadcasts": [
5
+ {
6
+ "duration": 300,
7
+ "end": "2014-02-03T01:50:00Z",
8
+ "is_blanked": false,
9
+ "is_repeat": false,
10
+ "pid": "p01qgml6",
11
+ "programme": {
12
+ "display_titles": {
13
+ "subtitle": "03/02/2014",
14
+ "title": "Weatherview"
15
+ },
16
+ "duration": 300,
17
+ "first_broadcast_date": "2014-02-03T01:45:00Z",
18
+ "image": {
19
+ "pid": "p01lc1h3"
20
+ },
21
+ "is_available_mediaset_pc_sd": false,
22
+ "is_legacy_media": false,
23
+ "media_type": "audio_video",
24
+ "ownership": {
25
+ "service": {
26
+ "id": "bbc_webonly",
27
+ "key": "",
28
+ "title": "BBC",
29
+ "type": null
30
+ }
31
+ },
32
+ "pid": "b03sg9cl",
33
+ "position": null,
34
+ "programme": {
35
+ "expected_child_count": null,
36
+ "first_broadcast_date": "2007-09-02T01:50:00+01:00",
37
+ "ownership": {
38
+ "service": {
39
+ "id": "bbc_webonly",
40
+ "key": "",
41
+ "title": "BBC",
42
+ "type": null
43
+ }
44
+ },
45
+ "pid": "b007yy70",
46
+ "position": null,
47
+ "title": "Weatherview",
48
+ "type": "brand"
49
+ },
50
+ "short_synopsis": "Detailed weather forecast.",
51
+ "title": "03/02/2014",
52
+ "type": "episode"
53
+ },
54
+ "start": "2014-02-03T01:45:00Z"
55
+ },
56
+ {
57
+ "duration": 15000,
58
+ "end": "2014-02-03T06:00:00Z",
59
+ "is_blanked": false,
60
+ "is_repeat": false,
61
+ "pid": "p01qgml7",
62
+ "programme": {
63
+ "display_titles": {
64
+ "subtitle": "03/02/2014",
65
+ "title": "Joins BBC News"
66
+ },
67
+ "duration": 15000,
68
+ "first_broadcast_date": "2014-02-03T01:50:00Z",
69
+ "image": {
70
+ "pid": "p01m1rbq"
71
+ },
72
+ "is_available_mediaset_pc_sd": false,
73
+ "is_legacy_media": false,
74
+ "media_type": "audio_video",
75
+ "ownership": {
76
+ "service": {
77
+ "id": "bbc_news24",
78
+ "key": "bbcnews",
79
+ "title": "BBC News Channel",
80
+ "type": "tv"
81
+ }
82
+ },
83
+ "pid": "b03sg9cn",
84
+ "position": null,
85
+ "programme": {
86
+ "expected_child_count": null,
87
+ "first_broadcast_date": "2006-04-05T00:20:00+01:00",
88
+ "ownership": {
89
+ "service": {
90
+ "id": "bbc_news24",
91
+ "key": "bbcnews",
92
+ "title": "BBC News Channel",
93
+ "type": "tv"
94
+ }
95
+ },
96
+ "pid": "b00h9fxh",
97
+ "position": null,
98
+ "title": "Joins BBC News",
99
+ "type": "brand"
100
+ },
101
+ "short_synopsis": "BBC One joins the BBC's rolling news channel for a night of news.",
102
+ "title": "03/02/2014",
103
+ "type": "episode"
104
+ },
105
+ "start": "2014-02-03T01:50:00Z"
106
+ },
107
+ {
108
+ "duration": 11700,
109
+ "end": "2014-02-03T09:15:00Z",
110
+ "is_blanked": false,
111
+ "is_repeat": false,
112
+ "pid": "p01qjqg4",
113
+ "programme": {
114
+ "display_titles": {
115
+ "subtitle": "03/02/2014",
116
+ "title": "Breakfast"
117
+ },
118
+ "duration": 11700,
119
+ "first_broadcast_date": "2014-02-03T06:00:00Z",
120
+ "image": {
121
+ "pid": "p00qftbq"
122
+ },
123
+ "is_available_mediaset_pc_sd": false,
124
+ "is_legacy_media": false,
125
+ "media_type": "audio_video",
126
+ "ownership": {
127
+ "service": {
128
+ "id": "bbc_one",
129
+ "key": "bbcone",
130
+ "title": "BBC One",
131
+ "type": "tv"
132
+ }
133
+ },
134
+ "pid": "b03t6x10",
135
+ "position": null,
136
+ "programme": {
137
+ "expected_child_count": null,
138
+ "first_broadcast_date": "2007-01-27T06:00:00Z",
139
+ "ownership": {
140
+ "service": {
141
+ "id": "bbc_one",
142
+ "key": "bbcone",
143
+ "title": "BBC One",
144
+ "type": "tv"
145
+ }
146
+ },
147
+ "pid": "b006v5tb",
148
+ "position": null,
149
+ "title": "Breakfast",
150
+ "type": "brand"
151
+ },
152
+ "short_synopsis": "The latest news, sport, business and weather from the BBC's Breakfast team.",
153
+ "title": "03/02/2014",
154
+ "type": "episode"
155
+ },
156
+ "start": "2014-02-03T06:00:00Z"
157
+ },
158
+ {
159
+ "duration": 2700,
160
+ "end": "2014-02-03T10:00:00Z",
161
+ "is_blanked": false,
162
+ "is_repeat": false,
163
+ "pid": "p01qjqg5",
164
+ "programme": {
165
+ "actual_start": "2014-02-03T10:00:00Z",
166
+ "available_until": "2014-02-10T09:59:00Z",
167
+ "display_titles": {
168
+ "subtitle": "Series 7, Godfrey Family",
169
+ "title": "Wanted Down Under Revisited"
170
+ },
171
+ "duration": 2640,
172
+ "first_broadcast_date": "2014-02-03T09:15:00Z",
173
+ "image": {
174
+ "pid": "p014db14"
175
+ },
176
+ "is_available_mediaset_pc_sd": true,
177
+ "is_legacy_media": false,
178
+ "media": {
179
+ "availability": "7 days left to watch",
180
+ "expires": "2014-02-10T09:59:00Z",
181
+ "format": "video"
182
+ },
183
+ "media_type": "audio_video",
184
+ "ownership": {
185
+ "service": {
186
+ "id": "bbc_one",
187
+ "key": "bbcone",
188
+ "title": "BBC One",
189
+ "type": "tv"
190
+ }
191
+ },
192
+ "pid": "b03trg6h",
193
+ "position": 1,
194
+ "programme": {
195
+ "expected_child_count": 10,
196
+ "first_broadcast_date": "2014-02-03T09:15:00Z",
197
+ "pid": "b03trg69",
198
+ "position": 7,
199
+ "programme": {
200
+ "expected_child_count": null,
201
+ "first_broadcast_date": "2008-01-23T09:15:00Z",
202
+ "ownership": {
203
+ "service": {
204
+ "id": "bbc_one",
205
+ "key": "bbcone",
206
+ "title": "BBC One",
207
+ "type": "tv"
208
+ }
209
+ },
210
+ "pid": "b00hkrs0",
211
+ "position": null,
212
+ "title": "Wanted Down Under Revisited",
213
+ "type": "brand"
214
+ },
215
+ "title": "Series 7",
216
+ "type": "series"
217
+ },
218
+ "short_synopsis": "Nicki Chapman catches up with the Godfrey family, who spent a trial week in Perth.",
219
+ "title": "Godfrey Family",
220
+ "type": "episode"
221
+ },
222
+ "start": "2014-02-03T09:15:00Z"
223
+ },
224
+ {
225
+ "duration": 3600,
226
+ "end": "2014-02-03T11:00:00Z",
227
+ "is_blanked": false,
228
+ "is_repeat": true,
229
+ "pid": "p01qjqg6",
230
+ "programme": {
231
+ "actual_start": "2014-02-03T11:00:00Z",
232
+ "available_until": "2014-02-11T07:04:00Z",
233
+ "display_titles": {
234
+ "subtitle": "Series 16, Episode 62",
235
+ "title": "Homes Under the Hammer"
236
+ },
237
+ "duration": 3600,
238
+ "first_broadcast_date": "2013-01-03T10:00:00Z",
239
+ "image": {
240
+ "pid": "p01lc2p8"
241
+ },
242
+ "is_available_mediaset_pc_sd": true,
243
+ "is_legacy_media": false,
244
+ "media": {
245
+ "availability": "8 days left to watch",
246
+ "expires": "2014-02-11T07:04:00Z",
247
+ "format": "video"
248
+ },
249
+ "media_type": "audio_video",
250
+ "ownership": {
251
+ "service": {
252
+ "id": "bbc_one",
253
+ "key": "bbcone",
254
+ "title": "BBC One",
255
+ "type": "tv"
256
+ }
257
+ },
258
+ "pid": "b01pnmjs",
259
+ "position": 62,
260
+ "programme": {
261
+ "expected_child_count": 80,
262
+ "first_broadcast_date": "2012-04-09T09:45:00+01:00",
263
+ "pid": "b01g5y69",
264
+ "position": 16,
265
+ "programme": {
266
+ "expected_child_count": null,
267
+ "first_broadcast_date": "2006-04-05T11:00:00+01:00",
268
+ "ownership": {
269
+ "service": {
270
+ "id": "bbc_one",
271
+ "key": "bbcone",
272
+ "title": "BBC One",
273
+ "type": "tv"
274
+ }
275
+ },
276
+ "pid": "b006v5kb",
277
+ "position": null,
278
+ "title": "Homes Under the Hammer",
279
+ "type": "brand"
280
+ },
281
+ "title": "Series 16",
282
+ "type": "series"
283
+ },
284
+ "short_synopsis": "Martin and Lucy visit properties in Cumbria, Kent, and Derby.",
285
+ "title": "Episode 62",
286
+ "type": "episode"
287
+ },
288
+ "start": "2014-02-03T10:00:00Z"
289
+ },
290
+ {
291
+ "duration": 2700,
292
+ "end": "2014-02-03T11:45:00Z",
293
+ "is_blanked": false,
294
+ "is_repeat": true,
295
+ "pid": "p01qjqg7",
296
+ "programme": {
297
+ "actual_start": "2014-02-03T11:45:00Z",
298
+ "available_until": "2014-02-11T07:49:00Z",
299
+ "display_titles": {
300
+ "subtitle": "Series 2, Episode 11",
301
+ "title": "The Sheriffs Are Coming"
302
+ },
303
+ "duration": 2580,
304
+ "first_broadcast_date": "2013-01-28T11:00:00Z",
305
+ "is_available_mediaset_pc_sd": true,
306
+ "is_legacy_media": false,
307
+ "media": {
308
+ "availability": "8 days left to watch",
309
+ "expires": "2014-02-11T07:49:00Z",
310
+ "format": "video"
311
+ },
312
+ "media_type": "audio_video",
313
+ "ownership": {
314
+ "service": {
315
+ "id": "bbc_one",
316
+ "key": "bbcone",
317
+ "title": "BBC One",
318
+ "type": "tv"
319
+ }
320
+ },
321
+ "pid": "b01qgq49",
322
+ "position": 11,
323
+ "programme": {
324
+ "expected_child_count": 15,
325
+ "first_broadcast_date": "2013-01-14T11:00:00Z",
326
+ "ownership": {
327
+ "service": {
328
+ "id": "bbc_one",
329
+ "key": "bbcone",
330
+ "title": "BBC One",
331
+ "type": "tv"
332
+ }
333
+ },
334
+ "pid": "b01q1j5l",
335
+ "position": 2,
336
+ "programme": {
337
+ "expected_child_count": null,
338
+ "first_broadcast_date": "2012-03-19T11:00:00Z",
339
+ "ownership": {
340
+ "service": {
341
+ "id": "bbc_one",
342
+ "key": "bbcone",
343
+ "title": "BBC One",
344
+ "type": "tv"
345
+ }
346
+ },
347
+ "pid": "b01q1j5d",
348
+ "position": null,
349
+ "title": "The Sheriffs Are Coming",
350
+ "type": "brand"
351
+ },
352
+ "title": "Series 2",
353
+ "type": "series"
354
+ },
355
+ "short_synopsis": "Squatters have taken over a London pub, can the Sheriffs get the uninvited guests out?",
356
+ "title": "Episode 11",
357
+ "type": "episode"
358
+ },
359
+ "start": "2014-02-03T11:00:00Z"
360
+ },
361
+ {
362
+ "duration": 1800,
363
+ "end": "2014-02-03T12:15:00Z",
364
+ "is_blanked": false,
365
+ "is_repeat": true,
366
+ "pid": "p01qjqg8",
367
+ "programme": {
368
+ "actual_start": "2014-02-03T12:15:00Z",
369
+ "available_until": "2014-02-11T08:19:00Z",
370
+ "display_titles": {
371
+ "subtitle": "Series 4, Sesay/UBU",
372
+ "title": "Saints and Scroungers"
373
+ },
374
+ "duration": 2640,
375
+ "first_broadcast_date": "2013-02-11T11:00:00Z",
376
+ "is_available_mediaset_pc_sd": true,
377
+ "is_legacy_media": false,
378
+ "media": {
379
+ "availability": "8 days left to watch",
380
+ "expires": "2014-02-11T08:19:00Z",
381
+ "format": "video"
382
+ },
383
+ "media_type": "audio_video",
384
+ "ownership": {
385
+ "service": {
386
+ "id": "bbc_one",
387
+ "key": "bbcone",
388
+ "title": "BBC One",
389
+ "type": "tv"
390
+ }
391
+ },
392
+ "pid": "b01qsftw",
393
+ "position": 1,
394
+ "programme": {
395
+ "expected_child_count": 20,
396
+ "first_broadcast_date": "2013-02-11T11:00:00Z",
397
+ "ownership": {
398
+ "service": {
399
+ "id": "bbc_one",
400
+ "key": "bbcone",
401
+ "title": "BBC One",
402
+ "type": "tv"
403
+ }
404
+ },
405
+ "pid": "b01qsftr",
406
+ "position": 4,
407
+ "programme": {
408
+ "expected_child_count": null,
409
+ "first_broadcast_date": "2009-08-17T09:15:00+01:00",
410
+ "ownership": {
411
+ "service": {
412
+ "id": "bbc_one",
413
+ "key": "bbcone",
414
+ "title": "BBC One",
415
+ "type": "tv"
416
+ }
417
+ },
418
+ "pid": "b00xggvx",
419
+ "position": null,
420
+ "title": "Saints and Scroungers",
421
+ "type": "brand"
422
+ },
423
+ "title": "Series 4",
424
+ "type": "series"
425
+ },
426
+ "short_synopsis": "Fraud investigators are on the trail of a woman they believe is working illegally.",
427
+ "title": "Sesay/UBU",
428
+ "type": "episode"
429
+ },
430
+ "start": "2014-02-03T11:45:00Z"
431
+ },
432
+ {
433
+ "duration": 2700,
434
+ "end": "2014-02-03T13:00:00Z",
435
+ "is_blanked": false,
436
+ "is_repeat": false,
437
+ "pid": "p01qjqg9",
438
+ "programme": {
439
+ "actual_start": "2014-02-03T13:00:00Z",
440
+ "available_until": "2014-02-10T12:59:00Z",
441
+ "display_titles": {
442
+ "subtitle": "Series 37, Sawbridgeworth 2",
443
+ "title": "Bargain Hunt"
444
+ },
445
+ "duration": 2640,
446
+ "first_broadcast_date": "2014-02-03T12:15:00Z",
447
+ "image": {
448
+ "pid": "p01pfcx3"
449
+ },
450
+ "is_available_mediaset_pc_sd": true,
451
+ "is_legacy_media": false,
452
+ "media": {
453
+ "availability": "7 days left to watch",
454
+ "expires": "2014-02-10T12:59:00Z",
455
+ "format": "video"
456
+ },
457
+ "media_type": "audio_video",
458
+ "ownership": {
459
+ "service": {
460
+ "id": "bbc_one",
461
+ "key": "bbcone",
462
+ "title": "BBC One",
463
+ "type": "tv"
464
+ }
465
+ },
466
+ "pid": "b03ttd1m",
467
+ "position": 8,
468
+ "programme": {
469
+ "expected_child_count": 32,
470
+ "first_broadcast_date": "2014-01-17T12:15:00Z",
471
+ "pid": "b03qllb8",
472
+ "position": 37,
473
+ "programme": {
474
+ "expected_child_count": null,
475
+ "first_broadcast_date": "2006-04-30T11:00:00+01:00",
476
+ "ownership": {
477
+ "service": {
478
+ "id": "bbc_one",
479
+ "key": "bbcone",
480
+ "title": "BBC One",
481
+ "type": "tv"
482
+ }
483
+ },
484
+ "pid": "b006nb9z",
485
+ "position": null,
486
+ "title": "Bargain Hunt",
487
+ "type": "brand"
488
+ },
489
+ "title": "Series 37",
490
+ "type": "series"
491
+ },
492
+ "short_synopsis": "The teams search for bargains in the antiques centres of Sawbridgeworth in Hertfordshire.",
493
+ "title": "Sawbridgeworth 2",
494
+ "type": "episode"
495
+ },
496
+ "start": "2014-02-03T12:15:00Z"
497
+ },
498
+ {
499
+ "duration": 1800,
500
+ "end": "2014-02-03T13:30:00Z",
501
+ "is_blanked": false,
502
+ "is_repeat": false,
503
+ "pid": "p01qjqgb",
504
+ "programme": {
505
+ "display_titles": {
506
+ "subtitle": "03/02/2014",
507
+ "title": "BBC News at One"
508
+ },
509
+ "duration": 1800,
510
+ "first_broadcast_date": "2014-02-03T13:00:00Z",
511
+ "image": {
512
+ "pid": "p01lc2hd"
513
+ },
514
+ "is_available_mediaset_pc_sd": false,
515
+ "is_legacy_media": false,
516
+ "media_type": "audio_video",
517
+ "ownership": {
518
+ "service": {
519
+ "id": "bbc_news",
520
+ "key": "news",
521
+ "title": "BBC News",
522
+ "type": null
523
+ }
524
+ },
525
+ "pid": "b03t6x12",
526
+ "position": null,
527
+ "programme": {
528
+ "expected_child_count": null,
529
+ "first_broadcast_date": "2006-12-04T13:00:00Z",
530
+ "ownership": {
531
+ "service": {
532
+ "id": "bbc_news",
533
+ "key": "news",
534
+ "title": "BBC News",
535
+ "type": null
536
+ }
537
+ },
538
+ "pid": "b007mpl9",
539
+ "position": null,
540
+ "title": "BBC News at One",
541
+ "type": "brand"
542
+ },
543
+ "short_synopsis": "National and international news stories from the BBC News team, followed by weather.",
544
+ "title": "03/02/2014",
545
+ "type": "episode"
546
+ },
547
+ "start": "2014-02-03T13:00:00Z"
548
+ },
549
+ {
550
+ "duration": 900,
551
+ "end": "2014-02-03T13:45:00Z",
552
+ "is_blanked": false,
553
+ "is_repeat": false,
554
+ "pid": "p01qjqgc",
555
+ "programme": {
556
+ "display_titles": {
557
+ "subtitle": "03/02/2014",
558
+ "title": "BBC London News"
559
+ },
560
+ "duration": 300,
561
+ "first_broadcast_date": "2014-02-03T13:30:00Z",
562
+ "image": {
563
+ "pid": "p01lcjj4"
564
+ },
565
+ "is_available_mediaset_pc_sd": false,
566
+ "is_legacy_media": false,
567
+ "media_type": "audio_video",
568
+ "ownership": {
569
+ "service": {
570
+ "id": "bbc_one",
571
+ "key": "bbcone",
572
+ "title": "BBC One",
573
+ "type": "tv"
574
+ }
575
+ },
576
+ "pid": "b03t6y55",
577
+ "position": null,
578
+ "programme": {
579
+ "expected_child_count": null,
580
+ "first_broadcast_date": "2007-02-28T18:30:00Z",
581
+ "ownership": {
582
+ "service": {
583
+ "id": "bbc_one",
584
+ "key": "bbcone",
585
+ "title": "BBC One",
586
+ "type": "tv"
587
+ }
588
+ },
589
+ "pid": "b006mj67",
590
+ "position": null,
591
+ "title": "BBC London News",
592
+ "type": "brand"
593
+ },
594
+ "short_synopsis": "The latest news, sport and weather from London.",
595
+ "title": "03/02/2014",
596
+ "type": "episode"
597
+ },
598
+ "start": "2014-02-03T13:30:00Z"
599
+ },
600
+ {
601
+ "duration": 1800,
602
+ "end": "2014-02-03T14:15:00Z",
603
+ "is_blanked": false,
604
+ "is_repeat": false,
605
+ "pid": "p01qjqgd",
606
+ "programme": {
607
+ "display_titles": {
608
+ "subtitle": "Series 15, Perfect Match",
609
+ "title": "Doctors"
610
+ },
611
+ "duration": 1680,
612
+ "first_broadcast_date": "2014-02-03T13:45:00Z",
613
+ "image": {
614
+ "pid": "p01qmq7b"
615
+ },
616
+ "is_available_mediaset_pc_sd": false,
617
+ "is_legacy_media": false,
618
+ "media_type": "audio_video",
619
+ "ownership": {
620
+ "service": {
621
+ "id": "bbc_one",
622
+ "key": "bbcone",
623
+ "title": "BBC One",
624
+ "type": "tv"
625
+ }
626
+ },
627
+ "pid": "b03thbdd",
628
+ "position": 182,
629
+ "programme": {
630
+ "expected_child_count": 222,
631
+ "first_broadcast_date": "2013-04-02T13:45:00+01:00",
632
+ "pid": "b01rq86z",
633
+ "position": 15,
634
+ "programme": {
635
+ "expected_child_count": null,
636
+ "first_broadcast_date": "2006-04-05T14:05:00+01:00",
637
+ "ownership": {
638
+ "service": {
639
+ "id": "bbc_one",
640
+ "key": "bbcone",
641
+ "title": "BBC One",
642
+ "type": "tv"
643
+ }
644
+ },
645
+ "pid": "b006mh9v",
646
+ "position": null,
647
+ "title": "Doctors",
648
+ "type": "brand"
649
+ },
650
+ "title": "Series 15",
651
+ "type": "series"
652
+ },
653
+ "short_synopsis": "A separated couple visit Kevin with a shocking request, and Al faces his dental fears.",
654
+ "title": "Perfect Match",
655
+ "type": "episode"
656
+ },
657
+ "start": "2014-02-03T13:45:00Z"
658
+ },
659
+ {
660
+ "duration": 2700,
661
+ "end": "2014-02-03T15:00:00Z",
662
+ "is_blanked": false,
663
+ "is_repeat": true,
664
+ "pid": "p01qjqgf",
665
+ "programme": {
666
+ "display_titles": {
667
+ "subtitle": "Sink or Swim",
668
+ "title": "WPC 56"
669
+ },
670
+ "duration": 2700,
671
+ "first_broadcast_date": "2013-03-18T14:15:00Z",
672
+ "image": {
673
+ "pid": "p01l9dn5"
674
+ },
675
+ "is_available_mediaset_pc_sd": false,
676
+ "is_legacy_media": false,
677
+ "media_type": "audio_video",
678
+ "ownership": {
679
+ "service": {
680
+ "id": "bbc_one",
681
+ "key": "bbcone",
682
+ "title": "BBC One",
683
+ "type": "tv"
684
+ }
685
+ },
686
+ "pid": "b01rgqdx",
687
+ "position": 1,
688
+ "programme": {
689
+ "expected_child_count": 5,
690
+ "first_broadcast_date": "2013-03-18T14:15:00Z",
691
+ "ownership": {
692
+ "service": {
693
+ "id": "bbc_one",
694
+ "key": "bbcone",
695
+ "title": "BBC One",
696
+ "type": "tv"
697
+ }
698
+ },
699
+ "pid": "b01rgfnj",
700
+ "position": null,
701
+ "title": "WPC 56",
702
+ "type": "series"
703
+ },
704
+ "short_synopsis": "Determined to prove her mettle, WPC Gina Dawson's resolve is tested on her first day.",
705
+ "title": "Sink or Swim",
706
+ "type": "episode"
707
+ },
708
+ "start": "2014-02-03T14:15:00Z"
709
+ },
710
+ {
711
+ "duration": 2700,
712
+ "end": "2014-02-03T15:45:00Z",
713
+ "is_blanked": false,
714
+ "is_repeat": true,
715
+ "pid": "p01qjqgg",
716
+ "programme": {
717
+ "display_titles": {
718
+ "subtitle": "Series 3, Episode 54",
719
+ "title": "Perfection"
720
+ },
721
+ "duration": 2700,
722
+ "first_broadcast_date": "2013-05-28T15:00:00+01:00",
723
+ "image": {
724
+ "pid": "p01m5ybc"
725
+ },
726
+ "is_available_mediaset_pc_sd": false,
727
+ "is_legacy_media": false,
728
+ "media_type": "audio_video",
729
+ "ownership": {
730
+ "service": {
731
+ "id": "bbc_one",
732
+ "key": "bbcone",
733
+ "title": "BBC One",
734
+ "type": "tv"
735
+ }
736
+ },
737
+ "pid": "b0219qm5",
738
+ "position": 54,
739
+ "programme": {
740
+ "expected_child_count": 60,
741
+ "first_broadcast_date": "2013-01-02T15:45:00Z",
742
+ "pid": "b01pqfr0",
743
+ "position": 3,
744
+ "programme": {
745
+ "expected_child_count": null,
746
+ "first_broadcast_date": "2011-01-17T16:30:00Z",
747
+ "ownership": {
748
+ "service": {
749
+ "id": "bbc_one",
750
+ "key": "bbcone",
751
+ "title": "BBC One",
752
+ "type": "tv"
753
+ }
754
+ },
755
+ "pid": "b019dw3d",
756
+ "position": null,
757
+ "title": "Perfection",
758
+ "type": "brand"
759
+ },
760
+ "title": "Series 3",
761
+ "type": "series"
762
+ },
763
+ "short_synopsis": "Nick Knowles challenges contestants to achieve perfection and win \u00a31,000.",
764
+ "title": "Episode 54",
765
+ "type": "episode"
766
+ },
767
+ "start": "2014-02-03T15:00:00Z"
768
+ },
769
+ {
770
+ "duration": 2700,
771
+ "end": "2014-02-03T16:30:00Z",
772
+ "is_blanked": false,
773
+ "is_repeat": true,
774
+ "pid": "p01qjqgh",
775
+ "programme": {
776
+ "display_titles": {
777
+ "subtitle": "Series 13, Buckinghamshire",
778
+ "title": "Escape to the Country"
779
+ },
780
+ "duration": 2640,
781
+ "first_broadcast_date": "2013-04-22T14:15:00+01:00",
782
+ "image": {
783
+ "pid": "p01lcf37"
784
+ },
785
+ "is_available_mediaset_pc_sd": false,
786
+ "is_legacy_media": false,
787
+ "media_type": "audio_video",
788
+ "ownership": {
789
+ "service": {
790
+ "id": "bbc_two",
791
+ "key": "bbctwo",
792
+ "title": "BBC Two",
793
+ "type": "tv"
794
+ }
795
+ },
796
+ "pid": "b01s5f5p",
797
+ "position": 60,
798
+ "programme": {
799
+ "expected_child_count": null,
800
+ "first_broadcast_date": "2012-09-03T11:00:00+01:00",
801
+ "pid": "b01mmtv2",
802
+ "position": 13,
803
+ "programme": {
804
+ "expected_child_count": null,
805
+ "first_broadcast_date": "2005-01-28T18:25:00Z",
806
+ "ownership": {
807
+ "service": {
808
+ "id": "bbc_two",
809
+ "key": "bbctwo",
810
+ "title": "BBC Two",
811
+ "type": "tv"
812
+ }
813
+ },
814
+ "pid": "b006vb2f",
815
+ "position": null,
816
+ "title": "Escape to the Country",
817
+ "type": "brand"
818
+ },
819
+ "title": "Series 13",
820
+ "type": "series"
821
+ },
822
+ "short_synopsis": "Denise Nurse helps a couple find a country home in Buckinghamshire.",
823
+ "title": "Buckinghamshire",
824
+ "type": "episode"
825
+ },
826
+ "start": "2014-02-03T15:45:00Z"
827
+ },
828
+ {
829
+ "duration": 2700,
830
+ "end": "2014-02-03T17:15:00Z",
831
+ "is_blanked": false,
832
+ "is_repeat": false,
833
+ "pid": "p01qjqgj",
834
+ "programme": {
835
+ "display_titles": {
836
+ "subtitle": "Series 9, Eric Knowles v Catherine Southon - UK Antiques Fair",
837
+ "title": "Put Your Money Where Your Mouth Is"
838
+ },
839
+ "duration": 2700,
840
+ "first_broadcast_date": "2014-02-03T16:30:00Z",
841
+ "is_available_mediaset_pc_sd": false,
842
+ "is_legacy_media": false,
843
+ "media_type": "audio_video",
844
+ "ownership": {
845
+ "service": {
846
+ "id": "bbc_one",
847
+ "key": "bbcone",
848
+ "title": "BBC One",
849
+ "type": "tv"
850
+ }
851
+ },
852
+ "pid": "b03tx13j",
853
+ "position": 6,
854
+ "programme": {
855
+ "expected_child_count": 20,
856
+ "first_broadcast_date": "2014-01-27T16:30:00Z",
857
+ "pid": "b03t7mfz",
858
+ "position": 9,
859
+ "programme": {
860
+ "expected_child_count": null,
861
+ "first_broadcast_date": "2008-03-10T11:30:00Z",
862
+ "ownership": {
863
+ "service": {
864
+ "id": "bbc_one",
865
+ "key": "bbcone",
866
+ "title": "BBC One",
867
+ "type": "tv"
868
+ }
869
+ },
870
+ "pid": "b00dznhb",
871
+ "position": null,
872
+ "title": "Put Your Money Where Your Mouth Is",
873
+ "type": "brand"
874
+ },
875
+ "title": "Series 9",
876
+ "type": "series"
877
+ },
878
+ "short_synopsis": "Eric Knowles and Catherine Southon do battle at the Ardingly Antiques and Collectors Fair.",
879
+ "title": "Eric Knowles v Catherine Southon - UK Antiques Fair",
880
+ "type": "episode"
881
+ },
882
+ "start": "2014-02-03T16:30:00Z"
883
+ },
884
+ {
885
+ "duration": 2700,
886
+ "end": "2014-02-03T18:00:00Z",
887
+ "is_blanked": false,
888
+ "is_repeat": true,
889
+ "pid": "p01qjqgk",
890
+ "programme": {
891
+ "display_titles": {
892
+ "subtitle": "Series 6, Episode 58",
893
+ "title": "Pointless"
894
+ },
895
+ "duration": 2700,
896
+ "first_broadcast_date": "2012-06-01T17:15:00+01:00",
897
+ "image": {
898
+ "pid": "p01lzgqd"
899
+ },
900
+ "is_available_mediaset_pc_sd": false,
901
+ "is_legacy_media": false,
902
+ "media_type": "audio_video",
903
+ "ownership": {
904
+ "service": {
905
+ "id": "bbc_one",
906
+ "key": "bbcone",
907
+ "title": "BBC One",
908
+ "type": "tv"
909
+ }
910
+ },
911
+ "pid": "b01jk7dl",
912
+ "position": 58,
913
+ "programme": {
914
+ "expected_child_count": 70,
915
+ "first_broadcast_date": "2012-02-13T17:15:00Z",
916
+ "pid": "b01cbpp3",
917
+ "position": 6,
918
+ "programme": {
919
+ "expected_child_count": null,
920
+ "first_broadcast_date": "2009-08-24T16:30:00+01:00",
921
+ "ownership": {
922
+ "service": {
923
+ "id": "bbc_one",
924
+ "key": "bbcone",
925
+ "title": "BBC One",
926
+ "type": "tv"
927
+ }
928
+ },
929
+ "pid": "b00rhg2r",
930
+ "position": null,
931
+ "title": "Pointless",
932
+ "type": "brand"
933
+ },
934
+ "title": "Series 6",
935
+ "type": "series"
936
+ },
937
+ "short_synopsis": "Quiz in which contestants try to score as few points as possible.",
938
+ "title": "Episode 58",
939
+ "type": "episode"
940
+ },
941
+ "start": "2014-02-03T17:15:00Z"
942
+ },
943
+ {
944
+ "duration": 1800,
945
+ "end": "2014-02-03T18:30:00Z",
946
+ "is_blanked": false,
947
+ "is_repeat": false,
948
+ "pid": "p01qjqgl",
949
+ "programme": {
950
+ "display_titles": {
951
+ "subtitle": "03/02/2014",
952
+ "title": "BBC News at Six"
953
+ },
954
+ "duration": 1800,
955
+ "first_broadcast_date": "2014-02-03T18:00:00Z",
956
+ "image": {
957
+ "pid": "p01lc2j5"
958
+ },
959
+ "is_available_mediaset_pc_sd": false,
960
+ "is_legacy_media": false,
961
+ "media_type": "audio_video",
962
+ "ownership": {
963
+ "service": {
964
+ "id": "bbc_news",
965
+ "key": "news",
966
+ "title": "BBC News",
967
+ "type": null
968
+ }
969
+ },
970
+ "pid": "b03t6x19",
971
+ "position": null,
972
+ "programme": {
973
+ "expected_child_count": null,
974
+ "first_broadcast_date": "2007-03-28T18:00:00+01:00",
975
+ "ownership": {
976
+ "service": {
977
+ "id": "bbc_news",
978
+ "key": "news",
979
+ "title": "BBC News",
980
+ "type": null
981
+ }
982
+ },
983
+ "pid": "b007mpkn",
984
+ "position": null,
985
+ "title": "BBC News at Six",
986
+ "type": "brand"
987
+ },
988
+ "short_synopsis": "National and international news stories from the BBC News team, followed by weather.",
989
+ "title": "03/02/2014",
990
+ "type": "episode"
991
+ },
992
+ "start": "2014-02-03T18:00:00Z"
993
+ },
994
+ {
995
+ "duration": 1800,
996
+ "end": "2014-02-03T19:00:00Z",
997
+ "is_blanked": false,
998
+ "is_repeat": false,
999
+ "pid": "p01qjqgm",
1000
+ "programme": {
1001
+ "display_titles": {
1002
+ "subtitle": "03/02/2014",
1003
+ "title": "BBC London News"
1004
+ },
1005
+ "duration": 1800,
1006
+ "first_broadcast_date": "2014-02-03T18:30:00Z",
1007
+ "image": {
1008
+ "pid": "p01lcjj4"
1009
+ },
1010
+ "is_available_mediaset_pc_sd": false,
1011
+ "is_legacy_media": false,
1012
+ "media_type": "audio_video",
1013
+ "ownership": {
1014
+ "service": {
1015
+ "id": "bbc_one",
1016
+ "key": "bbcone",
1017
+ "title": "BBC One",
1018
+ "type": "tv"
1019
+ }
1020
+ },
1021
+ "pid": "b03t6y57",
1022
+ "position": null,
1023
+ "programme": {
1024
+ "expected_child_count": null,
1025
+ "first_broadcast_date": "2007-02-28T18:30:00Z",
1026
+ "ownership": {
1027
+ "service": {
1028
+ "id": "bbc_one",
1029
+ "key": "bbcone",
1030
+ "title": "BBC One",
1031
+ "type": "tv"
1032
+ }
1033
+ },
1034
+ "pid": "b006mj67",
1035
+ "position": null,
1036
+ "title": "BBC London News",
1037
+ "type": "brand"
1038
+ },
1039
+ "short_synopsis": "The latest news, sport and weather from London.",
1040
+ "title": "03/02/2014",
1041
+ "type": "episode"
1042
+ },
1043
+ "start": "2014-02-03T18:30:00Z"
1044
+ },
1045
+ {
1046
+ "duration": 1800,
1047
+ "end": "2014-02-03T19:30:00Z",
1048
+ "is_blanked": false,
1049
+ "is_repeat": false,
1050
+ "pid": "p01qjqgn",
1051
+ "programme": {
1052
+ "display_titles": {
1053
+ "subtitle": "03/02/2014",
1054
+ "title": "The One Show"
1055
+ },
1056
+ "duration": 1800,
1057
+ "first_broadcast_date": "2014-02-03T19:00:00Z",
1058
+ "image": {
1059
+ "pid": "p01pwr1x"
1060
+ },
1061
+ "is_available_mediaset_pc_sd": false,
1062
+ "is_legacy_media": false,
1063
+ "media_type": "audio_video",
1064
+ "ownership": {
1065
+ "service": {
1066
+ "id": "bbc_one",
1067
+ "key": "bbcone",
1068
+ "title": "BBC One",
1069
+ "type": "tv"
1070
+ }
1071
+ },
1072
+ "pid": "b03t6x1f",
1073
+ "position": null,
1074
+ "programme": {
1075
+ "expected_child_count": null,
1076
+ "first_broadcast_date": "2006-08-14T18:55:00+01:00",
1077
+ "ownership": {
1078
+ "service": {
1079
+ "id": "bbc_one",
1080
+ "key": "bbcone",
1081
+ "title": "BBC One",
1082
+ "type": "tv"
1083
+ }
1084
+ },
1085
+ "pid": "b007tcw7",
1086
+ "position": null,
1087
+ "title": "The One Show",
1088
+ "type": "brand"
1089
+ },
1090
+ "short_synopsis": "Matt Baker and Alex Jones with stories and reports from around the country.",
1091
+ "title": "03/02/2014",
1092
+ "type": "episode"
1093
+ },
1094
+ "start": "2014-02-03T19:00:00Z"
1095
+ },
1096
+ {
1097
+ "duration": 1800,
1098
+ "end": "2014-02-03T20:00:00Z",
1099
+ "is_blanked": false,
1100
+ "is_repeat": false,
1101
+ "pid": "p01qjqgp",
1102
+ "programme": {
1103
+ "display_titles": {
1104
+ "subtitle": "03/02/2014",
1105
+ "title": "Inside Out London"
1106
+ },
1107
+ "duration": 1740,
1108
+ "first_broadcast_date": "2014-02-03T19:30:00Z",
1109
+ "image": {
1110
+ "pid": "p01lcdmz"
1111
+ },
1112
+ "is_available_mediaset_pc_sd": false,
1113
+ "is_legacy_media": false,
1114
+ "media_type": "audio_video",
1115
+ "ownership": {
1116
+ "service": {
1117
+ "id": "bbc_one",
1118
+ "key": "bbcone",
1119
+ "title": "BBC One",
1120
+ "type": "tv"
1121
+ }
1122
+ },
1123
+ "pid": "b03tqzqt",
1124
+ "position": null,
1125
+ "programme": {
1126
+ "expected_child_count": null,
1127
+ "first_broadcast_date": "2007-09-19T19:30:00+01:00",
1128
+ "ownership": {
1129
+ "service": {
1130
+ "id": "bbc_one",
1131
+ "key": "bbcone",
1132
+ "title": "BBC One",
1133
+ "type": "tv"
1134
+ }
1135
+ },
1136
+ "pid": "b0071mkv",
1137
+ "position": null,
1138
+ "title": "Inside Out London",
1139
+ "type": "brand"
1140
+ },
1141
+ "short_synopsis": "Mark Jordan joins first time buyers and Chinese investors as they race to buy London homes",
1142
+ "title": "03/02/2014",
1143
+ "type": "episode"
1144
+ },
1145
+ "start": "2014-02-03T19:30:00Z"
1146
+ },
1147
+ {
1148
+ "duration": 1800,
1149
+ "end": "2014-02-03T20:30:00Z",
1150
+ "is_blanked": false,
1151
+ "is_repeat": false,
1152
+ "pid": "p01qjqgq",
1153
+ "programme": {
1154
+ "display_titles": {
1155
+ "subtitle": "03/02/2014",
1156
+ "title": "EastEnders"
1157
+ },
1158
+ "duration": 1800,
1159
+ "first_broadcast_date": "2014-02-03T20:00:00Z",
1160
+ "image": {
1161
+ "pid": "p01qtx2g"
1162
+ },
1163
+ "is_available_mediaset_pc_sd": false,
1164
+ "is_legacy_media": false,
1165
+ "media_type": "audio_video",
1166
+ "ownership": {
1167
+ "service": {
1168
+ "id": "bbc_one",
1169
+ "key": "bbcone",
1170
+ "title": "BBC One",
1171
+ "type": "tv"
1172
+ }
1173
+ },
1174
+ "pid": "b03thy5b",
1175
+ "position": 4797,
1176
+ "programme": {
1177
+ "expected_child_count": null,
1178
+ "first_broadcast_date": "1986-06-12T21:30:00+01:00",
1179
+ "ownership": {
1180
+ "service": {
1181
+ "id": "bbc_one",
1182
+ "key": "bbcone",
1183
+ "title": "BBC One",
1184
+ "type": "tv"
1185
+ }
1186
+ },
1187
+ "pid": "b006m86d",
1188
+ "position": null,
1189
+ "title": "EastEnders",
1190
+ "type": "brand"
1191
+ },
1192
+ "short_synopsis": "Masood continues to spiral out of control, while Dexter tries his luck with Nancy.",
1193
+ "title": "03/02/2014",
1194
+ "type": "episode"
1195
+ },
1196
+ "start": "2014-02-03T20:00:00Z"
1197
+ },
1198
+ {
1199
+ "duration": 1800,
1200
+ "end": "2014-02-03T21:00:00Z",
1201
+ "is_blanked": false,
1202
+ "is_repeat": false,
1203
+ "pid": "p01qjqgr",
1204
+ "programme": {
1205
+ "display_titles": {
1206
+ "subtitle": "Educating North Korea",
1207
+ "title": "Panorama"
1208
+ },
1209
+ "duration": 1800,
1210
+ "first_broadcast_date": "2014-02-03T20:30:00Z",
1211
+ "image": {
1212
+ "pid": "p01r0r2x"
1213
+ },
1214
+ "is_available_mediaset_pc_sd": false,
1215
+ "is_legacy_media": false,
1216
+ "media_type": "audio_video",
1217
+ "ownership": {
1218
+ "service": {
1219
+ "id": "bbc_one",
1220
+ "key": "bbcone",
1221
+ "title": "BBC One",
1222
+ "type": "tv"
1223
+ }
1224
+ },
1225
+ "pid": "b03txq49",
1226
+ "position": null,
1227
+ "programme": {
1228
+ "expected_child_count": null,
1229
+ "first_broadcast_date": "1954-11-02T19:45:00Z",
1230
+ "ownership": {
1231
+ "service": {
1232
+ "id": "bbc_one",
1233
+ "key": "bbcone",
1234
+ "title": "BBC One",
1235
+ "type": "tv"
1236
+ }
1237
+ },
1238
+ "pid": "b006t14n",
1239
+ "position": null,
1240
+ "title": "Panorama",
1241
+ "type": "brand"
1242
+ },
1243
+ "short_synopsis": "Reporter Chris Rogers visits a North Korean university which is paid for by the west.",
1244
+ "title": "Educating North Korea",
1245
+ "type": "episode"
1246
+ },
1247
+ "start": "2014-02-03T20:30:00Z"
1248
+ },
1249
+ {
1250
+ "duration": 3600,
1251
+ "end": "2014-02-03T22:00:00Z",
1252
+ "is_blanked": false,
1253
+ "is_repeat": false,
1254
+ "pid": "p01qjqgs",
1255
+ "programme": {
1256
+ "display_titles": {
1257
+ "subtitle": "The War Machine",
1258
+ "title": "Britain's Great War"
1259
+ },
1260
+ "duration": 3600,
1261
+ "first_broadcast_date": "2014-02-03T21:00:00Z",
1262
+ "image": {
1263
+ "pid": "p01qmsck"
1264
+ },
1265
+ "is_available_mediaset_pc_sd": false,
1266
+ "is_legacy_media": false,
1267
+ "media_type": "audio_video",
1268
+ "ownership": {
1269
+ "service": {
1270
+ "id": "bbc_one",
1271
+ "key": "bbcone",
1272
+ "title": "BBC One",
1273
+ "type": "tv"
1274
+ }
1275
+ },
1276
+ "pid": "b03ts1c1",
1277
+ "position": 2,
1278
+ "programme": {
1279
+ "expected_child_count": 4,
1280
+ "first_broadcast_date": "2014-01-27T21:00:00Z",
1281
+ "ownership": {
1282
+ "service": {
1283
+ "id": "bbc_one",
1284
+ "key": "bbcone",
1285
+ "title": "BBC One",
1286
+ "type": "tv"
1287
+ }
1288
+ },
1289
+ "pid": "p01npqws",
1290
+ "position": null,
1291
+ "title": "Britain's Great War",
1292
+ "type": "series"
1293
+ },
1294
+ "short_synopsis": "The whole population is enlisted to turn an unprepared Britain into a war machine.",
1295
+ "title": "The War Machine",
1296
+ "type": "episode"
1297
+ },
1298
+ "start": "2014-02-03T21:00:00Z"
1299
+ },
1300
+ {
1301
+ "duration": 1500,
1302
+ "end": "2014-02-03T22:25:00Z",
1303
+ "is_blanked": false,
1304
+ "is_repeat": false,
1305
+ "pid": "p01qjqgt",
1306
+ "programme": {
1307
+ "display_titles": {
1308
+ "subtitle": "03/02/2014",
1309
+ "title": "BBC News at Ten"
1310
+ },
1311
+ "duration": 1500,
1312
+ "first_broadcast_date": "2014-02-03T22:00:00Z",
1313
+ "image": {
1314
+ "pid": "p01lc2jf"
1315
+ },
1316
+ "is_available_mediaset_pc_sd": false,
1317
+ "is_legacy_media": false,
1318
+ "media_type": "audio_video",
1319
+ "ownership": {
1320
+ "service": {
1321
+ "id": "bbc_news",
1322
+ "key": "news",
1323
+ "title": "BBC News",
1324
+ "type": null
1325
+ }
1326
+ },
1327
+ "pid": "b03t6x1l",
1328
+ "position": null,
1329
+ "programme": {
1330
+ "expected_child_count": null,
1331
+ "first_broadcast_date": "2006-12-05T22:00:00Z",
1332
+ "ownership": {
1333
+ "service": {
1334
+ "id": "bbc_news",
1335
+ "key": "news",
1336
+ "title": "BBC News",
1337
+ "type": null
1338
+ }
1339
+ },
1340
+ "pid": "b007mplc",
1341
+ "position": null,
1342
+ "title": "BBC News at Ten",
1343
+ "type": "brand"
1344
+ },
1345
+ "short_synopsis": "Latest national and international news, with reports from BBC correspondents worldwide.",
1346
+ "title": "03/02/2014",
1347
+ "type": "episode"
1348
+ },
1349
+ "start": "2014-02-03T22:00:00Z"
1350
+ },
1351
+ {
1352
+ "duration": 420,
1353
+ "end": "2014-02-03T22:32:00Z",
1354
+ "is_blanked": false,
1355
+ "is_repeat": false,
1356
+ "pid": "p01qjqgv",
1357
+ "programme": {
1358
+ "display_titles": {
1359
+ "subtitle": "03/02/2014",
1360
+ "title": "BBC London News"
1361
+ },
1362
+ "duration": 600,
1363
+ "first_broadcast_date": "2014-02-03T22:25:00Z",
1364
+ "image": {
1365
+ "pid": "p01lcjj4"
1366
+ },
1367
+ "is_available_mediaset_pc_sd": false,
1368
+ "is_legacy_media": false,
1369
+ "media_type": "audio_video",
1370
+ "ownership": {
1371
+ "service": {
1372
+ "id": "bbc_one",
1373
+ "key": "bbcone",
1374
+ "title": "BBC One",
1375
+ "type": "tv"
1376
+ }
1377
+ },
1378
+ "pid": "b03t6y59",
1379
+ "position": null,
1380
+ "programme": {
1381
+ "expected_child_count": null,
1382
+ "first_broadcast_date": "2007-02-28T18:30:00Z",
1383
+ "ownership": {
1384
+ "service": {
1385
+ "id": "bbc_one",
1386
+ "key": "bbcone",
1387
+ "title": "BBC One",
1388
+ "type": "tv"
1389
+ }
1390
+ },
1391
+ "pid": "b006mj67",
1392
+ "position": null,
1393
+ "title": "BBC London News",
1394
+ "type": "brand"
1395
+ },
1396
+ "short_synopsis": "The latest news, sport and weather from London.",
1397
+ "title": "03/02/2014",
1398
+ "type": "episode"
1399
+ },
1400
+ "start": "2014-02-03T22:25:00Z"
1401
+ },
1402
+ {
1403
+ "duration": 180,
1404
+ "end": "2014-02-03T22:35:00Z",
1405
+ "is_blanked": false,
1406
+ "is_repeat": false,
1407
+ "pid": "p01qjqgw",
1408
+ "programme": {
1409
+ "display_titles": {
1410
+ "subtitle": "03/02/2014",
1411
+ "title": "BBC Weather"
1412
+ },
1413
+ "duration": 180,
1414
+ "first_broadcast_date": "2014-02-03T22:32:00Z",
1415
+ "image": {
1416
+ "pid": "p01lc1hj"
1417
+ },
1418
+ "is_available_mediaset_pc_sd": false,
1419
+ "is_legacy_media": false,
1420
+ "media_type": "audio_video",
1421
+ "ownership": {
1422
+ "service": {
1423
+ "id": "bbc_webonly",
1424
+ "key": "",
1425
+ "title": "BBC",
1426
+ "type": null
1427
+ }
1428
+ },
1429
+ "pid": "b03t6x1q",
1430
+ "position": null,
1431
+ "programme": {
1432
+ "expected_child_count": null,
1433
+ "first_broadcast_date": "2008-03-03T22:33:00Z",
1434
+ "ownership": {
1435
+ "service": {
1436
+ "id": "bbc_webonly",
1437
+ "key": "",
1438
+ "title": "BBC",
1439
+ "type": null
1440
+ }
1441
+ },
1442
+ "pid": "b009h5f9",
1443
+ "position": null,
1444
+ "title": "BBC Weather",
1445
+ "type": "brand"
1446
+ },
1447
+ "short_synopsis": "The latest weather forecast.",
1448
+ "title": "03/02/2014",
1449
+ "type": "episode"
1450
+ },
1451
+ "start": "2014-02-03T22:32:00Z"
1452
+ },
1453
+ {
1454
+ "duration": 3900,
1455
+ "end": "2014-02-03T23:40:00Z",
1456
+ "is_blanked": false,
1457
+ "is_repeat": false,
1458
+ "pid": "p01qpypz",
1459
+ "programme": {
1460
+ "display_titles": {
1461
+ "subtitle": "2013/14, 03/02/2014",
1462
+ "title": "Match of the Day 2"
1463
+ },
1464
+ "duration": 3600,
1465
+ "first_broadcast_date": "2014-02-03T22:35:00Z",
1466
+ "image": {
1467
+ "pid": "p01lcj9m"
1468
+ },
1469
+ "is_available_mediaset_pc_sd": false,
1470
+ "is_legacy_media": false,
1471
+ "media_type": "audio_video",
1472
+ "ownership": {
1473
+ "service": {
1474
+ "id": "bbc_one",
1475
+ "key": "bbcone",
1476
+ "title": "BBC One",
1477
+ "type": "tv"
1478
+ }
1479
+ },
1480
+ "pid": "b03vg92y",
1481
+ "position": null,
1482
+ "programme": {
1483
+ "expected_child_count": null,
1484
+ "first_broadcast_date": "2013-08-18T22:25:00+01:00",
1485
+ "pid": "b038x55z",
1486
+ "position": null,
1487
+ "programme": {
1488
+ "expected_child_count": null,
1489
+ "first_broadcast_date": "2006-10-29T23:15:00Z",
1490
+ "ownership": {
1491
+ "service": {
1492
+ "id": "bbc_one",
1493
+ "key": "bbcone",
1494
+ "title": "BBC One",
1495
+ "type": "tv"
1496
+ }
1497
+ },
1498
+ "pid": "b007t9yb",
1499
+ "position": null,
1500
+ "title": "Match of the Day 2",
1501
+ "type": "brand"
1502
+ },
1503
+ "title": "2013/14",
1504
+ "type": "series"
1505
+ },
1506
+ "short_synopsis": "Featuring Manchester City v Chelsea, West Brom v Liverpool and Arsenal v Crystal Palace.",
1507
+ "title": "03/02/2014",
1508
+ "type": "episode"
1509
+ },
1510
+ "start": "2014-02-03T22:35:00Z"
1511
+ },
1512
+ {
1513
+ "duration": 2700,
1514
+ "end": "2014-02-04T00:25:00Z",
1515
+ "is_blanked": false,
1516
+ "is_repeat": true,
1517
+ "pid": "p01qjqgy",
1518
+ "programme": {
1519
+ "actual_start": "2014-02-01T00:41:10Z",
1520
+ "available_until": "2014-02-11T00:24:00Z",
1521
+ "display_titles": {
1522
+ "subtitle": "Series 14, Episode 14",
1523
+ "title": "The Graham Norton Show"
1524
+ },
1525
+ "duration": 3000,
1526
+ "first_broadcast_date": "2014-01-31T22:35:00Z",
1527
+ "image": {
1528
+ "pid": "p01r4pp7"
1529
+ },
1530
+ "is_available_mediaset_pc_sd": true,
1531
+ "is_legacy_media": false,
1532
+ "media": {
1533
+ "availability": "7 days left to watch",
1534
+ "expires": "2014-02-11T00:24:00Z",
1535
+ "format": "video"
1536
+ },
1537
+ "media_type": "audio_video",
1538
+ "ownership": {
1539
+ "service": {
1540
+ "id": "bbc_one",
1541
+ "key": "bbcone",
1542
+ "title": "BBC One",
1543
+ "type": "tv"
1544
+ }
1545
+ },
1546
+ "pid": "b03t8vxv",
1547
+ "position": 14,
1548
+ "programme": {
1549
+ "expected_child_count": 18,
1550
+ "first_broadcast_date": "2013-10-11T22:35:00+01:00",
1551
+ "pid": "b03d0zs7",
1552
+ "position": 14,
1553
+ "programme": {
1554
+ "expected_child_count": null,
1555
+ "first_broadcast_date": "2007-02-22T22:00:00Z",
1556
+ "ownership": {
1557
+ "service": {
1558
+ "id": "bbc_one",
1559
+ "key": "bbcone",
1560
+ "title": "BBC One",
1561
+ "type": "tv"
1562
+ }
1563
+ },
1564
+ "pid": "b006xnzc",
1565
+ "position": null,
1566
+ "title": "The Graham Norton Show",
1567
+ "type": "brand"
1568
+ },
1569
+ "title": "Series 14",
1570
+ "type": "series"
1571
+ },
1572
+ "short_synopsis": "Graham is joined by Matthew McConaughey, Julianne Moore, Alan Davies and Sheryl Crow.",
1573
+ "title": "Episode 14",
1574
+ "type": "episode"
1575
+ },
1576
+ "start": "2014-02-03T23:40:00Z"
1577
+ },
1578
+ {
1579
+ "duration": 300,
1580
+ "end": "2014-02-04T00:30:00Z",
1581
+ "is_blanked": false,
1582
+ "is_repeat": false,
1583
+ "pid": "p01qjqgz",
1584
+ "programme": {
1585
+ "display_titles": {
1586
+ "subtitle": "04/02/2014",
1587
+ "title": "Weatherview"
1588
+ },
1589
+ "duration": 300,
1590
+ "first_broadcast_date": "2014-02-04T00:25:00Z",
1591
+ "image": {
1592
+ "pid": "p01lc1h3"
1593
+ },
1594
+ "is_available_mediaset_pc_sd": false,
1595
+ "is_legacy_media": false,
1596
+ "media_type": "audio_video",
1597
+ "ownership": {
1598
+ "service": {
1599
+ "id": "bbc_webonly",
1600
+ "key": "",
1601
+ "title": "BBC",
1602
+ "type": null
1603
+ }
1604
+ },
1605
+ "pid": "b03t6x1t",
1606
+ "position": null,
1607
+ "programme": {
1608
+ "expected_child_count": null,
1609
+ "first_broadcast_date": "2007-09-02T01:50:00+01:00",
1610
+ "ownership": {
1611
+ "service": {
1612
+ "id": "bbc_webonly",
1613
+ "key": "",
1614
+ "title": "BBC",
1615
+ "type": null
1616
+ }
1617
+ },
1618
+ "pid": "b007yy70",
1619
+ "position": null,
1620
+ "title": "Weatherview",
1621
+ "type": "brand"
1622
+ },
1623
+ "short_synopsis": "Detailed weather forecast.",
1624
+ "title": "04/02/2014",
1625
+ "type": "episode"
1626
+ },
1627
+ "start": "2014-02-04T00:25:00Z"
1628
+ },
1629
+ {
1630
+ "duration": 19800,
1631
+ "end": "2014-02-04T06:00:00Z",
1632
+ "is_blanked": false,
1633
+ "is_repeat": false,
1634
+ "pid": "p01qjqh0",
1635
+ "programme": {
1636
+ "display_titles": {
1637
+ "subtitle": "04/02/2014",
1638
+ "title": "Joins BBC News"
1639
+ },
1640
+ "duration": 19800,
1641
+ "first_broadcast_date": "2014-02-04T00:30:00Z",
1642
+ "image": {
1643
+ "pid": "p01m1rbq"
1644
+ },
1645
+ "is_available_mediaset_pc_sd": false,
1646
+ "is_legacy_media": false,
1647
+ "media_type": "audio_video",
1648
+ "ownership": {
1649
+ "service": {
1650
+ "id": "bbc_news24",
1651
+ "key": "bbcnews",
1652
+ "title": "BBC News Channel",
1653
+ "type": "tv"
1654
+ }
1655
+ },
1656
+ "pid": "b03t6x1w",
1657
+ "position": null,
1658
+ "programme": {
1659
+ "expected_child_count": null,
1660
+ "first_broadcast_date": "2006-04-05T00:20:00+01:00",
1661
+ "ownership": {
1662
+ "service": {
1663
+ "id": "bbc_news24",
1664
+ "key": "bbcnews",
1665
+ "title": "BBC News Channel",
1666
+ "type": "tv"
1667
+ }
1668
+ },
1669
+ "pid": "b00h9fxh",
1670
+ "position": null,
1671
+ "title": "Joins BBC News",
1672
+ "type": "brand"
1673
+ },
1674
+ "short_synopsis": "BBC One joins the BBC's rolling news channel for a night of news.",
1675
+ "title": "04/02/2014",
1676
+ "type": "episode"
1677
+ },
1678
+ "start": "2014-02-04T00:30:00Z"
1679
+ }
1680
+ ],
1681
+ "date": "2014-02-03",
1682
+ "has_next": 1,
1683
+ "has_previous": 1
1684
+ },
1685
+ "service": {
1686
+ "key": "bbcone",
1687
+ "outlet": {
1688
+ "key": "london",
1689
+ "title": "London"
1690
+ },
1691
+ "title": "BBC One",
1692
+ "type": "tv"
1693
+ }
1694
+ }
1695
+ }