-
Notifications
You must be signed in to change notification settings - Fork 0
/
rawData
940 lines (911 loc) · 538 KB
/
rawData
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7" lang="en-LU" dir="ltr"><![endif]-->
<!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" lang="en-LU" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" lang="en-LU" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9" lang="en-LU" dir="ltr"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="en-LU" dir="ltr"><!--<![endif]-->
<head>
<!--[if IE]><![endif]-->
<meta charset="utf-8" />
<link http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="//cd1.kinepolis.com" />
<link rel="dns-prefetch" href="//cd2.kinepolis.com" />
<link rel="dns-prefetch" href="//cd3.kinepolis.com" />
<link rel="dns-prefetch" href="//cd4.kinepolis.com" />
<!--[if IE 9]>
<link rel="prefetch" href="//cd1.kinepolis.com" />
<link rel="prefetch" href="//cd2.kinepolis.com" />
<link rel="prefetch" href="//cd3.kinepolis.com" />
<link rel="prefetch" href="//cd4.kinepolis.com" />
<![endif]-->
<link rel="shortcut icon" href="https://kinepolisluxembourg.lu/en/sites/all/themes/custom/kinepolis_zen/favicon.ico" type="image/vnd.microsoft.icon" />
<meta property="og:site_name" content="Kinepolis Luxemburg " />
<meta property="fb:app_id" content="353480934669121" />
<meta name="Generator" content="Drupal 7 (http://drupal.org)" />
<meta property="og:title" content="Kinepolis" />
<meta property="og:url" content="https://kinepolisluxembourg.lu/en/kinepolis_movie_filter_presales" />
<meta property="og:image" content="https://kinepolis.com/sites/all/themes/custom/deltaforce/logo.png" />
<title>All movies | Kinepolis Luxemburg</title>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="cleartype" content="on">
<link type="text/css" rel="stylesheet" href="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_css/css__dPl_lK-pstjG4AxE6PglRCzpjm1u1SOC__ANNay60CY__yFqcBlybu6o8sBQhOOXYhArANuuID5eIWNOq_Hncxx8__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_css/css__MyxrLRsFchWI4LpVByJReMDj5ndfJGr0cUbK-Q778fw__4VTwo1PxHe54HfsX5kwvTPVuywpv7wG4dR5jDmP2ciM__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.css" media="screen" />
<link type="text/css" rel="stylesheet" href="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_css/css__fmBCnHPexzHG19So-ntCtwMctovOr6pJGzXEH29s8h4__dKJB4kDrAjTvthjFxLhwgblRtUL0ZUWcjzKIGLFw6Y8__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.css" media="all" />
<script src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_js/js__IEWraKdnK3Bkg9LfsaA6roxq1V39kP4K9Oa-p-ov0P0__tTMiwsm-_dk0n8hRlFyRuOk80wo0icFzYK6aYr9xj7Y__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.js"></script>
<script>jQuery.extend(Drupal.settings, {"basePath":"\/en\/","pathPrefix":"","ajaxPageState":{"theme":"kinepolis_zen","theme_token":"Yij9rII6wvTSB9ZAUusVlalOnosf8GHIV2-38efSoUQ","jquery_version":"1.8","css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"sites\/all\/modules\/contrib\/date\/date_api\/date.css":1,"sites\/all\/modules\/contrib\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"sites\/all\/modules\/contrib\/flexslider\/assets\/css\/flexslider_img.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/contrib\/extlink\/extlink.css":1,"sites\/all\/modules\/contrib\/views\/css\/views.css":1,"sites\/all\/libraries\/colorbox\/example3\/colorbox.css":1,"profiles\/acquia\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/custom\/kinepolis_fb\/css\/kinepolis_fb.css":1,"sites\/all\/modules\/contrib\/panels\/css\/panels.css":1,"sites\/all\/modules\/contrib\/rate\/rate.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/rateyo\/jquery.rateyo.min.css":1,"sites\/all\/modules\/custom\/kinepolis_videojs\/css\/kinepolis-videojs.css":1,"sites\/all\/modules\/contrib\/field_group\/field_group.field_ui.css":1,"sites\/all\/modules\/features\/kinepolis_slider\/kinepolis_slider.css":1,"sites\/all\/modules\/custom\/kinepolis_legal_cookie\/css\/kinepolis_legal_cookie.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/system.menus.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/system.messages.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/system.theme.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/chosen\/chosen.min.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/sumoselect\/sumoselect.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/font-awesome\/css\/font-awesome.min.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/css\/styles.css":1,"sites\/all\/themes\/custom\/kinepolis_zen\/magnific-popup\/magnific-popup.css":1},"js":{"sites\/all\/modules\/contrib\/jquery_update\/replace\/ui\/external\/jquery.cookie.js":1,"sites\/all\/modules\/contrib\/jquery_update\/replace\/misc\/jquery.form.min.js":1,"sites\/all\/modules\/contrib\/jquery_update\/js\/jquery_update.js":1,"sites\/all\/modules\/features\/kinepolis\/js\/kinepolis-mobile.js":1,"sites\/all\/modules\/features\/kinepolis_crisis\/js\/kinepolis_crisis.js":1,"sites\/all\/modules\/contrib\/extlink\/extlink.js":1,"sites\/all\/modules\/contrib\/colorbox\/js\/colorbox.js":1,"sites\/all\/modules\/contrib\/colorbox\/js\/colorbox_load.js":1,"sites\/all\/modules\/custom\/kinepolis_fb\/js\/kinepolis_fb.js":1,"sites\/all\/modules\/custom\/selectbox\/js\/selectbox.js":1,"sites\/all\/modules\/custom\/selligent\/js\/selligent.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/rateyo\/jquery.rateyo.min.js":1,"misc\/progress.js":1,"sites\/all\/modules\/features\/kinepolis_movie_filter\/js\/kinepolis_movie_filter.min.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/lodash.3.10.1.min.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/jquery.lazyloader.js":1,"misc\/states.js":1,"sites\/all\/modules\/features\/kinepolis_movie_purchase\/js\/kinepolis_movie_purchase_load_block.min.js":1,"sites\/all\/libraries\/video-js-4\/video.js":1,"sites\/all\/modules\/custom\/kinepolis_videojs\/js\/kinepolis-videojs.js":1,"sites\/all\/modules\/custom\/kinepolis_videojs\/js\/kinepolis_videojs_ajax.js":1,"sites\/all\/modules\/custom\/kinepolis_preferences\/js\/kinepolis_preferences.js":1,"sites\/all\/libraries\/cookie\/jquery.cookie.js":1,"sites\/all\/modules\/features\/kinepolis\/js\/jquery.hoverIntent.js":1,"sites\/all\/modules\/features\/kinepolis_alerts\/js\/kinepolis_alerts.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/velocity.min.js":1,"sites\/all\/modules\/features\/kinepolis_slider\/kinepolis_slider.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/jquery.actual.min.js":1,"sites\/all\/modules\/custom\/kinepolis_legal_cookie\/js\/kinepolis_legal_cookie.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/chosen\/chosen.jquery.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/sumoselect\/jquery.sumoselect.min.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/jquery.matchHeight-min.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/script.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/script_prototype.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/modernizr_custom.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/magnific-popup\/jquery.magnific-popup.min.js":1,"https:\/\/openx.kinepolis.com\/delivery\/spcjs.php?id=13\u0026block=1\u0026blockcampaign=0\u0026target=_self\u00260=\u0026Homepage=1":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/extdl.min.js":1,"sites\/all\/themes\/custom\/kinepolis_zen\/js\/lz-string.min.js":1,"sites\/all\/modules\/custom\/movie_program\/js\/movie_program_analytics.js":1,"sites\/all\/modules\/features\/kinepolis_openx\/js\/kinepolis_openx.js":1,"sites\/all\/modules\/features\/kinepolis\/js\/kinepolis-mobile-message.js":1,"sites\/all\/modules\/features\/kinepolis\/js\/kinepolis-mobile-launch.js":1,"sites\/all\/modules\/contrib\/jquery_update\/replace\/jquery\/1.8\/jquery.min.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"misc\/ajax.js":1}},"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"98%","maxHeight":"98%","fixed":true,"mobiledetect":true,"mobiledevicewidth":"480px"},"jcarousel":{"ajaxPath":"\/en\/jcarousel\/ajax\/views"},"kinepolis":{"base_url":"https:\/\/kinepolisluxembourg.lu\/en"},"kinepolis_fb":{"appid":"1885619088369861","cookie":true,"xfbml":false,"version":"v2.5","auto_login":false,"info_page":true,"locale":"nl_NL","login_url":"\/en\/facebook_fb_login","info_url":"https:\/\/kinepolisluxembourg.lu\/en\/why-do-we-need-your-e-mail-address","is_fb_user":false,"permissions":"public_profile,email"},"kinepolis_theaters":{"37":{"title":"Cin\u00e9 Le Paris","theater_id":"37","uuid":"CPARI","tech_title":"cin\u00e9-le-paris"},"34":{"title":"Cin\u00e9 Orion","theater_id":"34","uuid":"CORIO","tech_title":"cin\u00e9-orion"},"39":{"title":"Cin\u00e9 Prabbeli","theater_id":"39","uuid":"CPRAB","tech_title":"cin\u00e9-prabbeli"},"15340":{"title":"Cin\u00e9 Scala Diekirch","theater_id":"15340","uuid":"CSCDI","tech_title":"cin\u00e9-scala-diekirch"},"33":{"title":"Cin\u00e9 Starlight","theater_id":"33","uuid":"CSTAR","tech_title":"cin\u00e9-starlight"},"35":{"title":"Cin\u00e9 Sura","theater_id":"35","uuid":"CSURA","tech_title":"cin\u00e9-sura"},"9":{"title":"Cin\u00e9 Utopia","theater_id":"9","uuid":"UCUTO","tech_title":"cin\u00e9-utopia"},"38":{"title":"Cin\u00e9maacher","theater_id":"38","uuid":"CMAAC","tech_title":"cin\u00e9maacher"},"8":{"title":"Kinepolis Belval","theater_id":"8","uuid":"UBVAL","tech_title":"kinepolis-belval"},"7":{"title":"Kinepolis Kirchberg","theater_id":"7","uuid":"UKRCH","tech_title":"kinepolis-kirchberg"}},"kinepolis_movie_filter":{"main_section":"presales","secundary_filter_values":[],"list":{"14962":{"nid":"14962","title":"The War for the Planet of the Apes","changed":"1499692920","created":"1493907549","field_movie_person_director":{"en":[{"nid":"3903"}]},"field_movie_person_cast":{"en":[{"nid":"3566"},{"nid":"1974"},{"nid":"9038"},{"nid":"2293"}]},"data":{"uuid":"45762","imdb":"tt3450958","release_date":"2017-07-12T00:00:00","programmation":{"13846":{"time":"16:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2908","saleable":"1"},"13847":{"time":"16:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4396","saleable":"1"},"13845":{"time":"22:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2770","saleable":"1"},"13850":{"time":"16:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4400","saleable":"1"},"13849":{"time":"21:45:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"2747","saleable":"1"},"13852":{"time":"16:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2916","saleable":"1"},"13853":{"time":"16:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4404","saleable":"1"},"13851":{"time":"21:45:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2834","saleable":"1"},"13856":{"time":"12:00:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4496","saleable":"1"},"13855":{"time":"16:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4408","saleable":"1"},"13854":{"time":"21:30:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2810","saleable":"1"},"13860":{"time":"12:00:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4501","saleable":"1"},"13858":{"time":"16:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2924","saleable":"1"},"13859":{"time":"16:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4412","saleable":"1"},"13857":{"time":"21:30:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2814","saleable":"1"},"13868":{"time":"13:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"4551","saleable":"1"},"13866":{"time":"16:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2912","saleable":"1"},"13867":{"time":"19:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"4457","saleable":"1"},"13869":{"time":"14:00:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"4555","saleable":"1"},"13872":{"time":"13:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"4559","saleable":"1"},"13870":{"time":"16:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2920","saleable":"1"},"13871":{"time":"19:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"4466","saleable":"1"},"13873":{"time":"14:00:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"4563","saleable":"1"},"13881":{"time":"19:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2769","saleable":"1"},"13884":{"time":"19:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"4453","saleable":"1"},"13445":{"time":"20:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13887":{"time":"13:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4427","saleable":"1"},"13886":{"time":"14:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2827","saleable":"1"},"13506":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13885":{"time":"19:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2773","saleable":"1"},"13890":{"time":"13:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4431","saleable":"1"},"13889":{"time":"14:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2831","saleable":"1"},"13888":{"time":"19:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2777","saleable":"1"},"13891":{"time":"19:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4462","saleable":"1"},"13507":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13894":{"time":"13:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4435","saleable":"1"},"13893":{"time":"14:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2835","saleable":"1"},"13508":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13892":{"time":"19:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2781","saleable":"1"},"13897":{"time":"13:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4439","saleable":"1"},"13896":{"time":"14:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2839","saleable":"1"},"13895":{"time":"19:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2785","saleable":"1"},"13898":{"time":"19:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4470","saleable":"1"},"13430":{"time":"20:30:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"14372":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14360":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14354":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14327":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14373":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"},"13986":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4646","saleable":"1"},"13985":{"time":"19:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"2797","saleable":"1"},"14269":{"time":"20:15:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13987":{"time":"21:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4677","saleable":"1"},"13991":{"time":"13:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4678","saleable":"1"},"14272":{"time":"16:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13990":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4650","saleable":"1"},"13989":{"time":"19:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"2801","saleable":"1"},"13992":{"time":"21:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4680","saleable":"1"},"14271":{"time":"22:15:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13995":{"time":"13:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4681","saleable":"1"},"14273":{"time":"16:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13994":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4655","saleable":"1"},"13993":{"time":"19:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"2805","saleable":"1"},"13996":{"time":"21:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4683","saleable":"1"},"14274":{"time":"22:15:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13999":{"time":"13:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4684","saleable":"1"},"14275":{"time":"14:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13997":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"2753","saleable":"1"},"13998":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4686","saleable":"1"},"14276":{"time":"20:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"14000":{"time":"22:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4687","saleable":"1"},"14003":{"time":"13:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4688","saleable":"1"},"14277":{"time":"17:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"14001":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"2757","saleable":"1"},"14002":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4690","saleable":"1"},"14004":{"time":"22:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4691","saleable":"1"},"14010":{"time":"16:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"500","session_id":"4518","saleable":"1"},"14011":{"time":"14:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"2799","saleable":"1"},"14012":{"time":"16:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"4522","saleable":"1"},"14013":{"time":"14:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"2803","saleable":"1"},"14014":{"time":"16:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"4526","saleable":"1"},"14015":{"time":"14:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"2807","saleable":"1"},"14016":{"time":"16:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"4531","saleable":"1"},"14017":{"time":"14:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"2811","saleable":"1"},"14018":{"time":"16:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"4536","saleable":"1"},"14023":{"time":"16:15:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":"2743","saleable":"1"},"14024":{"time":"16:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":"4579","saleable":"1"},"14282":{"time":"17:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"13410":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"14281":{"time":"22:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"14284":{"time":"13:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"14025":{"time":"16:15:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"2746","saleable":"1"},"14026":{"time":"16:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"4583","saleable":"1"},"14283":{"time":"19:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"13431":{"time":"20:47:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"14285":{"time":"13:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"14027":{"time":"16:15:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"2749","saleable":"1"},"14028":{"time":"16:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"4587","saleable":"1"},"14286":{"time":"19:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"13456":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"14029":{"time":"16:15:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"2752","saleable":"1"},"14030":{"time":"16:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"4592","saleable":"1"},"14287":{"time":"17:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"13411":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"14288":{"time":"14:45:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"14031":{"time":"16:15:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"2756","saleable":"1"},"14032":{"time":"16:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"4597","saleable":"1"},"14289":{"time":"20:30:00","screen":"CSCDI-4","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"13466":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"14374":{"time":"19:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"500","session_id":null,"saleable":"0"},"14375":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"500","session_id":null,"saleable":"0"},"14312":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"500","session_id":null,"saleable":"0"},"14376":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"500","session_id":null,"saleable":"0"},"14377":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"500","session_id":null,"saleable":"0"},"14330":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"500","session_id":null,"saleable":"0"},"14378":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14357":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"}},"variants":{"730":{"title":"The War for the Planet of the Apes","poster":{"14452":{"filename":"WarForThePlanetOfTheApes_poster.jpg","uri":"public:\/\/posters\/WarForThePlanetOfTheApes_poster.jpg","alt":null,"title":null}}},"728":{"title":"The War for the Planet of the Apes","poster":{"14452":{"filename":"WarForThePlanetOfTheApes_poster.jpg","uri":"public:\/\/posters\/WarForThePlanetOfTheApes_poster.jpg","alt":null,"title":null}}},"727":{"title":"The War for the Planet of the Apes","poster":{"14452":{"filename":"WarForThePlanetOfTheApes_poster.jpg","uri":"public:\/\/posters\/WarForThePlanetOfTheApes_poster.jpg","alt":null,"title":null}}}},"director":{"3903":{"title":"Matt Reeves"}},"cast":{"3566":{"title":"Andy Serkis","image":{"filename":"andy_serkis.jpg","uri":"public:\/\/persons\/andy_serkis.jpg","alt":null,"title":null}},"1974":{"title":"Woody Harrelson","image":{"filename":"woody_harrelson.jpg","uri":"public:\/\/persons\/woody_harrelson.jpg","alt":null,"title":null}},"9038":{"title":"Judy Greer","image":{"filename":"judy_greer.jpg","uri":"public:\/\/persons\/judy_greer.jpg","alt":null,"title":null}},"2293":{"title":"Steve Zahn"}},"small_synopsys":"After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind.\r\n\r\nIn einem blutigen Konflikt mit dem r\u00fccksichtslosen Colonel erleiden Caesar und seine Artgenossen schwere Verluste. Caesar ringt daraufhin mit seinen dunklen Instinkten und dem Wunsch nach Rache. Um Klarheit zu bekommen, begibt er sich zusammen mit seinen engsten Vertrauten auf eine mystische Reise, doch diese f\u00fchrt ihn am Ende zur\u00fcck zum Colonel. Als sie sich endlich gegen\u00fcberstehen, kommt es zur gro\u00dfen Schlacht, die nicht nur \u00fcber das Schicksal von Affen und Menschen, sondern \u00fcber die gesamte Zukunft des Planeten entscheidet...","stills":{"14488":{"filename":"LaGuerraDelPlanetaDeLosSimios_ES_MovieStill1.jpg","uri":"public:\/\/stills\/LaGuerraDelPlanetaDeLosSimios_ES_MovieStill1.jpg","alt":null,"title":null},"14489":{"filename":"LaGuerraDelPlanetaDeLosSimios_ES_MovieStill2.jpg","uri":"public:\/\/stills\/LaGuerraDelPlanetaDeLosSimios_ES_MovieStill2.jpg","alt":null,"title":null},"14490":{"filename":"LaGuerraDelPlanetaDeLosSimios_ES_MovieStill3.jpg","uri":"public:\/\/stills\/LaGuerraDelPlanetaDeLosSimios_ES_MovieStill3.jpg","alt":null,"title":null},"14491":{"filename":"LaGuerraDelPlanetaDeLosSimios_ES_MovieStill4.jpg","uri":"public:\/\/stills\/LaGuerraDelPlanetaDeLosSimios_ES_MovieStill4.jpg","alt":null,"title":null},"15483":{"filename":"LaPlaneteDesSingesSuprematie_FP1.jpg","uri":"public:\/\/stills\/LaPlaneteDesSingesSuprematie_FP1.jpg","alt":null,"title":null},"15484":{"filename":"LaPlaneteDesSingesSuprematie_FP2.jpg","uri":"public:\/\/stills\/LaPlaneteDesSingesSuprematie_FP2.jpg","alt":null,"title":null},"15485":{"filename":"LaPlaneteDesSingesSuprematie_FP3.jpg","uri":"public:\/\/stills\/LaPlaneteDesSingesSuprematie_FP3.jpg","alt":null,"title":null}},"trailers":{"15399":{"title":"War for the Planet of the Apes","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"14960":{"title":"NL_war-planet-apes_ov_nlsub","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_war-planet-apes_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_war-planet-apes_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_war-planet-apes_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_war-planet-apes_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_war-planet-apes_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_war-planet-apes_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_war-planet-apes_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_war-planet-apes_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14957":{"title":"War For The Planet Of The Apes","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVBIL_240p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVBIL_360p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVBIL_480p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVBIL_720p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15433":{"title":"frfrlaplanetedessingessuprematie","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrlaplanetedessingessuprematie_240p.mp4","uri":"public:\/\/trailers\/frfrlaplanetedessingessuprematie_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrlaplanetedessingessuprematie_360p.mp4","uri":"public:\/\/trailers\/frfrlaplanetedessingessuprematie_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrlaplanetedessingessuprematie_480p.mp4","uri":"public:\/\/trailers\/frfrlaplanetedessingessuprematie_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrlaplanetedessingessuprematie_720p.mp4","uri":"public:\/\/trailers\/frfrlaplanetedessingessuprematie_720p.mp4","filemime":"video\/mp4"}}},"15400":{"title":"War for the Planet of the Apes","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVFRDUB_v2_240p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVFRDUB_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVFRDUB_v2_360p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVFRDUB_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVFRDUB_v2_480p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVFRDUB_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"War_for_the_Planet_of_the_Apes_OVFRDUB_v2_720p.mp4","uri":"public:\/\/trailers\/War_for_the_Planet_of_the_Apes_OVFRDUB_v2_720p.mp4","filemime":"video\/mp4"}}},"14958":{"title":"The War for the Planet of the Apes","image":{"filename":"warfortheplanetoftheapes_A.jpg","uri":"public:\/\/stills\/warfortheplanetoftheapes_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/War_For_The_Planet_Of_The_Apes_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"736":"736","752":"752"},"category":{"735":"735"},"poster":{"14452":{"filename":"WarForThePlanetOfTheApes_poster.jpg","uri":"public:\/\/posters\/WarForThePlanetOfTheApes_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"140","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":511700},"15092":{"nid":"15092","title":"Song to Song","changed":"1499696520","created":"1495014578","field_movie_person_director":{"en":[{"nid":"7036"}]},"field_movie_person_cast":{"en":[{"nid":"3193"},{"nid":"8693"},{"nid":"7669"},{"nid":"5644"},{"nid":"462"},{"nid":"5477"},{"nid":"6278"},{"nid":"9770"}]},"data":{"uuid":"45912","imdb":"tt2062700","release_date":"2017-07-12T00:00:00","programmation":{"14088":{"time":"16:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2065","saleable":"1"},"14240":{"time":"17:45:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14087":{"time":"18:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2040","saleable":"1"},"14241":{"time":"22:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14092":{"time":"14:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2123","saleable":"1"},"14242":{"time":"17:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14090":{"time":"19:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2070","saleable":"1"},"14243":{"time":"19:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14091":{"time":"21:45:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2071","saleable":"1"},"14096":{"time":"14:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2127","saleable":"1"},"14095":{"time":"16:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2073","saleable":"1"},"14245":{"time":"17:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14094":{"time":"18:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2047","saleable":"1"},"14244":{"time":"19:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14093":{"time":"21:15:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2048","saleable":"1"},"14100":{"time":"14:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2131","saleable":"1"},"14099":{"time":"16:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2077","saleable":"1"},"14246":{"time":"18:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14097":{"time":"18:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2051","saleable":"1"},"14247":{"time":"20:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14098":{"time":"21:15:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2052","saleable":"1"},"14103":{"time":"14:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2135","saleable":"1"},"14102":{"time":"16:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2081","saleable":"1"},"14249":{"time":"18:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":null,"saleable":"0"},"14101":{"time":"18:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2055","saleable":"1"},"14248":{"time":"20:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":null,"saleable":"0"}},"variants":{"730":{"title":"Song to Song","poster":{"14826":{"filename":"songtosong_poster_comato.jpg","uri":"public:\/\/posters\/songtosong_poster_comato.jpg","alt":null,"title":null}}}},"director":{"7036":{"title":"Terrence Malick"}},"cast":{"3193":{"title":"Ryan Gosling","image":{"filename":"ryan_gosling.jpg","uri":"public:\/\/persons\/ryan_gosling.jpg","alt":null,"title":null}},"8693":{"title":"Rooney Mara","image":{"filename":"Rooney_Mara2.jpg","uri":"public:\/\/persons\/Rooney_Mara2.jpg","alt":null,"title":null}},"7669":{"title":"Michael Fassbender","image":{"filename":"michaelfassbender.jpg","uri":"public:\/\/persons\/michaelfassbender.jpg","alt":null,"title":null}},"5644":{"title":"Natalie Portman","image":{"filename":"natalieportman1.jpg","uri":"public:\/\/persons\/natalieportman1.jpg","alt":null,"title":null}},"462":{"title":"Cate Blanchett","image":{"filename":"cateblanchett2.jpg","uri":"public:\/\/persons\/cateblanchett2.jpg","alt":null,"title":null}},"5477":{"title":"Christian Bale","image":{"filename":"christianbale.jpg","uri":"public:\/\/persons\/christianbale.jpg","alt":null,"title":null}},"6278":{"title":"Holly Hunter","image":{"filename":"hollyhunter2.jpg","uri":"public:\/\/persons\/hollyhunter2.jpg","alt":null,"title":null}},"9770":{"title":"Iggy Pop"}},"small_synopsys":"Two intersecting love triangles. Obsession and betrayal set against the music scene in Austin, Texas.","stills":{"14838":{"filename":"song_to_song_still_1.jpg","uri":"public:\/\/stills\/song_to_song_still_1.jpg","alt":null,"title":null},"14839":{"filename":"song_to_song_still_2.jpg","uri":"public:\/\/stills\/song_to_song_still_2.jpg","alt":null,"title":null},"14840":{"filename":"song_to_song_still_3.jpg","uri":"public:\/\/stills\/song_to_song_still_3.jpg","alt":null,"title":null}},"trailers":{"15397":{"title":"Song To Song","image":{"filename":"songtosong_A.jpg","uri":"public:\/\/stills\/songtosong_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Song_To_Song_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Song_To_Song_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Song_To_Song_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Song_To_Song_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Song_To_Song_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Song_To_Song_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Song_To_Song_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Song_To_Song_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15085":{"title":"NL_song_to_song_ov_nlsub","image":{"filename":"songtosong_A.jpg","uri":"public:\/\/stills\/songtosong_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_song_to_song_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_song_to_song_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_song_to_song_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_song_to_song_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_song_to_song_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_song_to_song_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_song_to_song_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_song_to_song_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"737":"737","747":"747"},"poster":{"14826":{"filename":"songtosong_poster_comato.jpg","uri":"public:\/\/posters\/songtosong_poster_comato.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"129","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":502600},"14988":{"nid":"14988","title":"Spider-Man: Homecoming","changed":"1499959020","created":"1493977512","field_movie_person_director":{"en":[{"nid":"11391"}]},"field_movie_person_cast":{"en":[{"nid":"11390"},{"nid":"3105"},{"nid":"11389"}]},"data":{"uuid":"45772","imdb":"tt2250912","release_date":"2017-07-19T00:00:00","programmation":{"14407":{"time":"21:15:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14408":{"time":"16:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14409":{"time":"18:45:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14309":{"time":"16:03:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14410":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14411":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14328":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14412":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"},"14329":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"500","session_id":null,"saleable":"0"},"14310":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"500","session_id":null,"saleable":"0"},"14311":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"500","session_id":null,"saleable":"0"},"14413":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14414":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14355":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"500","session_id":null,"saleable":"0"},"14356":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"500","session_id":null,"saleable":"0"}},"variants":{"727":{"title":"Spider-Man: Homecoming","poster":{"14615":{"filename":"spidermanhomecoming_poster.jpg","uri":"public:\/\/posters\/spidermanhomecoming_poster.jpg","alt":null,"title":null}}}},"director":{"11391":{"title":"Jon Watts"}},"cast":{"11390":{"title":"Tom Holland"},"3105":{"title":"Marisa Tomei","image":{"filename":"marisatomei.jpg","uri":"public:\/\/persons\/marisatomei.jpg","alt":null,"title":null}},"11389":{"title":"Zendaya"}},"small_synopsys":"Following the events of Captain America: Civil War (2016), Peter Parker attempts to balance his life in high school with his career as the web-slinging superhero Spider-Man.\r\n\r\nNach seinem Aufeinandertreffen mit den Avengers ist Peter Parker alias Spider-Man (Tom Holland) wieder zur\u00fcck in New York, wo er bei seiner Tante May (Marisa Tomei) wohnt.","stills":{"14769":{"filename":"spidermanhomecoming_still1_nl.jpg","uri":"public:\/\/stills\/spidermanhomecoming_still1_nl.jpg","alt":null,"title":null},"14770":{"filename":"spidermanhomecoming_still2_nl.jpg","uri":"public:\/\/stills\/spidermanhomecoming_still2_nl.jpg","alt":null,"title":null},"15311":{"filename":"SpidermanHomeComing_FP1.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP1.jpg","alt":null,"title":null},"15312":{"filename":"SpidermanHomeComing_FP2.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP2.jpg","alt":null,"title":null},"15313":{"filename":"SpidermanHomeComing_FP3.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP3.jpg","alt":null,"title":null}},"trailers":{"14980":{"title":"NL_Spider-Man_Homecoming_ov_nlsub","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15375":{"title":"frfrspidermanhomecoming","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrspidermanhomecoming_240p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrspidermanhomecoming_360p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrspidermanhomecoming_480p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrspidermanhomecoming_720p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_720p.mp4","filemime":"video\/mp4"}}},"14981":{"title":"Spider-man: Homecoming","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"736":"736","752":"752"},"category":{"735":"735"},"poster":{"14615":{"filename":"spidermanhomecoming_poster.jpg","uri":"public:\/\/posters\/spidermanhomecoming_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"130","related_movies":{"15302":"Avant-Premi\u00e8re: Spider-Man: Homecoming"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":501206},"15302":{"nid":"15302","title":" Spider-Man: Homecoming","changed":"1499855820","created":"1497012521","field_movie_person_director":{"en":[{"nid":"11391"}]},"field_movie_person_cast":{"en":[{"nid":"11390"},{"nid":"3105"},{"nid":"11389"}]},"data":{"uuid":"46121","imdb":"tt2250912","release_date":"2017-07-14T00:00:00","programmation":{"13053":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2383","saleable":"1"},"14261":{"time":"20:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"14260":{"time":"22:30:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13054":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2384","saleable":"1"},"14262":{"time":"19:15:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"14263":{"time":"22:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"14265":{"time":"16:30:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13055":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2385","saleable":"1"},"14264":{"time":"19:15:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13056":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"3751","saleable":"1"},"13057":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"3752","saleable":"1"},"13058":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"3753","saleable":"1"}},"variants":{"727":{"title":"Avant-Premi\u00e8re: Spider-Man: Homecoming","poster":{"14615":{"filename":"spidermanhomecoming_poster.jpg","uri":"public:\/\/posters\/spidermanhomecoming_poster.jpg","alt":null,"title":null}}},"730":{"title":"Avant-Premi\u00e8re: Spider-Man: Homecoming","poster":{"14615":{"filename":"spidermanhomecoming_poster.jpg","uri":"public:\/\/posters\/spidermanhomecoming_poster.jpg","alt":null,"title":null}}}},"director":{"11391":{"title":"Jon Watts"}},"cast":{"11390":{"title":"Tom Holland"},"3105":{"title":"Marisa Tomei","image":{"filename":"marisatomei.jpg","uri":"public:\/\/persons\/marisatomei.jpg","alt":null,"title":null}},"11389":{"title":"Zendaya"}},"small_synopsys":"Following the events of Captain America: Civil War (2016), Peter Parker attempts to balance his life in high school with his career as the web-slinging superhero Spider-Man.\r\n\r\nNach seinem Aufeinandertreffen mit den Avengers ist Peter Parker alias Spider-Man (Tom Holland) wieder zur\u00fcck in New York, wo er bei seiner Tante May (Marisa Tomei) wohnt.","stills":{"14769":{"filename":"spidermanhomecoming_still1_nl.jpg","uri":"public:\/\/stills\/spidermanhomecoming_still1_nl.jpg","alt":null,"title":null},"14770":{"filename":"spidermanhomecoming_still2_nl.jpg","uri":"public:\/\/stills\/spidermanhomecoming_still2_nl.jpg","alt":null,"title":null},"15311":{"filename":"SpidermanHomeComing_FP1.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP1.jpg","alt":null,"title":null},"15312":{"filename":"SpidermanHomeComing_FP2.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP2.jpg","alt":null,"title":null},"15313":{"filename":"SpidermanHomeComing_FP3.jpg","uri":"public:\/\/stills\/SpidermanHomeComing_FP3.jpg","alt":null,"title":null}},"trailers":{"14980":{"title":"NL_Spider-Man_Homecoming_ov_nlsub","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Spider-Man_Homecoming_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Spider-Man_Homecoming_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15375":{"title":"frfrspidermanhomecoming","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrspidermanhomecoming_240p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrspidermanhomecoming_360p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrspidermanhomecoming_480p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrspidermanhomecoming_720p.mp4","uri":"public:\/\/trailers\/frfrspidermanhomecoming_720p.mp4","filemime":"video\/mp4"}}},"14981":{"title":"Spider-man: Homecoming","image":{"filename":"spidermanhomecoming_A.jpg","uri":"public:\/\/stills\/spidermanhomecoming_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Spiderman_Homecoming_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Spiderman_Homecoming_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"736":"736","752":"752"},"type":{"684":"684"},"poster":{"14615":{"filename":"spidermanhomecoming_poster.jpg","uri":"public:\/\/posters\/spidermanhomecoming_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"130","related_movies":{"14988":"Spider-Man: Homecoming"},"rating":{"710":"710"}},"mtype":"event","event":"Avant-Premi\u00e8re","main":false,"has_events":false,"order":501205},"15090":{"nid":"15090","title":"Una","changed":"1499696520","created":"1495014578","field_movie_person_director":{"en":[{"nid":"15227"}]},"field_movie_person_cast":{"en":[{"nid":"8693"},{"nid":"7524"},{"nid":"15228"},{"nid":"8325"},{"nid":"4721"}]},"data":{"uuid":"45910","imdb":"tt2315582","release_date":"2017-07-12T00:00:00","programmation":{"14062":{"time":"16:45:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2120","saleable":"1"},"14061":{"time":"19:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2094","saleable":"1"},"14063":{"time":"16:45:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2124","saleable":"1"},"14064":{"time":"19:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2151","saleable":"1"},"14066":{"time":"16:45:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2128","saleable":"1"},"14065":{"time":"19:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2101","saleable":"1"},"14068":{"time":"16:30:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2132","saleable":"1"},"14067":{"time":"21:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2106","saleable":"1"},"14070":{"time":"16:30:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2136","saleable":"1"},"14069":{"time":"21:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2110","saleable":"1"}},"variants":{"730":{"title":"Una","poster":{"14850":{"filename":"una.jpg","uri":"public:\/\/posters\/una.jpg","alt":null,"title":null}}}},"director":{"15227":{"title":"Benedict Andrews"}},"cast":{"8693":{"title":"Rooney Mara","image":{"filename":"Rooney_Mara2.jpg","uri":"public:\/\/persons\/Rooney_Mara2.jpg","alt":null,"title":null}},"7524":{"title":"Ben Mendelsohn","image":{"filename":"Ben_Mendelsohn.jpg","uri":"public:\/\/persons\/Ben_Mendelsohn.jpg","alt":null,"title":null}},"15228":{"title":"Riz Ahmed"},"8325":{"title":"Tobias Menzies"},"4721":{"title":"Tara Fitzgerald","image":{"filename":"TaraFitzgerald.jpg","uri":"public:\/\/persons\/TaraFitzgerald.jpg","alt":null,"title":null}}},"small_synopsys":"When a young woman unexpectedly arrives at an older man\u0027s workplace, looking for answers, the secrets of the past threaten to unravel his new life. Their confrontation will uncover buried memories and unspeakable desires. It will shake them both to the core.\r\n\r\nEinst hatten der Mittdrei\u00dfiger Ray (Ben Mendelsohn) und die 13-j\u00e4hrige Una (Ruby Stokes) eine leidenschaftliche Aff\u00e4re. Die verbotene Beziehung zwischen den beiden ging zu Ende, als Ray Una bei der gemeinsamen Flucht schlie\u00dflich sitzen lie\u00df, anschlie\u00dfend wurde er verhaftet und zu einer vierj\u00e4hrigen Gef\u00e4ngnisstrafe verurteilt.","stills":{"14998":{"filename":"una_still1_nl.jpg","uri":"public:\/\/stills\/una_still1_nl.jpg","alt":null,"title":null},"14999":{"filename":"una_still2_nl.jpg","uri":"public:\/\/stills\/una_still2_nl.jpg","alt":null,"title":null},"15000":{"filename":"una_still3_nl.jpg","uri":"public:\/\/stills\/una_still3_nl.jpg","alt":null,"title":null}},"trailers":{"15450":{"title":"Una","image":{"filename":"una_A.jpg","uri":"public:\/\/stills\/una_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Una_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Una_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Una_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Una_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Una_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Una_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Una_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Una_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15197":{"title":"Trailer: Una","image":{"filename":"una_A.jpg","uri":"public:\/\/stills\/una_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_una_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_una_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_una_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_una_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_una_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_una_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_una_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_una_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747"},"poster":{"14850":{"filename":"una.jpg","uri":"public:\/\/posters\/una.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"94","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":501000},"15020":{"nid":"15020","title":" Nabucco","changed":"1499464920","created":"1494348460","data":{"uuid":"45806","imdb":"tTMT46","release_date":"2017-07-15T00:00:00","programmation":{"6740":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_305","format":"497","session_id":"906","saleable":"1"}},"variants":{"730":{"title":"MET Summer Encores: Nabucco","poster":{"14705":{"filename":"Nabucco_FRFO1.jpg","uri":"public:\/\/posters\/Nabucco_FRFO1.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"14684":{"filename":"Nabucco_4_960.jpg","uri":"public:\/\/stills\/Nabucco_4_960.jpg","alt":null,"title":null},"14685":{"filename":"Nabucco_2_960.jpg","uri":"public:\/\/stills\/Nabucco_2_960.jpg","alt":null,"title":null},"14686":{"filename":"Nabucco_3_960.jpg","uri":"public:\/\/stills\/Nabucco_3_960.jpg","alt":null,"title":null}},"type":{"698":"698"},"poster":{"14705":{"filename":"Nabucco_FRFO1.jpg","uri":"public:\/\/posters\/Nabucco_FRFO1.jpg","alt":null,"title":null}},"length":"155","rating":{"709":"709"}},"mtype":"event","event":"MET Summer Encores","main":true,"has_events":false,"order":500100},"14956":{"nid":"14956","title":"Despicable Me 3","changed":"1499201820","created":"1493905391","field_movie_person_director":{"en":[{"nid":"11282"},{"nid":"11393"}]},"field_movie_person_cast":{"en":[{"nid":"7009"},{"nid":"11346"},{"nid":"4505"},{"nid":"2296"},{"nid":"181"},{"nid":"11282"}]},"data":{"uuid":"45761","imdb":"tt3469046","release_date":"2017-07-05T00:00:00","programmation":{"13726":{"time":"16:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2880","saleable":"1"},"13425":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"14205":{"time":"14:15:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13727":{"time":"16:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"2884","saleable":"1"},"14206":{"time":"14:15:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13494":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13728":{"time":"16:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2888","saleable":"1"},"13729":{"time":"19:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2917","saleable":"1"},"14207":{"time":"15:00:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13730":{"time":"16:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2892","saleable":"1"},"14208":{"time":"14:45:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13732":{"time":"16:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2896","saleable":"1"},"13495":{"time":"19:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13731":{"time":"19:30:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2841","saleable":"1"},"14325":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-25","pdate":"2017-07-25","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13747":{"time":"16:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4676","saleable":"1"},"14040":{"time":"16:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"2039","saleable":"1"},"14209":{"time":"17:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13744":{"time":"19:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4580","saleable":"1"},"13496":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13746":{"time":"22:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4647","saleable":"1"},"13748":{"time":"14:15:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4582","saleable":"1"},"14210":{"time":"16:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13751":{"time":"16:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4679","saleable":"1"},"14041":{"time":"16:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"2043","saleable":"1"},"13749":{"time":"19:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4584","saleable":"1"},"13407":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13750":{"time":"22:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4651","saleable":"1"},"13754":{"time":"00:15:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4652","saleable":"1"},"13752":{"time":"14:15:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4586","saleable":"1"},"14211":{"time":"16:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13756":{"time":"16:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4682","saleable":"1"},"13753":{"time":"19:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4588","saleable":"1"},"13755":{"time":"22:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4656","saleable":"1"},"13757":{"time":"12:00:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4590","saleable":"1"},"13758":{"time":"14:15:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4591","saleable":"1"},"13761":{"time":"16:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4685","saleable":"1"},"14042":{"time":"16:45:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"2050","saleable":"1"},"13760":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4660","saleable":"1"},"13426":{"time":"20:30:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13497":{"time":"21:15:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13759":{"time":"22:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4627","saleable":"1"},"13762":{"time":"12:00:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4595","saleable":"1"},"13763":{"time":"14:15:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4596","saleable":"1"},"13766":{"time":"16:45:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4689","saleable":"1"},"13765":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4665","saleable":"1"},"13441":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13764":{"time":"22:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4632","saleable":"1"},"14304":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-19","pdate":"2017-07-19","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"14347":{"time":"18:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-24","pdate":"2017-07-24","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13771":{"time":"14:30:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2771","saleable":"1"},"13772":{"time":"19:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2857","saleable":"1"},"13773":{"time":"14:30:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2775","saleable":"1"},"13774":{"time":"14:30:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2779","saleable":"1"},"13538":{"time":"19:30:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2837","saleable":"1"},"13775":{"time":"14:30:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2783","saleable":"1"},"14365":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14366":{"time":"10:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"728","format":"497","session_id":null,"saleable":"0"},"14367":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"728","format":"497","session_id":null,"saleable":"0"},"14368":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"},"13786":{"time":"16:45:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"500","session_id":"4645","saleable":"1"},"13783":{"time":"17:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"500","session_id":"2796","saleable":"1"},"13784":{"time":"19:30:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"500","session_id":"4549","saleable":"1"},"14046":{"time":"14:15:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"2096","saleable":"1"},"13788":{"time":"14:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"4648","saleable":"1"},"13789":{"time":"16:45:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"4649","saleable":"1"},"13787":{"time":"17:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"500","session_id":"2800","saleable":"1"},"14047":{"time":"14:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"2099","saleable":"1"},"13792":{"time":"14:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"4653","saleable":"1"},"13793":{"time":"16:45:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"4654","saleable":"1"},"13790":{"time":"17:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"2804","saleable":"1"},"13791":{"time":"19:30:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"500","session_id":"4557","saleable":"1"},"14048":{"time":"14:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"2103","saleable":"1"},"13796":{"time":"14:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"4658","saleable":"1"},"13795":{"time":"16:45:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"4659","saleable":"1"},"13794":{"time":"17:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"500","session_id":"2808","saleable":"1"},"14049":{"time":"14:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"2107","saleable":"1"},"13800":{"time":"14:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"4663","saleable":"1"},"13799":{"time":"16:45:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"4664","saleable":"1"},"13797":{"time":"17:00:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"2812","saleable":"1"},"13798":{"time":"19:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"500","session_id":"4598","saleable":"1"},"14369":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"728","format":"500","session_id":null,"saleable":"0"},"14370":{"time":"16:15:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"728","format":"500","session_id":null,"saleable":"0"},"14371":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"500","session_id":null,"saleable":"0"},"13803":{"time":"16:45:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2768","saleable":"1"},"14215":{"time":"17:15:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13498":{"time":"18:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"14218":{"time":"14:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13499":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"14217":{"time":"16:30:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13454":{"time":"16:30:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13804":{"time":"16:45:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2772","saleable":"1"},"13500":{"time":"10:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"14220":{"time":"14:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13442":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13408":{"time":"16:00:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"14219":{"time":"16:30:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13805":{"time":"16:45:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2776","saleable":"1"},"13501":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"14221":{"time":"14:45:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13427":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13806":{"time":"16:45:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2780","saleable":"1"},"13443":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"14223":{"time":"15:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"13807":{"time":"16:45:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2784","saleable":"1"},"14222":{"time":"17:30:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"14305":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14348":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14401":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14349":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14326":{"time":"14:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14350":{"time":"16:30:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14402":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14351":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"},"13820":{"time":"16:30:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":"4611","saleable":"1"},"13818":{"time":"19:30:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":"2825","saleable":"1"},"14226":{"time":"19:45:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"13455":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"13428":{"time":"14:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"13821":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"2745","saleable":"1"},"13825":{"time":"14:15:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"4614","saleable":"1"},"14053":{"time":"14:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"2042","saleable":"1"},"13502":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"13824":{"time":"16:30:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"4615","saleable":"1"},"14227":{"time":"19:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"13822":{"time":"19:30:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"2829","saleable":"1"},"13823":{"time":"19:30:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":"4553","saleable":"1"},"13444":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"13826":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"2748","saleable":"1"},"13503":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"13829":{"time":"14:15:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"4619","saleable":"1"},"14054":{"time":"14:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"2045","saleable":"1"},"13409":{"time":"16:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"13828":{"time":"16:30:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"4620","saleable":"1"},"13827":{"time":"19:30:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":"2833","saleable":"1"},"14228":{"time":"19:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"13830":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"2751","saleable":"1"},"13834":{"time":"14:15:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"4624","saleable":"1"},"14055":{"time":"14:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"2049","saleable":"1"},"13833":{"time":"16:30:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"4625","saleable":"1"},"14229":{"time":"17:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"13831":{"time":"19:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"2809","saleable":"1"},"13832":{"time":"19:30:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":"4593","saleable":"1"},"13835":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"2755","saleable":"1"},"13504":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"13838":{"time":"14:15:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"4629","saleable":"1"},"14056":{"time":"14:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"2053","saleable":"1"},"13837":{"time":"16:30:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"4630","saleable":"1"},"13836":{"time":"19:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":"2813","saleable":"1"},"14230":{"time":"20:15:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"14403":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"500","session_id":null,"saleable":"0"},"14404":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"500","session_id":null,"saleable":"0"},"14306":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"500","session_id":null,"saleable":"0"},"14352":{"time":"16:30:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"500","session_id":null,"saleable":"0"},"14405":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14307":{"time":"16:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14353":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"500","session_id":null,"saleable":"0"},"14406":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"500","session_id":null,"saleable":"0"}},"variants":{"730":{"title":"Despicable Me 3","poster":{"14707":{"filename":"despicableme3_poster.jpg","uri":"public:\/\/posters\/despicableme3_poster.jpg","alt":null,"title":null}}},"728":{"title":"Despicable Me 3","poster":{"14707":{"filename":"despicableme3_poster.jpg","uri":"public:\/\/posters\/despicableme3_poster.jpg","alt":null,"title":null}}},"727":{"title":"Despicable Me 3","poster":{"14707":{"filename":"despicableme3_poster.jpg","uri":"public:\/\/posters\/despicableme3_poster.jpg","alt":null,"title":null}}}},"director":{"11282":{"title":"Pierre Coffin"},"11393":{"title":"Kyle Balda"}},"cast":{"7009":{"title":"Steve Carell","image":{"filename":"stevecarrel.jpg","uri":"public:\/\/persons\/stevecarrel.jpg","alt":null,"title":null}},"11346":{"title":"Kristen Wiig","image":{"filename":"kristenwiig.jpg","uri":"public:\/\/persons\/kristenwiig.jpg","alt":null,"title":null}},"4505":{"title":"Russell Brand","image":{"filename":"russellbrand.jpg","uri":"public:\/\/persons\/russellbrand.jpg","alt":null,"title":null}},"2296":{"title":"Steve Coogan","image":{"filename":"stevecoogan.jpg","uri":"public:\/\/persons\/stevecoogan.jpg","alt":null,"title":null}},"181":{"title":"Trey Parker"},"11282":{"title":"Pierre Coffin"}},"small_synopsys":"Gru meets his twin brother Dru he never knew about.\r\n\r\nDer einstmals finstere Gru (Stimme im Original Steve Carell \/ auf Deutsch: Oliver Rohrbeck) hat sich im zweiten Teil in Agentin Lucy Wilde (Kristen Wiig \/ Martina Hill) verguckt und aus Liebe zu ihr und seinen drei Adoptivt\u00f6chter Margo (Miranda Cosgrove), Edith (Dana Gaier) und Agnes (Nev Scharrel) die Seiten gewechselt: Gemeinsam mit seiner Angetrauten bek\u00e4mpft er nun unter dem Team-Namen \u201eGrucy\u201c B\u00f6sewichte.","stills":{"14446":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill1.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill1.jpg","alt":null,"title":null},"14447":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill2.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill2.jpg","alt":null,"title":null},"14448":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill3.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill3.jpg","alt":null,"title":null},"14449":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill4.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill4.jpg","alt":null,"title":null},"14450":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill5.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill5.jpg","alt":null,"title":null},"14451":{"filename":"Gru3MiVillanoFavorito_ES_MovieStill6.jpg","uri":"public:\/\/stills\/Gru3MiVillanoFavorito_ES_MovieStill6.jpg","alt":null,"title":null},"15175":{"filename":"MoiMocheEtM\u00e9chant_FP2.jpg","uri":"public:\/\/stills\/MoiMocheEtM\u00e9chant_FP2.jpg","alt":null,"title":null}},"trailers":{"14954":{"title":"Despicable Me 3","image":{"filename":"despicableme3_A.jpg","uri":"public:\/\/stills\/despicableme3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Despicable_Me_3_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Despicable_Me_3_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Despicable_Me_3_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Despicable_Me_3_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"14951":{"title":"Despicable Me 3","image":{"filename":"despicableme3_A.jpg","uri":"public:\/\/stills\/despicableme3_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Despicable_Me_3_OVBIL_240p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Despicable_Me_3_OVBIL_360p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Despicable_Me_3_OVBIL_480p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Despicable_Me_3_OVBIL_720p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Despicable_Me_3_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"15304":{"title":"frfrmoimocheetmechant3","image":{"filename":"despicableme3_A.jpg","uri":"public:\/\/stills\/despicableme3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrmoimocheetmechant3_240p.mp4","uri":"public:\/\/trailers\/frfrmoimocheetmechant3_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrmoimocheetmechant3_360p.mp4","uri":"public:\/\/trailers\/frfrmoimocheetmechant3_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrmoimocheetmechant3_480p.mp4","uri":"public:\/\/trailers\/frfrmoimocheetmechant3_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrmoimocheetmechant3_720p.mp4","uri":"public:\/\/trailers\/frfrmoimocheetmechant3_720p.mp4","filemime":"video\/mp4"}}},"14950":{"title":"Despicable Me 3","image":{"filename":"despicableme3_A.jpg","uri":"public:\/\/stills\/despicableme3_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Despicable_Me_3_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Despicable_Me_3_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Despicable_Me_3_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Despicable_Me_3_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Despicable_Me_3_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Despicable_Me_3_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Despicable_Me_3_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Despicable_Me_3_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"738":"738","752":"752"},"category":{"735":"735"},"poster":{"14707":{"filename":"despicableme3_poster.jpg","uri":"public:\/\/posters\/despicableme3_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"96","related_movies":{"15270":"Avant-Premi\u00e8re: Despicable Me 3"},"rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":true,"order":239600},"14789":{"nid":"14789","title":"Baywatch","changed":"1497992220","created":"1492001407","field_movie_person_director":{"en":[{"nid":"1093"}]},"field_movie_person_cast":{"en":[{"nid":"4765"},{"nid":"6628"},{"nid":"8001"},{"nid":"3730"},{"nid":"5391"}]},"data":{"uuid":"45550","imdb":"tt1469304","release_date":"2017-06-14T00:00:00","programmation":{"13653":{"time":"16:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4424","saleable":"1"},"13652":{"time":"19:15:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4425","saleable":"1"},"13650":{"time":"22:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2798","saleable":"1"},"13651":{"time":"22:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4398","saleable":"1"},"13657":{"time":"16:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4428","saleable":"1"},"13658":{"time":"19:15:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4429","saleable":"1"},"13655":{"time":"22:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"2774","saleable":"1"},"13656":{"time":"22:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4402","saleable":"1"},"13661":{"time":"16:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4432","saleable":"1"},"13662":{"time":"19:15:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4433","saleable":"1"},"13659":{"time":"22:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2778","saleable":"1"},"13660":{"time":"22:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4406","saleable":"1"},"13667":{"time":"12:00:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4529","saleable":"1"},"13666":{"time":"16:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4436","saleable":"1"},"13665":{"time":"19:15:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4437","saleable":"1"},"14184":{"time":"20:30:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":null,"saleable":"0"},"13663":{"time":"22:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2782","saleable":"1"},"13664":{"time":"22:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4410","saleable":"1"},"13672":{"time":"12:00:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4534","saleable":"1"},"13670":{"time":"16:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4440","saleable":"1"},"13671":{"time":"19:15:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4441","saleable":"1"},"13668":{"time":"22:00:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2786","saleable":"1"},"13669":{"time":"22:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4414","saleable":"1"},"14186":{"time":"17:30:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13417":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13678":{"time":"19:00:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2909","saleable":"1"},"13458":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13682":{"time":"13:45:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4399","saleable":"1"},"14187":{"time":"16:30:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13680":{"time":"17:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2828","saleable":"1"},"13681":{"time":"19:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2913","saleable":"1"},"13399":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13683":{"time":"13:45:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4403","saleable":"1"},"14188":{"time":"22:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13686":{"time":"13:45:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4407","saleable":"1"},"13684":{"time":"17:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2836","saleable":"1"},"13685":{"time":"19:00:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2921","saleable":"1"},"13688":{"time":"13:45:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4411","saleable":"1"},"13459":{"time":"16:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"14189":{"time":"17:45:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"13687":{"time":"19:00:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2925","saleable":"1"},"14296":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14389":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14339":{"time":"18:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14297":{"time":"18:29:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14390":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14298":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"},"13926":{"time":"17:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":"2824","saleable":"1"},"13927":{"time":"17:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2832","saleable":"1"},"13928":{"time":"17:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2840","saleable":"1"}},"variants":{"730":{"title":"Baywatch","poster":{"14708":{"filename":"baywatch_poster.jpg","uri":"public:\/\/posters\/baywatch_poster.jpg","alt":null,"title":null}}},"727":{"title":"Baywatch","poster":{"14708":{"filename":"baywatch_poster.jpg","uri":"public:\/\/posters\/baywatch_poster.jpg","alt":null,"title":null}}},"728":{"title":"Baywatch","poster":{"14708":{"filename":"baywatch_poster.jpg","uri":"public:\/\/posters\/baywatch_poster.jpg","alt":null,"title":null}}}},"director":{"1093":{"title":"Seth Gordon"}},"cast":{"4765":{"title":"Dwayne Johnson","image":{"filename":"dwaynejohnson2.jpg","uri":"public:\/\/persons\/dwaynejohnson2.jpg","alt":null,"title":null}},"6628":{"title":"Zac Efron","image":{"filename":"zacefron2.jpg","uri":"public:\/\/persons\/zacefron2.jpg","alt":null,"title":null}},"8001":{"title":"Alexandra Daddario","image":{"filename":"alexandradaddario.jpg","uri":"public:\/\/persons\/alexandradaddario.jpg","alt":null,"title":null}},"3730":{"title":"Priyanka Chopra","image":{"filename":"priyankachopra.jpg","uri":"public:\/\/persons\/priyankachopra.jpg","alt":null,"title":null}},"5391":{"title":"Pamela Anderson","image":{"filename":"pamelaanderson.jpg","uri":"public:\/\/persons\/pamelaanderson.jpg","alt":null,"title":null}}},"small_synopsys":"Devoted lifeguard Mitch Buchanan butts heads with a brash new recruit. Together, they uncover a local criminal plot that threatens the future of the Bay.\r\n\r\nMitch Buchannon (Dwayne Johnson) hat als charismatischer Anf\u00fchrer eines Teams von Rettungsschwimmern alle H\u00e4nde voll zu tun. Vor allem ein Neuzugang bereitet ihm Sorgen: Matt Brody (Zac Efron) war einst olympischer Schwimmer, doch wurde nach einem Aufsehen erregenden Zwischenfall verbannt. Nun muss ihn Mitch als PR-Ma\u00dfnahme in sein Team aufnehmen.","stills":{"14232":{"filename":"baywatch_still_2.jpg","uri":"public:\/\/stills\/baywatch_still_2.jpg","alt":null,"title":null},"14233":{"filename":"baywatch_still_5.jpg","uri":"public:\/\/stills\/baywatch_still_5.jpg","alt":null,"title":null},"14234":{"filename":"baywatch_still_3.jpg","uri":"public:\/\/stills\/baywatch_still_3.jpg","alt":null,"title":null},"14235":{"filename":"baywatch_still_4.jpg","uri":"public:\/\/stills\/baywatch_still_4.jpg","alt":null,"title":null}},"trailers":{"14862":{"title":"NL_baywatch_ov_nlsub","image":{"filename":"baywatch_A.jpg","uri":"public:\/\/stills\/baywatch_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_baywatch_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_baywatch_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_baywatch_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_baywatch_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_baywatch_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_baywatch_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_baywatch_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_baywatch_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14780":{"title":"Baywatch","image":{"filename":"baywatch_A.jpg","uri":"public:\/\/stills\/baywatch_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Baywatch_OVBIL_240p.webm","uri":"public:\/\/trailers\/Baywatch_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Baywatch_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Baywatch_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Baywatch_OVBIL_360p.webm","uri":"public:\/\/trailers\/Baywatch_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Baywatch_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Baywatch_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Baywatch_OVBIL_480p.webm","uri":"public:\/\/trailers\/Baywatch_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Baywatch_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Baywatch_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Baywatch_OVBIL_720p.webm","uri":"public:\/\/trailers\/Baywatch_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Baywatch_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Baywatch_OVBIL_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Baywatch_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Baywatch_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Baywatch_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Baywatch_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"14849":{"title":"Baywatch","image":{"filename":"baywatch_A.jpg","uri":"public:\/\/stills\/baywatch_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Baywatch_OVFRDUB_v2_240p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Baywatch_OVFRDUB_v2_360p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Baywatch_OVFRDUB_v2_480p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Baywatch_OVFRDUB_v2_720p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_v2_720p.mp4","filemime":"video\/mp4"}}},"14785":{"title":"Baywatch: Alerte \u00e0 Malibu - Bande-annonce","image":{"filename":"baywatch_A.jpg","uri":"public:\/\/stills\/baywatch_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrbaywatch_240p.mp4","uri":"public:\/\/trailers\/frfrbaywatch_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrbaywatch_360p.mp4","uri":"public:\/\/trailers\/frfrbaywatch_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrbaywatch_480p.mp4","uri":"public:\/\/trailers\/frfrbaywatch_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrbaywatch_720p.mp4","uri":"public:\/\/trailers\/frfrbaywatch_720p.mp4","filemime":"video\/mp4"}}},"14781":{"title":"Baywatch","image":{"filename":"baywatch_A.jpg","uri":"public:\/\/stills\/baywatch_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Baywatch_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Baywatch_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Baywatch_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Baywatch_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Baywatch_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Baywatch_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Baywatch_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Baywatch_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"740":"740","736":"736"},"poster":{"14708":{"filename":"baywatch_poster.jpg","uri":"public:\/\/posters\/baywatch_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"116","related_movies":{"15229":"Avant-Premi\u00e8re: Baywatch"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":213200},"14955":{"nid":"14955","title":"Transformers: The Last Knight","changed":"1499797620","created":"1493905391","field_movie_person_director":{"en":[{"nid":"539"}]},"field_movie_person_cast":{"en":[{"nid":"6822"},{"nid":"5266"},{"nid":"2092"},{"nid":"7016"}]},"data":{"uuid":"45760","imdb":"tt3371366","release_date":"2017-06-28T00:00:00","programmation":{"13691":{"time":"19:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2853","saleable":"1"},"13692":{"time":"19:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2889","saleable":"1"},"13693":{"time":"19:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2865","saleable":"1"},"13694":{"time":"19:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2869","saleable":"1"},"13700":{"time":"19:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4612","saleable":"1"},"13699":{"time":"21:45:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4581","saleable":"1"},"14192":{"time":"22:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"14193":{"time":"19:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13702":{"time":"19:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4616","saleable":"1"},"13701":{"time":"21:45:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4585","saleable":"1"},"13704":{"time":"19:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4621","saleable":"1"},"13703":{"time":"21:45:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4589","saleable":"1"},"14194":{"time":"22:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13705":{"time":"19:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4626","saleable":"1"},"14195":{"time":"20:30:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13706":{"time":"21:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4661","saleable":"1"},"13707":{"time":"19:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4631","saleable":"1"},"14196":{"time":"20:15:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":null,"saleable":"0"},"13708":{"time":"21:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4666","saleable":"1"},"14198":{"time":"19:15:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"500","session_id":null,"saleable":"0"},"13422":{"time":"15:56:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"14199":{"time":"22:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"500","session_id":null,"saleable":"0"},"14200":{"time":"19:00:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"13440":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"500","session_id":null,"saleable":"0"},"14201":{"time":"17:30:00","screen":"CSCDI-1","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"13423":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"13492":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"13406":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"500","session_id":null,"saleable":"0"},"14302":{"time":"20:30:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"500","session_id":null,"saleable":"0"},"14303":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"500","session_id":null,"saleable":"0"},"14399":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"500","session_id":null,"saleable":"0"},"13714":{"time":"16:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"4484","saleable":"1"},"13713":{"time":"21:30:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2910","saleable":"1"},"13716":{"time":"16:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4488","saleable":"1"},"13452":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13461":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13715":{"time":"21:45:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2914","saleable":"1"},"13718":{"time":"16:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4493","saleable":"1"},"13462":{"time":"18:15:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13717":{"time":"21:30:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2918","saleable":"1"},"13720":{"time":"16:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4498","saleable":"1"},"13463":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13719":{"time":"21:35:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2922","saleable":"1"},"13722":{"time":"16:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4503","saleable":"1"},"13721":{"time":"21:30:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2926","saleable":"1"},"14364":{"time":"18:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14427":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14345":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14400":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"}},"variants":{"730":{"title":"Transformers: The Last Knight","poster":{"14444":{"filename":"Transformers_The_Last_Knight_Poster_v2.jpg","uri":"public:\/\/posters\/Transformers_The_Last_Knight_Poster_v2.jpg","alt":null,"title":null}}},"727":{"title":"Transformers: The Last Knight","poster":{"14444":{"filename":"Transformers_The_Last_Knight_Poster_v2.jpg","uri":"public:\/\/posters\/Transformers_The_Last_Knight_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"539":{"title":"Michael Bay"}},"cast":{"6822":{"title":"Mark Wahlberg","image":{"filename":"markwahlberg2.jpg","uri":"public:\/\/persons\/markwahlberg2.jpg","alt":null,"title":null}},"5266":{"title":"Anthony Hopkins","image":{"filename":"anthonyhopkins.jpg","uri":"public:\/\/persons\/anthonyhopkins.jpg","alt":null,"title":null}},"2092":{"title":"Josh Duhamel","image":{"filename":"josh_duhamel.jpg","uri":"public:\/\/persons\/josh_duhamel.jpg","alt":null,"title":null}},"7016":{"title":"Tyrese Gibson","image":{"filename":"tyresegibson.jpg","uri":"public:\/\/persons\/tyresegibson.jpg","alt":null,"title":null}}},"small_synopsys":"Humans and Transformers are at war, Optimus Prime is gone. The key to saving our future lies buried in the secrets of the past, in the hidden history of Transformers on Earth.\r\n\r\nDer m\u00e4chtige Anf\u00fchrer der Autobots, Optimus Prime (Stimme im Original: Peter Cullen), hat die Erde verlassen. Fernab unserer Welt merkt er, dass seine Heimat Cybertron zerst\u00f6rt wurde.","stills":{"14766":{"filename":"transformersthelastknight_still1_nl.jpg","uri":"public:\/\/stills\/transformersthelastknight_still1_nl.jpg","alt":null,"title":null},"14767":{"filename":"transformersthelastknight_still2_nl.jpg","uri":"public:\/\/stills\/transformersthelastknight_still2_nl.jpg","alt":null,"title":null},"14768":{"filename":"transformersthelastknight_still3_nl.jpg","uri":"public:\/\/stills\/transformersthelastknight_still3_nl.jpg","alt":null,"title":null},"15247":{"filename":"TransformersTheLastKnight_FP1.jpg","uri":"public:\/\/stills\/TransformersTheLastKnight_FP1.jpg","alt":null,"title":null},"15248":{"filename":"TransformersTheLastKnight_FP3.jpg","uri":"public:\/\/stills\/TransformersTheLastKnight_FP3.jpg","alt":null,"title":null}},"trailers":{"15124":{"title":"Transformers: The Last Knight","image":{"filename":"transformersthelastknight_A.jpg","uri":"public:\/\/stills\/transformersthelastknight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Transformers_The_Last-Knight_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last-Knight_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Transformers_The_Last-Knight_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last-Knight_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Transformers_The_Last-Knight_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last-Knight_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Transformers_The_Last-Knight_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last-Knight_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"14953":{"title":"NL_Transformers-The-Last-Knight_ov_nlsub","image":{"filename":"transformersthelastknight_A.jpg","uri":"public:\/\/stills\/transformersthelastknight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Transformers-The-Last-Knight_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Transformers-The-Last-Knight_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Transformers-The-Last-Knight_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Transformers-The-Last-Knight_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Transformers-The-Last-Knight_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Transformers-The-Last-Knight_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Transformers-The-Last-Knight_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Transformers-The-Last-Knight_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14952":{"title":"Transformers The Last Knight","image":{"filename":"transformersthelastknight_A.jpg","uri":"public:\/\/stills\/transformersthelastknight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15282":{"title":"frfrtransformerthelastknight","image":{"filename":"transformersthelastknight_A.jpg","uri":"public:\/\/stills\/transformersthelastknight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrtransformerthelastknight_240p.mp4","uri":"public:\/\/trailers\/frfrtransformerthelastknight_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrtransformerthelastknight_360p.mp4","uri":"public:\/\/trailers\/frfrtransformerthelastknight_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrtransformerthelastknight_480p.mp4","uri":"public:\/\/trailers\/frfrtransformerthelastknight_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrtransformerthelastknight_720p.mp4","uri":"public:\/\/trailers\/frfrtransformerthelastknight_720p.mp4","filemime":"video\/mp4"}}},"14949":{"title":"Transformers The Last Knight","image":{"filename":"transformersthelastknight_A.jpg","uri":"public:\/\/stills\/transformersthelastknight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Transformers_The_Last_Knight_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Transformers_The_Last_Knight_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Transformers_The_Last_Knight_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Transformers_The_Last_Knight_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Transformers_The_Last_Knight_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"736":"736","752":"752"},"category":{"735":"735"},"poster":{"14444":{"filename":"Transformers_The_Last_Knight_Poster_v2.jpg","uri":"public:\/\/posters\/Transformers_The_Last_Knight_Poster_v2.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"148","related_movies":{"15283":"Avant-Premi\u00e8re: Transformers - The Last Knight"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":212600},"11929":{"nid":"11929","title":"Wonder Woman","changed":"1499775720","created":"1490864499","field_movie_person_director":{"en":[{"nid":"3798"}]},"field_movie_person_cast":{"en":[{"nid":"7602"},{"nid":"2562"},{"nid":"3092"},{"nid":"619"},{"nid":"703"},{"nid":"5158"},{"nid":"7295"},{"nid":"3362"}]},"data":{"uuid":"45345","imdb":"tt0451279","release_date":"2017-06-14T00:00:00","programmation":{"13434":{"time":"18:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13578":{"time":"21:45:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2744","saleable":"1"},"14178":{"time":"22:00:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":null,"saleable":"0"},"13414":{"time":"18:25:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13579":{"time":"21:45:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2830","saleable":"1"},"14179":{"time":"21:45:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13469":{"time":"16:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13580":{"time":"21:45:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2750","saleable":"1"},"14180":{"time":"21:45:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"14181":{"time":"20:15:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13581":{"time":"22:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2754","saleable":"1"},"14182":{"time":"17:30:00","screen":"CSCDI-2","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"13582":{"time":"22:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2758","saleable":"1"},"14336":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14379":{"time":"14:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14380":{"time":"18:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14381":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"13475":{"time":"18:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"500","session_id":null,"saleable":"0"},"13621":{"time":"16:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4452","saleable":"1"},"13619":{"time":"19:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2881","saleable":"1"},"13620":{"time":"19:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4397","saleable":"1"},"13624":{"time":"16:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4456","saleable":"1"},"13622":{"time":"19:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"2885","saleable":"1"},"13623":{"time":"19:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4401","saleable":"1"},"13627":{"time":"16:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4461","saleable":"1"},"13625":{"time":"19:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2861","saleable":"1"},"13626":{"time":"19:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4405","saleable":"1"},"13630":{"time":"16:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4465","saleable":"1"},"13628":{"time":"19:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2893","saleable":"1"},"13629":{"time":"19:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4409","saleable":"1"},"13633":{"time":"16:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4469","saleable":"1"},"13631":{"time":"19:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2897","saleable":"1"},"13632":{"time":"19:15:00","screen":"UKRCH-1","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4413","saleable":"1"},"13636":{"time":"21:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4550","saleable":"1"},"13637":{"time":"21:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4554","saleable":"1"},"13638":{"time":"21:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4558","saleable":"1"},"13639":{"time":"21:45:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4594","saleable":"1"},"13640":{"time":"21:45:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4599","saleable":"1"}},"variants":{"727":{"title":"Wonder Woman","poster":{"14177":{"filename":"wonderwoman_poster.jpg","uri":"public:\/\/posters\/wonderwoman_poster.jpg","alt":null,"title":null}}},"730":{"title":"Wonder Woman","poster":{"14177":{"filename":"wonderwoman_poster.jpg","uri":"public:\/\/posters\/wonderwoman_poster.jpg","alt":null,"title":null}}}},"director":{"3798":{"title":"Patty Jenkins"}},"cast":{"7602":{"title":"Gal Gadot","image":{"filename":"GalGadot.jpg","uri":"public:\/\/persons\/GalGadot.jpg","alt":null,"title":null}},"2562":{"title":"Chris Pine","image":{"filename":"chrispine.jpg","uri":"public:\/\/persons\/chrispine.jpg","alt":null,"title":null}},"3092":{"title":"Connie Nielsen","image":{"filename":"connienielsen.jpg","uri":"public:\/\/persons\/connienielsen.jpg","alt":null,"title":null}},"619":{"title":"Robin Wright","image":{"filename":"robinwright_penn.jpg","uri":"public:\/\/persons\/robinwright_penn.jpg","alt":null,"title":null}},"703":{"title":"Elena Anaya","image":{"filename":"elenaanaya.jpg","uri":"public:\/\/persons\/elenaanaya.jpg","alt":null,"title":null}},"5158":{"title":"Ewen Bremmer","image":{"filename":"Ewen_Bremner_ES.jpg","uri":"public:\/\/persons\/Ewen_Bremner_ES.jpg","alt":null,"title":null}},"7295":{"title":"David Thewlis","image":{"filename":"DavidThewlis.jpg","uri":"public:\/\/persons\/DavidThewlis.jpg","alt":null,"title":null}},"3362":{"title":"Sa\u00efd Taghmaoui"}},"small_synopsys":"Before she was Wonder Woman she was Diana, princess of the Amazons, trained warrior. When a pilot crashes and tells of conflict in the outside world, she leaves home to fight a war to end all wars, discovering her full powers and true destiny.\r\n\r\nDiana (Gal Gadot) stammt von der Insel der Amazonen, wo die Frauen regieren und M\u00e4nner nicht existieren. Doch auch dort herrscht immerzu Krieg, es geht wie in unserer Welt um die Macht. Als eines Tages der amerikanische Pilot Steve Trevor (Chris Pine) auf der Insel strandet und von den grauenvollen Kriegen und Konflikten \u00fcberall auf der Erde berichtet, folgt Diana ihm in unsere Welt, wo sie zur Superheldin Wonder Woman wird und Verbrechen und Unrecht auf der Welt bek\u00e4mpft.","stills":{"4840":{"filename":"WonderWoman_FP1.jpg","uri":"public:\/\/stills\/WonderWoman_FP1.jpg","alt":null,"title":null},"4841":{"filename":"WonderWoman_FP2.jpg","uri":"public:\/\/stills\/WonderWoman_FP2.jpg","alt":null,"title":null},"4842":{"filename":"WonderWoman_FP3.jpg","uri":"public:\/\/stills\/WonderWoman_FP3.jpg","alt":null,"title":null},"15328":{"filename":"WonderWoman_ES_MovieStill1.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill1.jpg","alt":null,"title":null},"15329":{"filename":"WonderWoman_ES_MovieStill2.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill2.jpg","alt":null,"title":null},"15330":{"filename":"WonderWoman_ES_MovieStill3.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill3.jpg","alt":null,"title":null},"15331":{"filename":"WonderWoman_ES_MovieStill4.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill4.jpg","alt":null,"title":null},"15332":{"filename":"WonderWoman_ES_MovieStill5.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill5.jpg","alt":null,"title":null},"15333":{"filename":"WonderWoman_ES_MovieStill6.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill6.jpg","alt":null,"title":null},"15334":{"filename":"WonderWoman_ES_MovieStill7.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill7.jpg","alt":null,"title":null},"15335":{"filename":"WonderWoman_ES_MovieStill8.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill8.jpg","alt":null,"title":null},"15336":{"filename":"WonderWoman_ES_MovieStill9.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill9.jpg","alt":null,"title":null},"15337":{"filename":"WonderWoman_ES_MovieStill10.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill10.jpg","alt":null,"title":null},"15338":{"filename":"WonderWoman_ES_MovieStill11.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill11.jpg","alt":null,"title":null},"15339":{"filename":"WonderWoman_ES_MovieStill12.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill12.jpg","alt":null,"title":null},"15340":{"filename":"WonderWoman_ES_MovieStill13.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill13.jpg","alt":null,"title":null},"15341":{"filename":"WonderWoman_ES_MovieStill14.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill14.jpg","alt":null,"title":null},"15342":{"filename":"WonderWoman_ES_MovieStill15.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill15.jpg","alt":null,"title":null},"15343":{"filename":"WonderWoman_ES_MovieStill16.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill16.jpg","alt":null,"title":null},"15344":{"filename":"WonderWoman_ES_MovieStill17.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill17.jpg","alt":null,"title":null},"15345":{"filename":"WonderWoman_ES_MovieStill18.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill18.jpg","alt":null,"title":null},"15346":{"filename":"WonderWoman_ES_MovieStill19.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill19.jpg","alt":null,"title":null},"15347":{"filename":"WonderWoman_ES_MovieStill20.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill20.jpg","alt":null,"title":null},"15348":{"filename":"WonderWoman_ES_MovieStill21.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill21.jpg","alt":null,"title":null},"15349":{"filename":"WonderWoman_ES_MovieStill22.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill22.jpg","alt":null,"title":null},"15350":{"filename":"WonderWoman_ES_MovieStill23.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill23.jpg","alt":null,"title":null},"15351":{"filename":"WonderWoman_ES_MovieStill24.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill24.jpg","alt":null,"title":null},"15357":{"filename":"WonderWoman_ES_MovieStill25.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill25.jpg","alt":null,"title":null},"15352":{"filename":"WonderWoman_ES_MovieStill26.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill26.jpg","alt":null,"title":null},"15353":{"filename":"WonderWoman_ES_MovieStill27.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill27.jpg","alt":null,"title":null},"15354":{"filename":"WonderWoman_ES_MovieStill28.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill28.jpg","alt":null,"title":null},"15355":{"filename":"WonderWoman_ES_MovieStill29.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill29.jpg","alt":null,"title":null},"15356":{"filename":"WonderWoman_ES_MovieStill30.jpg","uri":"public:\/\/stills\/WonderWoman_ES_MovieStill30.jpg","alt":null,"title":null}},"trailers":{"14911":{"title":"NL_wonder_woman_ov_nlsub","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_wonder_woman_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_wonder_woman_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_wonder_woman_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_wonder_woman_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_wonder_woman_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_wonder_woman_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_wonder_woman_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_wonder_woman_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14805":{"title":"Wonder Woman","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Wonder_Woman_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Wonder_Woman_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Wonder_Woman_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Wonder_Woman_OVBIL_v2_720p_1.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_v2_720p_1.mp4","filemime":"video\/mp4"}}},"11771":{"title":"Wonder Woman","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Wonder_Woman_OVBIL_240p.webm","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Wonder_Woman_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Wonder_Woman_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Wonder_Woman_OVBIL_360p.webm","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Wonder_Woman_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Wonder_Woman_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Wonder_Woman_OVBIL_480p.webm","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Wonder_Woman_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Wonder_Woman_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Wonder_Woman_OVBIL_720p.webm","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Wonder_Woman_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Wonder_Woman_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Wonder_Woman_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Wonder_Woman_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Wonder_Woman_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Wonder_Woman_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"15257":{"title":"frfrwonderwoman2","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrwonderwoman2_240p.mp4","uri":"public:\/\/trailers\/frfrwonderwoman2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrwonderwoman2_360p.mp4","uri":"public:\/\/trailers\/frfrwonderwoman2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrwonderwoman2_480p.mp4","uri":"public:\/\/trailers\/frfrwonderwoman2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrwonderwoman2_720p.mp4","uri":"public:\/\/trailers\/frfrwonderwoman2_720p.mp4","filemime":"video\/mp4"}}},"14844":{"title":"Wonder Woman","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_v2_240p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_v2_360p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_v2_480p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_v2_720p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_v2_720p.mp4","filemime":"video\/mp4"}}},"14655":{"title":"Wonder Woman","image":{"filename":"wonderwoman_A.jpg","uri":"public:\/\/stills\/wonderwoman_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Wonder_Woman_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Wonder_Woman_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"736":"736","752":"752"},"category":{"735":"735"},"poster":{"14177":{"filename":"wonderwoman_poster.jpg","uri":"public:\/\/posters\/wonderwoman_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"141","related_movies":{"14914":"Ladies\u0027 Night: Wonder Woman"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":210200},"11957":{"nid":"11957","title":"Pirates of the Caribbean: Salazar\u0027s Revenge","changed":"1499182020","created":"1490864524","field_movie_person_director":{"en":[{"nid":"9966"},{"nid":"9967"}]},"field_movie_person_cast":{"en":[{"nid":"6186"},{"nid":"528"},{"nid":"8865"},{"nid":"2442"},{"nid":"465"},{"nid":"9269"},{"nid":"1166"},{"nid":"6216"},{"nid":"10887"}]},"data":{"uuid":"45317","imdb":"tt1790809","release_date":"2017-05-24T00:00:00","programmation":{"13542":{"time":"16:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2852","saleable":"1"},"14172":{"time":"14:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13543":{"time":"16:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2856","saleable":"1"},"13544":{"time":"16:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4552","saleable":"1"},"14173":{"time":"14:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13467":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13545":{"time":"16:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2860","saleable":"1"},"14174":{"time":"15:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"13546":{"time":"16:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2864","saleable":"1"},"13547":{"time":"16:45:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4560","saleable":"1"},"13468":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"14175":{"time":"15:00:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"13412":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":null,"saleable":"0"},"13548":{"time":"16:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2868","saleable":"1"},"13598":{"time":"21:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"4486","saleable":"1"},"13597":{"time":"21:45:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"497","session_id":"2826","saleable":"1"},"13599":{"time":"21:30:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"2858","saleable":"1"},"13601":{"time":"21:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"4495","saleable":"1"},"13600":{"time":"22:00:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"497","session_id":"2862","saleable":"1"},"13602":{"time":"21:45:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"2838","saleable":"1"},"13603":{"time":"21:45:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"2842","saleable":"1"},"13607":{"time":"19:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4519","saleable":"1"},"13608":{"time":"19:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4523","saleable":"1"},"13609":{"time":"19:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4527","saleable":"1"},"13610":{"time":"19:30:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4561","saleable":"1"},"13612":{"time":"19:30:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4565","saleable":"1"},"13611":{"time":"21:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4538","saleable":"1"}},"variants":{"727":{"title":"Pirates Of The Caribbean 5: Salazars Rache","poster":{"14710":{"filename":"POTC5_Comato_Poster_VO.jpg","uri":"public:\/\/posters\/POTC5_Comato_Poster_VO.jpg","alt":null,"title":null}}},"730":{"title":"Pirates of the Caribbean: Salazar\u0027s Revenge","poster":{"14710":{"filename":"POTC5_Comato_Poster_VO.jpg","uri":"public:\/\/posters\/POTC5_Comato_Poster_VO.jpg","alt":null,"title":null}}}},"director":{"9966":{"title":"Joachim R\u00f8nning"},"9967":{"title":"Espen Sandberg"}},"cast":{"6186":{"title":"Johnny Depp","image":{"filename":"Jdepp.jpg","uri":"public:\/\/persons\/Jdepp.jpg","alt":null,"title":null}},"528":{"title":"Javier Bardem","image":{"filename":"javierbardem.jpg","uri":"public:\/\/persons\/javierbardem.jpg","alt":null,"title":null}},"8865":{"title":"Brenton Thwaites","image":{"filename":"brendon_thwaites.jpg","uri":"public:\/\/persons\/brendon_thwaites.jpg","alt":null,"title":null}},"2442":{"title":"Geoffrey Rush","image":{"filename":"geoffreyrush.jpg","uri":"public:\/\/persons\/geoffreyrush.jpg","alt":null,"title":null}},"465":{"title":"Orlando Bloom","image":{"filename":"orlandobloom.jpg","uri":"public:\/\/persons\/orlandobloom.jpg","alt":null,"title":null}},"9269":{"title":"Kaya Scodelario","image":{"filename":"kaya_scodelario.jpg","uri":"public:\/\/persons\/kaya_scodelario.jpg","alt":null,"title":null}},"1166":{"title":"David Wenham","image":{"filename":"David_Wenham_ES.jpg","uri":"public:\/\/persons\/David_Wenham_ES.jpg","alt":null,"title":null}},"6216":{"title":"Keira Knightley","image":{"filename":"keira.jpg","uri":"public:\/\/persons\/keira.jpg","alt":null,"title":null}},"10887":{"title":"Paul McCartney","image":{"filename":"Paul_McCartney_ES.jpg","uri":"public:\/\/persons\/Paul_McCartney_ES.jpg","alt":null,"title":null}}},"small_synopsys":"Captain Jack Sparrow searches for the trident of Poseidon.\r\n\r\nCaptain Jack Sparrow (Johnny Depp) stolpert unversehens in ein neues Abenteuer, als eine Truppe Geisterpiraten unter der F\u00fchrung von Sparrows erkl\u00e4rtem Todfeind Captain Salazar (Javier Bardem) das Teufelsdreieck verl\u00e4sst, in dem sie bislang festgehalten wurde. Salazar und seine Crew sinnen auf Rache an allen lebenden Piraten und wollen sie t\u00f6ten, allen voran Captain Jack. Diesem bleibt nur eine M\u00f6glichkeit, sich aus der brenzligen Situation herauszuwinden: Er muss Poseidons magischen Dreizack finden, der ihm die Herrschaft \u00fcber die Weltmeere verleiht und mit dem er Salazar in die Schranken weisen kann.","stills":{"5077":{"filename":"PiratesDesCaraibesLaVengeanceDeSalazar_FP1.jpg","uri":"public:\/\/stills\/PiratesDesCaraibesLaVengeanceDeSalazar_FP1.jpg","alt":null,"title":null},"5078":{"filename":"PiratesDesCaraibesLaVengeanceDeSalazar_FP2.jpg","uri":"public:\/\/stills\/PiratesDesCaraibesLaVengeanceDeSalazar_FP2.jpg","alt":null,"title":null},"5079":{"filename":"PiratesDesCaraibesLaVengeanceDeSalazar_FP3.jpg","uri":"public:\/\/stills\/PiratesDesCaraibesLaVengeanceDeSalazar_FP3.jpg","alt":null,"title":null},"13963":{"filename":"pirates_5_still_2.jpg","uri":"public:\/\/stills\/pirates_5_still_2.jpg","alt":null,"title":null},"14741":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill1.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill1.jpg","alt":null,"title":null},"14742":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill2.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill2.jpg","alt":null,"title":null},"14743":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill3.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill3.jpg","alt":null,"title":null},"14744":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill4.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill4.jpg","alt":null,"title":null},"14745":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill5.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill5.jpg","alt":null,"title":null},"14746":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill6.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill6.jpg","alt":null,"title":null},"14747":{"filename":"PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill7.jpg","uri":"public:\/\/stills\/PiratasDelCaribeLaVenganzaDeSalazar_ES_MovieStill7.jpg","alt":null,"title":null}},"trailers":{"14846":{"title":"Pirates of the Caribbean Dead Men Tell No Tales","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_240p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_360p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_480p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_720p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v3_720p.mp4","filemime":"video\/mp4"}}},"14839":{"title":"Pirates of the Caribbean Dead Men Tell No Tales","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/Pirates_of_the_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"14753":{"title":"NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_pirates_of_the_caribbean_salazar_s_revenge_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"11801":{"title":"Pirates of the Caribbean Dead Men tell no Tales","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVBIL_720p.ogv","filemime":"video\/ogg"}}},"11847":{"title":"Pirates des Cara\u00efbes: La Vengeance de Salazar - Bande-annonce","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrpiratesdescaraibeslavengeancedesalazar_240p.mp4","uri":"public:\/\/trailers\/frfrpiratesdescaraibeslavengeancedesalazar_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrpiratesdescaraibeslavengeancedesalazar_360p.mp4","uri":"public:\/\/trailers\/frfrpiratesdescaraibeslavengeancedesalazar_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrpiratesdescaraibeslavengeancedesalazar_480p.mp4","uri":"public:\/\/trailers\/frfrpiratesdescaraibeslavengeancedesalazar_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrpiratesdescaraibeslavengeancedesalazar_720p.mp4","uri":"public:\/\/trailers\/frfrpiratesdescaraibeslavengeancedesalazar_720p.mp4","filemime":"video\/mp4"}}},"11813":{"title":"Pirates of the Caribbean dead Men tell no Tales","image":{"filename":"piratesofthecaribbeandeadmentellnotales_A.jpg","uri":"public:\/\/stills\/piratesofthecaribbeandeadmentellnotales_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Pirates_Of_The_Caribbean_Dead_Men_Tell_No_Tales_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"736":"736","752":"752"},"category":{"735":"735"},"poster":{"14710":{"filename":"POTC5_Comato_Poster_VO.jpg","uri":"public:\/\/posters\/POTC5_Comato_Poster_VO.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"128","related_movies":{"15007":"Cin\u00e9 Breakfast: Pirates of the Caribbean 5"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":208100},"15364":{"nid":"15364","title":"Das Pubertier","changed":"1499183220","created":"1498049110","field_movie_person_director":{"en":[{"nid":"7252"}]},"field_movie_person_cast":{"en":[{"nid":"3258"}]},"data":{"uuid":"46238","imdb":"tt6071084","release_date":"2017-07-05T00:00:00","programmation":{"13959":{"time":"17:00:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"4548","saleable":"1"},"13958":{"time":"19:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"4485","saleable":"1"},"13956":{"time":"21:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"727","format":"497","session_id":"2882","saleable":"1"},"13962":{"time":"14:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2911","saleable":"1"},"13963":{"time":"19:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4489","saleable":"1"},"13961":{"time":"21:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2886","saleable":"1"},"13965":{"time":"14:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2915","saleable":"1"},"13967":{"time":"17:00:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4556","saleable":"1"},"13966":{"time":"19:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4494","saleable":"1"},"13964":{"time":"22:00:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2890","saleable":"1"},"13971":{"time":"12:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4623","saleable":"1"},"13969":{"time":"14:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2919","saleable":"1"},"13970":{"time":"19:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4532","saleable":"1"},"13968":{"time":"21:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2894","saleable":"1"},"13976":{"time":"12:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4628","saleable":"1"},"13973":{"time":"14:15:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2923","saleable":"1"},"13975":{"time":"17:00:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4564","saleable":"1"},"13974":{"time":"19:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4537","saleable":"1"},"13972":{"time":"21:45:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2898","saleable":"1"}},"variants":{"727":{"title":"Das Pubertier","poster":{"15310":{"filename":"Das_Pubertier_Poster_v2.jpg","uri":"public:\/\/posters\/Das_Pubertier_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"7252":{"title":"Leander Haussmann"}},"cast":{"3258":{"title":"Jan Josef Liefers"}},"small_synopsys":"Kinder \u2013 warum nur m\u00fcssen sie so schnell so gro\u00df werden und dabei die Pubert\u00e4t durchlaufen?","genre":{"740":"740"},"poster":{"15310":{"filename":"Das_Pubertier_Poster_v2.jpg","uri":"public:\/\/posters\/Das_Pubertier_Poster_v2.jpg","alt":null,"title":null}},"country":{"84":"84"},"length":"0","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":205700},"15299":{"nid":"15299","title":"47 Meters Down","changed":"1500025620","created":"1497003492","field_movie_person_director":{"en":[{"nid":"9475"}]},"field_movie_person_cast":{"en":[{"nid":"4449"},{"nid":"14900"},{"nid":"14901"}]},"data":{"uuid":"46116","imdb":"tt2932536","release_date":"2017-06-28T00:00:00","programmation":{"13936":{"time":"22:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"4613","saleable":"1"},"13935":{"time":"22:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2854","saleable":"1"},"13938":{"time":"22:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"4617","saleable":"1"},"13937":{"time":"22:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2802","saleable":"1"},"13940":{"time":"22:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"4622","saleable":"1"},"13939":{"time":"22:15:00","screen":"UBVAL-3","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2806","saleable":"1"},"13943":{"time":"19:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"4499","saleable":"1"},"13942":{"time":"21:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"4500","saleable":"1"},"13941":{"time":"22:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2866","saleable":"1"},"13945":{"time":"19:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"4504","saleable":"1"},"13946":{"time":"21:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"4505","saleable":"1"},"13944":{"time":"22:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2870","saleable":"1"}},"variants":{"730":{"title":"47 Meters Down","poster":{"15622":{"filename":"47-Meters-Down_ps_comato-high.jpg","uri":"public:\/\/posters\/47-Meters-Down_ps_comato-high.jpg","alt":null,"title":null}}}},"director":{"9475":{"title":"Johannes Roberts"}},"cast":{"4449":{"title":"Mandy Moore","image":{"filename":"mandy_moore.jpg","uri":"public:\/\/persons\/mandy_moore.jpg","alt":null,"title":null}},"14900":{"title":"Claire Holt"},"14901":{"title":"Matthew Modine"}},"small_synopsys":"Two sisters vacationing in Mexico are trapped in a shark cage at the bottom of the ocean. With less than an hour of oxygen left and great white sharks circling nearby, they must fight to survive.","stills":{"15166":{"filename":"47MetersDown_still1.jpg","uri":"public:\/\/stills\/47MetersDown_still1.jpg","alt":null,"title":null},"15167":{"filename":"47MetersDown_still2.jpg","uri":"public:\/\/stills\/47MetersDown_still2.jpg","alt":null,"title":null},"15168":{"filename":"47MetersDown_still3.jpg","uri":"public:\/\/stills\/47MetersDown_still3.jpg","alt":null,"title":null},"15608":{"filename":"A47Metros01_MS-min.jpg","uri":"public:\/\/stills\/A47Metros01_MS-min.jpg","alt":null,"title":null},"15609":{"filename":"A47Metros02_MS-min.jpg","uri":"public:\/\/stills\/A47Metros02_MS-min.jpg","alt":null,"title":null},"15610":{"filename":"A47Metros03_MS-min.jpg","uri":"public:\/\/stills\/A47Metros03_MS-min.jpg","alt":null,"title":null},"15611":{"filename":"A47Metros04_MS-min.jpg","uri":"public:\/\/stills\/A47Metros04_MS-min.jpg","alt":null,"title":null},"15612":{"filename":"A47Metros05_MS-min.jpg","uri":"public:\/\/stills\/A47Metros05_MS-min.jpg","alt":null,"title":null}},"trailers":{"15296":{"title":"47 Meters Down","image":{"filename":"47_meters_down_a-visual.jpg","uri":"public:\/\/stills\/47_meters_down_a-visual.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"47_Meters_Down_OVBIL_240p.mp4","uri":"public:\/\/trailers\/47_Meters_Down_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"47_Meters_Down_OVBIL_360p.mp4","uri":"public:\/\/trailers\/47_Meters_Down_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"47_Meters_Down_OVBIL_480p.mp4","uri":"public:\/\/trailers\/47_Meters_Down_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"47_Meters_Down_OVBIL_720p.mp4","uri":"public:\/\/trailers\/47_Meters_Down_OVBIL_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"765":"765"},"poster":{"15622":{"filename":"47-Meters-Down_ps_comato-high.jpg","uri":"public:\/\/posters\/47-Meters-Down_ps_comato-high.jpg","alt":null,"title":null}},"country":{"33":"33"},"length":"87","rating":{"711":"711"}},"mtype":"movie","main":true,"has_events":false,"order":203600},"15091":{"nid":"15091","title":"Le Grand M\u00e9chant Renard (\u0026 autres contes)","changed":"1497889020","created":"1495014578","field_movie_person_director":{"en":[{"nid":"9834"}]},"data":{"uuid":"45911","imdb":"tTMT337","release_date":"2017-06-21T00:00:00","programmation":{"14074":{"time":"14:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2068","saleable":"1"},"14232":{"time":"14:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":null,"saleable":"0"},"14075":{"time":"14:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2072","saleable":"1"},"14233":{"time":"14:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"14076":{"time":"17:00:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2154","saleable":"1"},"14077":{"time":"14:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2076","saleable":"1"},"14234":{"time":"15:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"14078":{"time":"16:45:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2158","saleable":"1"},"14079":{"time":"14:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2080","saleable":"1"},"14235":{"time":"15:30:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"14080":{"time":"16:45:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2162","saleable":"1"}},"variants":{"728":{"title":"Le Grand M\u00e9chant Renard (\u0026 autres contes)","poster":{"14848":{"filename":"LeGrandMechantRenard_FRFO.jpg","uri":"public:\/\/posters\/LeGrandMechantRenard_FRFO.jpg","alt":null,"title":null}}}},"director":{"9834":{"title":"Benjamin Renner"}},"small_synopsys":"Ceux qui pensent que la campagne est un lieu calme et paisible se trompent, on y trouve des animaux particuli\u00e8rement agit\u00e9s, un Renard qui se prend pour une poule, un Lapin qui fait la cigogne et un Canard qui veut remplacer le P\u00e8re No\u00ebl...","stills":{"14835":{"filename":"LeGrandMechantRenard_FP1.jpg","uri":"public:\/\/stills\/LeGrandMechantRenard_FP1.jpg","alt":null,"title":null},"14836":{"filename":"LeGrandMechantRenard_FP2.jpg","uri":"public:\/\/stills\/LeGrandMechantRenard_FP2.jpg","alt":null,"title":null},"14837":{"filename":"LeGrandMechantRenard_FP3.jpg","uri":"public:\/\/stills\/LeGrandMechantRenard_FP3.jpg","alt":null,"title":null}},"trailers":{"15307":{"title":"Le Grand Mechant Renard","image":{"filename":"LeGrandMechantRenard_FRFA.jpg","uri":"public:\/\/stills\/LeGrandMechantRenard_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Le_Grand_Mechant_VFNOSUB_240p.mp4","uri":"public:\/\/trailers\/Le_Grand_Mechant_VFNOSUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Le_Grand_Mechant_VFNOSUB_360p.mp4","uri":"public:\/\/trailers\/Le_Grand_Mechant_VFNOSUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Le_Grand_Mechant_VFNOSUB_480p.mp4","uri":"public:\/\/trailers\/Le_Grand_Mechant_VFNOSUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Le_Grand_Mechant_VFNOSUB_720p.mp4","uri":"public:\/\/trailers\/Le_Grand_Mechant_VFNOSUB_720p.mp4","filemime":"video\/mp4"}}},"15096":{"title":"frfrlagrandmechantrenard","image":{"filename":"LeGrandMechantRenard_FRFA.jpg","uri":"public:\/\/stills\/LeGrandMechantRenard_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrlagrandmechantrenard_240p.mp4","uri":"public:\/\/trailers\/frfrlagrandmechantrenard_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrlagrandmechantrenard_360p.mp4","uri":"public:\/\/trailers\/frfrlagrandmechantrenard_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrlagrandmechantrenard_480p.mp4","uri":"public:\/\/trailers\/frfrlagrandmechantrenard_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrlagrandmechantrenard_720p.mp4","uri":"public:\/\/trailers\/frfrlagrandmechantrenard_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"738":"738"},"category":{"731":"731"},"poster":{"14848":{"filename":"LeGrandMechantRenard_FRFO.jpg","uri":"public:\/\/posters\/LeGrandMechantRenard_FRFO.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"79","rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":false,"order":203300},"11971":{"nid":"11971","title":"Boss Baby","changed":"1499692920","created":"1490864524","field_movie_person_director":{"en":[{"nid":"7202"}]},"field_movie_person_cast":{"en":[{"nid":"3639"},{"nid":"2990"},{"nid":"507"},{"nid":"3262"},{"nid":"14752"},{"nid":"7504"},{"nid":"9697"},{"nid":"7202"},{"nid":"11557"},{"nid":"10745"}]},"data":{"uuid":"45303","imdb":"tt3874544","release_date":"2017-03-29T00:00:00","programmation":{"13552":{"time":"13:45:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4455","saleable":"1"},"13432":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13446":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13553":{"time":"14:30:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"2887","saleable":"1"},"13413":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13554":{"time":"13:45:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4464","saleable":"1"},"13555":{"time":"14:30:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"2895","saleable":"1"},"14294":{"time":"16:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14333":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14334":{"time":"14:30:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14316":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14317":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"13559":{"time":"14:30:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2883","saleable":"1"},"13560":{"time":"13:45:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"4460","saleable":"1"},"13561":{"time":"14:30:00","screen":"UBVAL-6","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2891","saleable":"1"},"13562":{"time":"13:45:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"4468","saleable":"1"}},"variants":{"727":{"title":"Boss Baby","poster":{"4696":{"filename":"The_Boss_Baby_Poster_v2.jpg","uri":"public:\/\/posters\/The_Boss_Baby_Poster_v2.jpg","alt":null,"title":null}}},"728":{"title":"Boss Baby","poster":{"4696":{"filename":"The_Boss_Baby_Poster_v2.jpg","uri":"public:\/\/posters\/The_Boss_Baby_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"7202":{"title":"Tom McGrath"}},"cast":{"3639":{"title":"Alec Baldwin","image":{"filename":"alecbaldwin.jpg","uri":"public:\/\/persons\/alecbaldwin.jpg","alt":null,"title":null}},"2990":{"title":"Tobey Maguire","image":{"filename":"tobeymaguire.jpg","uri":"public:\/\/persons\/tobeymaguire.jpg","alt":null,"title":null}},"507":{"title":"Steve Buscemi","image":{"filename":"stevebuscemi.jpg","uri":"public:\/\/persons\/stevebuscemi.jpg","alt":null,"title":null}},"3262":{"title":"Lisa Kudrow","image":{"filename":"lisakudrow.jpg","uri":"public:\/\/persons\/lisakudrow.jpg","alt":null,"title":null}},"14752":{"title":"Jimmy Kimmel"},"7504":{"title":"Conrad Vernon"},"9697":{"title":"David Soren"},"7202":{"title":"Tom McGrath"},"11557":{"title":"Walt Dohrn"},"10745":{"title":"Chris Miller"}},"small_synopsys":"A suit-wearing briefcase-carrying baby pairs up with his seven-year old brother to stop the dastardly plot of the CEO of Puppy Co.\r\n\r\nTim\u0027s Leben ger\u00e4t v\u00f6llig aus den Fugen, als seine Eltern eines Tages mit seinem neuen kleinen Bruder nach Hause kommen. Das Baby genie\u00dft in der Familie fortan die ganze Aufmerksamkeit und entpuppt sich auch als sprechendes und Anzug tragendes Business-Kind.","stills":{"5163":{"filename":"BabyBoss_FP3.jpg","uri":"public:\/\/stills\/BabyBoss_FP3.jpg","alt":null,"title":null},"5164":{"filename":"BabyBoss_FP1.jpg","uri":"public:\/\/stills\/BabyBoss_FP1.jpg","alt":null,"title":null},"5165":{"filename":"BabyBoss_FP2.jpg","uri":"public:\/\/stills\/BabyBoss_FP2.jpg","alt":null,"title":null},"13964":{"filename":"ElBebeJefazo_MovieStill1.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill1.jpg","alt":null,"title":null},"13965":{"filename":"ElBebeJefazo_MovieStill2.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill2.jpg","alt":null,"title":null},"13966":{"filename":"ElBebeJefazo_MovieStill3.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill3.jpg","alt":null,"title":null},"13967":{"filename":"ElBebeJefazo_MovieStill4.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill4.jpg","alt":null,"title":null},"13968":{"filename":"ElBebeJefazo_MovieStill5.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill5.jpg","alt":null,"title":null},"13969":{"filename":"ElBebeJefazo_MovieStill6.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill6.jpg","alt":null,"title":null},"13970":{"filename":"ElBebeJefazo_MovieStill7.jpg","uri":"public:\/\/stills\/ElBebeJefazo_MovieStill7.jpg","alt":null,"title":null}},"trailers":{"11748":{"title":"Baby Boss - Bande-annonce","image":{"filename":"FOX-BOSS-BABY-850x478-nl.jpg","uri":"public:\/\/stills\/FOX-BOSS-BABY-850x478-nl.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"frfrbabyboss_240p.webm","uri":"public:\/\/trailers\/frfrbabyboss_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrbabyboss_240p.mp4","uri":"public:\/\/trailers\/frfrbabyboss_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrbabyboss_240p.ogv","uri":"public:\/\/trailers\/frfrbabyboss_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"frfrbabyboss_360p.webm","uri":"public:\/\/trailers\/frfrbabyboss_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrbabyboss_360p.mp4","uri":"public:\/\/trailers\/frfrbabyboss_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrbabyboss_360p.ogv","uri":"public:\/\/trailers\/frfrbabyboss_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"frfrbabyboss_480p.webm","uri":"public:\/\/trailers\/frfrbabyboss_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrbabyboss_480p.mp4","uri":"public:\/\/trailers\/frfrbabyboss_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrbabyboss_480p.ogv","uri":"public:\/\/trailers\/frfrbabyboss_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"frfrbabyboss_720p.webm","uri":"public:\/\/trailers\/frfrbabyboss_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrbabyboss_720p.mp4","uri":"public:\/\/trailers\/frfrbabyboss_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrbabyboss_720p.ogv","uri":"public:\/\/trailers\/frfrbabyboss_720p.ogv","filemime":"video\/ogg"}}},"11811":{"title":"The Boss Baby","image":{"filename":"FOX-BOSS-BABY-850x478-nl.jpg","uri":"public:\/\/stills\/FOX-BOSS-BABY-850x478-nl.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Boss_Baby_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/The_Boss_Baby_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Boss_Baby_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/The_Boss_Baby_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Boss_Baby_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/The_Boss_Baby_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Boss_Baby_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/The_Boss_Baby_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"740":"740","738":"738"},"category":{"715":"715"},"poster":{"4696":{"filename":"The_Boss_Baby_Poster_v2.jpg","uri":"public:\/\/posters\/The_Boss_Baby_Poster_v2.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"97","rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":false,"order":203300},"11954":{"nid":"11954","title":"Les Schtroumpfs et le village perdu","changed":"1497442920","created":"1490864524","field_movie_person_director":{"en":[{"nid":"2999"}]},"data":{"uuid":"45320","imdb":"tt2398241","release_date":"2017-03-29T00:00:00","programmation":{"13565":{"time":"14:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"4487","saleable":"1"},"13566":{"time":"14:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2859","saleable":"1"},"13567":{"time":"14:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"4497","saleable":"1"},"13568":{"time":"14:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2867","saleable":"1"},"13447":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13572":{"time":"14:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"2855","saleable":"1"},"13573":{"time":"14:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":"4492","saleable":"1"},"13433":{"time":"17:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13574":{"time":"14:15:00","screen":"UBVAL-5","theater":"UBVAL","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"2863","saleable":"1"},"13575":{"time":"14:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"727","format":"497","session_id":"4502","saleable":"1"},"14335":{"time":"17:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"}},"variants":{"728":{"title":"Les Schtroumpfs et le village perdu","poster":{"4652":{"filename":"The_Smurfs_The_Lost_Village_Poster_v2.jpg","uri":"public:\/\/posters\/The_Smurfs_The_Lost_Village_Poster_v2.jpg","alt":null,"title":null}}},"727":{"title":"Die Schl\u00fcmpfe: Das verlorene Dorf","poster":{"4652":{"filename":"The_Smurfs_The_Lost_Village_Poster_v2.jpg","uri":"public:\/\/posters\/The_Smurfs_The_Lost_Village_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"2999":{"title":"Kelly Asbury"}},"small_synopsys":"In this fully animated, all-new take on the Smurfs, a mysterious map sets Smurfette and her friends Brainy, Clumsy and Hefty on an exciting race through the Forbidden Forest leading to the discovery of the biggest secret in Smurf history.\r\n\r\nSeit langem kennen die Schl\u00fcmpfe den Mythos um das Verlorene Dorf. Als sie auf eine Karte sto\u00dfen, die den Weg dorthin weisen k\u00f6nnte, machen sich Schlumpfine und ihre Freunde Schlaubi, Hefty und Clumsy ohne die Erlaubnis von Papa Schlumpf heimlich auf in den Verbotenen Wald, in dem allerhand magische Kreaturen wohnen.","stills":{"5037":{"filename":"LesSchtroumpfsVillagePerdu_FP1.jpg","uri":"public:\/\/stills\/LesSchtroumpfsVillagePerdu_FP1.jpg","alt":null,"title":null},"5038":{"filename":"LesSchtroumpfsVillagePerdu_FP2.jpg","uri":"public:\/\/stills\/LesSchtroumpfsVillagePerdu_FP2.jpg","alt":null,"title":null},"5039":{"filename":"LesSchtroumpfsVillagePerdu_FP3.jpg","uri":"public:\/\/stills\/LesSchtroumpfsVillagePerdu_FP3.jpg","alt":null,"title":null},"5040":{"filename":"LosPitufos2017_ES_MovieStill1.jpg","uri":"public:\/\/stills\/LosPitufos2017_ES_MovieStill1.jpg","alt":null,"title":null}},"trailers":{"11731":{"title":"Les Schtroumpfs et le village perdu - Bande-annonce","image":{"filename":"schtroumpfs_village_perdu_A.jpg","uri":"public:\/\/stills\/schtroumpfs_village_perdu_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"frfrlesschtroumpfsetlevillageperdu_240p.webm","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesschtroumpfsetlevillageperdu_240p.mp4","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesschtroumpfsetlevillageperdu_240p.ogv","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"frfrlesschtroumpfsetlevillageperdu_360p.webm","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesschtroumpfsetlevillageperdu_360p.mp4","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesschtroumpfsetlevillageperdu_360p.ogv","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"frfrlesschtroumpfsetlevillageperdu_480p.webm","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesschtroumpfsetlevillageperdu_480p.mp4","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesschtroumpfsetlevillageperdu_480p.ogv","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"frfrlesschtroumpfsetlevillageperdu_720p.webm","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesschtroumpfsetlevillageperdu_720p.mp4","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesschtroumpfsetlevillageperdu_720p.ogv","uri":"public:\/\/trailers\/frfrlesschtroumpfsetlevillageperdu_720p.ogv","filemime":"video\/ogg"}}},"11830":{"title":"The Smurfs The Lost Village","image":{"filename":"schtroumpfs_village_perdu_A.jpg","uri":"public:\/\/stills\/schtroumpfs_village_perdu_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_Lost_Village_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/The_Smurfs_Lost_Village_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}},"11812":{"title":"The Smurfs 3","image":{"filename":"schtroumpfs_village_perdu_A.jpg","uri":"public:\/\/stills\/schtroumpfs_village_perdu_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"The_Smurfs_3_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_3_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_3_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"The_Smurfs_3_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_3_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_3_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"The_Smurfs_3_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_3_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_3_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"The_Smurfs_3_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_3_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_3_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"The_Smurfs_3_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Smurfs_3_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Smurfs_3_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/The_Smurfs_3_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"738":"738","749":"749"},"category":{"715":"715"},"poster":{"4652":{"filename":"The_Smurfs_The_Lost_Village_Poster_v2.jpg","uri":"public:\/\/posters\/The_Smurfs_The_Lost_Village_Poster_v2.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"89","rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":false,"order":203000},"15301":{"nid":"15301","title":"Viceroy\u0027s House","changed":"1499434620","created":"1497012521","field_movie_person_director":{"en":[{"nid":"4277"}]},"field_movie_person_cast":{"en":[{"nid":"5347"},{"nid":"4727"},{"nid":"9793"},{"nid":"476"}]},"data":{"uuid":"46122","imdb":"tt4977530","release_date":"2017-07-05T00:00:00","programmation":{"14151":{"time":"17:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2093","saleable":"1"},"14150":{"time":"19:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2066","saleable":"1"},"14152":{"time":"19:15:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2125","saleable":"1"},"14154":{"time":"17:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2100","saleable":"1"},"14153":{"time":"19:15:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2074","saleable":"1"},"14156":{"time":"16:45:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2104","saleable":"1"},"14155":{"time":"21:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2079","saleable":"1"},"14158":{"time":"16:45:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2108","saleable":"1"},"14157":{"time":"21:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2083","saleable":"1"}},"variants":{"730":{"title":"Viceroy\u0027s House","poster":{"15174":{"filename":"viceroyshouse_poster2.jpg","uri":"public:\/\/posters\/viceroyshouse_poster2.jpg","alt":null,"title":null}}}},"director":{"4277":{"title":"Gurinder Chadha"}},"cast":{"5347":{"title":"Gillian Anderson"},"4727":{"title":"Michael Gambon","image":{"filename":"michaelgambon.jpg","uri":"public:\/\/persons\/michaelgambon.jpg","alt":null,"title":null}},"9793":{"title":"Manish Dayal","image":{"filename":"Manish_Dayal.jpg","uri":"public:\/\/persons\/Manish_Dayal.jpg","alt":null,"title":null}},"476":{"title":"Hugh Bonneville"}},"small_synopsys":"","stills":{"15455":{"filename":"viceroyhouse_still_1.jpg","uri":"public:\/\/stills\/viceroyhouse_still_1.jpg","alt":null,"title":null},"15456":{"filename":"viceroyhouse_still_2.jpg","uri":"public:\/\/stills\/viceroyhouse_still_2.jpg","alt":null,"title":null},"15457":{"filename":"viceroyhouse_still_3.jpg","uri":"public:\/\/stills\/viceroyhouse_still_3.jpg","alt":null,"title":null},"15480":{"filename":"LeDernierViceRoiDesIndes_FP1.jpg","uri":"public:\/\/stills\/LeDernierViceRoiDesIndes_FP1.jpg","alt":null,"title":null},"15481":{"filename":"LeDernierViceRoiDesIndes_FP2.jpg","uri":"public:\/\/stills\/LeDernierViceRoiDesIndes_FP2.jpg","alt":null,"title":null},"15482":{"filename":"LeDernierViceRoiDesIndes_FP3.jpg","uri":"public:\/\/stills\/LeDernierViceRoiDesIndes_FP3.jpg","alt":null,"title":null}},"trailers":{"15453":{"title":"Viceroy\u0027s House","image":{"filename":"viceroyshouse_A.jpg","uri":"public:\/\/stills\/viceroyshouse_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Viceroy_S_House_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Viceroy_S_House_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Viceroy_S_House_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Viceroy_S_House_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15420":{"title":"Trailer: Viceroy\u0027s House","image":{"filename":"viceroyshouse_A.jpg","uri":"public:\/\/stills\/viceroyshouse_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Viceroys-House_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Viceroys-House_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Viceroys-House_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Viceroys-House_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Viceroys-House_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Viceroys-House_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Viceroys-House_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Viceroys-House_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15454":{"title":"Viceroy\u0027s House","image":{"filename":"viceroyshouse_A.jpg","uri":"public:\/\/stills\/viceroyshouse_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Viceroy_S_House_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Viceroy_S_House_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Viceroy_S_House_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Viceroy_S_House_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Viceroy_S_House_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747","739":"739"},"poster":{"15174":{"filename":"viceroyshouse_poster2.jpg","uri":"public:\/\/posters\/viceroyshouse_poster2.jpg","alt":null,"title":null}},"country":{"228":"228"},"length":"105","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":202700},"15093":{"nid":"15093","title":"Ce qui nous lie","changed":"1498570020","created":"1495014578","field_movie_person_director":{"en":[{"nid":"445"}]},"field_movie_person_cast":{"en":[{"nid":"1300"},{"nid":"11688"},{"nid":"10850"}]},"data":{"uuid":"45913","imdb":"\ttt5247704","release_date":"2017-06-14T00:00:00","programmation":{"14108":{"time":"19:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":"2121","saleable":"1"},"14109":{"time":"21:15:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2098","saleable":"1"},"14110":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2046","saleable":"1"},"14111":{"time":"19:00:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2129","saleable":"1"},"14253":{"time":"17:45:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"14112":{"time":"21:15:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2134","saleable":"1"},"14113":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2054","saleable":"1"},"14254":{"time":"20:15:00","screen":"CSCDI-3","theater":"CSCDI","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"14114":{"time":"21:15:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2138","saleable":"1"}},"variants":{"728":{"title":"Ce qui nous lie","poster":{"14828":{"filename":"CeQuiNousLie_FRFO.jpg","uri":"public:\/\/posters\/CeQuiNousLie_FRFO.jpg","alt":null,"title":null}}}},"director":{"445":{"title":"C\u00e9dric Klapisch"}},"cast":{"1300":{"title":"Pio Marma\u00ef","image":{"filename":"piomarmai.jpg","uri":"public:\/\/persons\/piomarmai.jpg","alt":null,"title":null}},"11688":{"title":"Ana Girardot"},"10850":{"title":"Fran\u00e7ois Civil"}},"small_synopsys":"Jean a quitt\u00e9 sa famille et sa Bourgogne natale il y a dix ans pour faire le tour du monde. En apprenant la mort imminente de son p\u00e8re, il revient dans la terre de son enfance. Il retrouve sa s\u0153ur, Juliette, et son fr\u00e8re, J\u00e9r\u00e9mie.","stills":{"15141":{"filename":"cequinouslie_still1.jpg","uri":"public:\/\/stills\/cequinouslie_still1.jpg","alt":null,"title":null},"15142":{"filename":"cequinouslie_still2.jpg","uri":"public:\/\/stills\/cequinouslie_still2.jpg","alt":null,"title":null},"15143":{"filename":"cequinouslie_still3.jpg","uri":"public:\/\/stills\/cequinouslie_still3.jpg","alt":null,"title":null},"14842":{"filename":"CeQuiNousLie_FP2.jpg","uri":"public:\/\/stills\/CeQuiNousLie_FP2.jpg","alt":null,"title":null}},"trailers":{"15086":{"title":"frfrcequinouslie","image":{"filename":"CeQuiNousLie_FRFA.jpg","uri":"public:\/\/stills\/CeQuiNousLie_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrcequinouslie_240p.mp4","uri":"public:\/\/trailers\/frfrcequinouslie_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrcequinouslie_360p.mp4","uri":"public:\/\/trailers\/frfrcequinouslie_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrcequinouslie_480p.mp4","uri":"public:\/\/trailers\/frfrcequinouslie_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrcequinouslie_720p.mp4","uri":"public:\/\/trailers\/frfrcequinouslie_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747"},"category":{"731":"731"},"poster":{"14828":{"filename":"CeQuiNousLie_FRFO.jpg","uri":"public:\/\/posters\/CeQuiNousLie_FRFO.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"113"},"mtype":"movie","main":true,"has_events":false,"order":202700},"14936":{"nid":"14936","title":"Les fant\u00f4mes d\u0027Isma\u00ebl","changed":"1499338321","created":"1493824599","field_movie_person_director":{"en":[{"nid":"8525"}]},"field_movie_person_cast":{"en":[{"nid":"596"},{"nid":"3933"},{"nid":"5316"},{"nid":"5090"}]},"data":{"uuid":"45754","imdb":"tt5687040","release_date":"2017-05-17T00:00:00","programmation":{"13485":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":null,"saleable":"0"},"13486":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":null,"saleable":"0"},"13421":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13401":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13487":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"13438":{"time":"18:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"13402":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"13488":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"14342":{"time":"18:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14393":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14299":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-20","pdate":"2017-07-20","version":"728","format":"497","session_id":null,"saleable":"0"},"14394":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"728","format":"497","session_id":null,"saleable":"0"},"14343":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-21","pdate":"2017-07-21","version":"728","format":"497","session_id":null,"saleable":"0"},"14395":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"497","session_id":null,"saleable":"0"},"14396":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"728","format":"497","session_id":null,"saleable":"0"},"14322":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-23","pdate":"2017-07-23","version":"728","format":"497","session_id":null,"saleable":"0"},"14323":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"}},"variants":{"728":{"title":"Les fant\u00f4mes d\u0027Isma\u00ebl","poster":{"14688":{"filename":"ismael.jpg","uri":"public:\/\/posters\/ismael.jpg","alt":null,"title":null}}}},"director":{"8525":{"title":"Arnaud Desplechin"}},"cast":{"596":{"title":"Marion Cotillard","image":{"filename":"marioncotillard.jpg","uri":"public:\/\/persons\/marioncotillard.jpg","alt":null,"title":null}},"3933":{"title":"Charlotte Gainsbourg","image":{"filename":"charlottegainsbourg.jpg","uri":"public:\/\/persons\/charlottegainsbourg.jpg","alt":null,"title":null}},"5316":{"title":"Louis Garrel","image":{"filename":"LouisGarrel.jpg","uri":"public:\/\/persons\/LouisGarrel.jpg","alt":null,"title":null}},"5090":{"title":"Mathieu Amalric","image":{"filename":"mathieualmaric.jpg","uri":"public:\/\/persons\/mathieualmaric.jpg","alt":null,"title":null}}},"small_synopsys":"\u00c0 la veille du tournage de son nouveau film, la vie d\u2019un cin\u00e9aste est chamboul\u00e9e par la r\u00e9apparition d\u2019un amour disparu\u2026","stills":{"14758":{"filename":"lesfantomesdismael_still1.jpg","uri":"public:\/\/stills\/lesfantomesdismael_still1.jpg","alt":null,"title":null},"14759":{"filename":"lesfantomesdismael_still2.jpg","uri":"public:\/\/stills\/lesfantomesdismael_still2.jpg","alt":null,"title":null},"14760":{"filename":"lesfantomesdismael_still3.jpg","uri":"public:\/\/stills\/lesfantomesdismael_still3.jpg","alt":null,"title":null},"14773":{"filename":"LesFantomesDIsmael_FP3.jpg","uri":"public:\/\/stills\/LesFantomesDIsmael_FP3.jpg","alt":null,"title":null}},"trailers":{"15072":{"title":"frfrlesfantomesdismael","image":{"filename":"lesfantome_A.jpg","uri":"public:\/\/stills\/lesfantome_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrlesfantomesdismael_240p.mp4","uri":"public:\/\/trailers\/frfrlesfantomesdismael_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrlesfantomesdismael_360p.mp4","uri":"public:\/\/trailers\/frfrlesfantomesdismael_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrlesfantomesdismael_480p.mp4","uri":"public:\/\/trailers\/frfrlesfantomesdismael_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrlesfantomesdismael_720p.mp4","uri":"public:\/\/trailers\/frfrlesfantomesdismael_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"765":"765","747":"747"},"category":{"731":"731"},"poster":{"14688":{"filename":"ismael.jpg","uri":"public:\/\/posters\/ismael.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"110","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":202400},"15245":{"nid":"15245","title":"Visages, villages","changed":"1498810920","created":"1496409274","data":{"uuid":"46047","imdb":"tt5598102","release_date":"2017-06-28T00:00:00","programmation":{"14257":{"time":"20:15:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":null,"saleable":"0"},"14137":{"time":"16:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2069","saleable":"1"},"14258":{"time":"22:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":null,"saleable":"0"},"14138":{"time":"14:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2153","saleable":"1"},"14259":{"time":"22:00:00","screen":"CSCDI-5","theater":"CSCDI","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"14139":{"time":"19:15:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2105","saleable":"1"},"14140":{"time":"14:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2161","saleable":"1"}},"variants":{"728":{"title":"Visages, villages","poster":{"15104":{"filename":"visagesvillages_poster.jpg","uri":"public:\/\/posters\/visagesvillages_poster.jpg","alt":null,"title":null}}}},"small_synopsys":"","genre":{"746":"746"},"category":{"731":"731"},"poster":{"15104":{"filename":"visagesvillages_poster.jpg","uri":"public:\/\/posters\/visagesvillages_poster.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"89","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":202100},"14604":{"nid":"14604","title":"Hanni \u0026 Nanni: Mehr als beste Freunde","changed":"1498639320","created":"1490878640","data":{"uuid":"45410","imdb":"tt6031104","release_date":"2017-05-24T00:00:00","programmation":{"13476":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13590":{"time":"14:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":"4521","saleable":"1"},"13436":{"time":"17:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13477":{"time":"10:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13416":{"time":"14:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13449":{"time":"16:30:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-16","pdate":"2017-07-16","version":"727","format":"497","session_id":null,"saleable":"0"},"13591":{"time":"14:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":"4530","saleable":"1"},"14386":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14295":{"time":"14:01:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14387":{"time":"10:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14337":{"time":"14:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14318":{"time":"16:00:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14338":{"time":"17:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14388":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"},"14319":{"time":"16:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"}},"variants":{"727":{"title":"Hanni \u0026 Nanni: Mehr als beste Freunde","poster":{"14369":{"filename":"HanniNanni_CH.jpg","uri":"public:\/\/posters\/HanniNanni_CH.jpg","alt":null,"title":null}}}},"small_synopsys":"This Movie Only Exists in Original German version.\r\n\r\nHanni und Nanni (Laila und Rosa Meinecke) werden von ihrer Mutter Susanne (Jessica Schwarz) auf das Internat Lindenhof geschickt, da sie beruflich f\u00fcr l\u00e4ngere Zeit verreisen muss und es Charlie (Sascha Vollmer), dem Vater der M\u00e4dchen, nicht zutraut, sich um die Zwillinge zu k\u00fcmmern, ohne dabei ein komplettes Chaos anzurichten.","category":{"715":"715"},"poster":{"14369":{"filename":"HanniNanni_CH.jpg","uri":"public:\/\/posters\/HanniNanni_CH.jpg","alt":null,"title":null}},"length":"98","rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":false,"order":202100},"11920":{"nid":"11920","title":"The Mummy","changed":"1499700420","created":"1490864499","field_movie_person_director":{"en":[{"nid":"8184"}]},"field_movie_person_cast":{"en":[{"nid":"6761"},{"nid":"9526"},{"nid":"9716"},{"nid":"605"},{"nid":"10582"},{"nid":"10381"}]},"data":{"uuid":"45354","imdb":"tt2345759","release_date":"2017-06-07T00:00:00","programmation":{"13470":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"727","format":"497","session_id":null,"saleable":"0"},"13471":{"time":"16:15:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"727","format":"497","session_id":null,"saleable":"0"},"14382":{"time":"16:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"727","format":"497","session_id":null,"saleable":"0"},"14383":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"13920":{"time":"22:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_313-302","format":"500","session_id":"4520","saleable":"1"},"13921":{"time":"22:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"500","session_id":"4524","saleable":"1"},"13922":{"time":"22:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_313-302","format":"500","session_id":"4528","saleable":"1"},"13923":{"time":"22:15:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"500","session_id":"4562","saleable":"1"},"13924":{"time":"22:15:00","screen":"UKRCH-6","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"500","session_id":"4566","saleable":"1"}},"variants":{"727":{"title":"The Mummy","poster":{"14028":{"filename":"themummy_poster_comato.jpg","uri":"public:\/\/posters\/themummy_poster_comato.jpg","alt":null,"title":null}}},"730":{"title":"The Mummy","poster":{"14028":{"filename":"themummy_poster_comato.jpg","uri":"public:\/\/posters\/themummy_poster_comato.jpg","alt":null,"title":null}}}},"director":{"8184":{"title":"Alex Kurtzman"}},"cast":{"6761":{"title":"Tom Cruise","image":{"filename":"tomcruise.jpg","uri":"public:\/\/persons\/tomcruise.jpg","alt":null,"title":null}},"9526":{"title":"Sofia Boutella","image":{"filename":"Sofia_Boutella_ES.jpg","uri":"public:\/\/persons\/Sofia_Boutella_ES.jpg","alt":null,"title":null}},"9716":{"title":"Annabelle Wallis","image":{"filename":"Annabelle_Wallis_ES.jpg","uri":"public:\/\/persons\/Annabelle_Wallis_ES.jpg","alt":null,"title":null}},"605":{"title":"Russell Crowe","image":{"filename":"russellcrowe.jpg","uri":"public:\/\/persons\/russellcrowe.jpg","alt":null,"title":null}},"10582":{"title":"Jake Johnson","image":{"filename":"jakejohnson.jpg","uri":"public:\/\/persons\/jakejohnson.jpg","alt":null,"title":null}},"10381":{"title":"Marwan Kenzari","image":{"filename":"marwan.jpg","uri":"public:\/\/persons\/marwan.jpg","alt":null,"title":null}}},"small_synopsys":"An ancient princess is awakened from her crypt beneath the desert, bringing with her malevolence grown over millennia, and terrors that defy human comprehension.\r\n\r\nVor 2.000 Jahren wurde Ahmanet (Sofia Boutella) tief unter der Erde weggesperrt \u2013 aus gutem Grund! Denn wie Expertin Jenny Halsey (Annabelle Wallis) aus Hieroglyphen entziffert, war Ahmanet als Anw\u00e4rterin auf den K\u00f6nigsthron zu machtgierig und b\u00f6se. Durch Mumifizierung und eine meterdicke Sandschicht sollte die Welt vor der Macht der Geschassten gesch\u00fctzt werden, doch nun ist die Mumie erwacht.","stills":{"13864":{"filename":"LaMomie_FP1.jpg","uri":"public:\/\/stills\/LaMomie_FP1.jpg","alt":null,"title":null},"13865":{"filename":"LaMomie_FP2.jpg","uri":"public:\/\/stills\/LaMomie_FP2.jpg","alt":null,"title":null},"13866":{"filename":"LaMomie_FP3.jpg","uri":"public:\/\/stills\/LaMomie_FP3.jpg","alt":null,"title":null},"14240":{"filename":"the_mummy_still_1.jpg","uri":"public:\/\/stills\/the_mummy_still_1.jpg","alt":null,"title":null},"14241":{"filename":"the_mummy_still_2.jpg","uri":"public:\/\/stills\/the_mummy_still_2.jpg","alt":null,"title":null},"15176":{"filename":"LaMomia_ES_MovieStill1.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill1.jpg","alt":null,"title":null},"15177":{"filename":"LaMomia_ES_MovieStill2.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill2.jpg","alt":null,"title":null},"15178":{"filename":"LaMomia_ES_MovieStill3.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill3.jpg","alt":null,"title":null},"15181":{"filename":"LaMomia_ES_MovieStill4.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill4.jpg","alt":null,"title":null},"15182":{"filename":"LaMomia_ES_MovieStill5.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill5.jpg","alt":null,"title":null},"15183":{"filename":"LaMomia_ES_MovieStill6.jpg","uri":"public:\/\/stills\/LaMomia_ES_MovieStill6.jpg","alt":null,"title":null}},"trailers":{"15125":{"title":"The Mummy","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Mummy_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Mummy_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Mummy_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Mummy_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"14866":{"title":"NL_the_mummy_ov_nlsub","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_the_mummy_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_the_mummy_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_the_mummy_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_the_mummy_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_the_mummy_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_the_mummy_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_the_mummy_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_the_mummy_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"11794":{"title":"The Mummy","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Mummy_OVBIL_240p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Mummy_OVBIL_360p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Mummy_OVBIL_480p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Mummy_OVBIL_720p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"The_Mummy_OVBIL_1080p.webm","uri":"public:\/\/trailers\/The_Mummy_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"15122":{"title":"The Mummy","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Mummy_OVFRDUB_v2_240p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Mummy_OVFRDUB_v2_360p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Mummy_OVFRDUB_v2_480p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Mummy_OVFRDUB_v2_720p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_v2_720p.mp4","filemime":"video\/mp4"}}},"14720":{"title":"La Momie - Bande-annonce","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrlamomie_240p.mp4","uri":"public:\/\/trailers\/frfrlamomie_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrlamomie_360p.mp4","uri":"public:\/\/trailers\/frfrlamomie_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrlamomie_480p.mp4","uri":"public:\/\/trailers\/frfrlamomie_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrlamomie_720p.mp4","uri":"public:\/\/trailers\/frfrlamomie_720p.mp4","filemime":"video\/mp4"}}},"11758":{"title":"The Mummy","image":{"filename":"themummy_A.jpg","uri":"public:\/\/stills\/themummy_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"The_Mummy_OVFRDUB_240p.webm","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVFRDUB_240p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"The_Mummy_OVFRDUB_360p.webm","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVFRDUB_360p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"The_Mummy_OVFRDUB_480p.webm","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVFRDUB_480p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"The_Mummy_OVFRDUB_720p.webm","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVFRDUB_720p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"The_Mummy_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"The_Mummy_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"The_Mummy_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/The_Mummy_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"765":"765","736":"736","752":"752"},"category":{"735":"735"},"poster":{"14028":{"filename":"themummy_poster_comato.jpg","uri":"public:\/\/posters\/themummy_poster_comato.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"120","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":202100},"15209":{"nid":"15209","title":"La fille de Brest","changed":"1499258520","created":"1496155659","field_movie_person_director":{"en":[{"nid":"8254"}]},"field_movie_person_cast":{"en":[{"nid":"11114"},{"nid":"678"},{"nid":"10825"}]},"data":{"uuid":"45998","imdb":"tt5247544","release_date":"2017-07-05T00:00:00","programmation":{"14121":{"time":"16:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":"2146","saleable":"1"},"14122":{"time":"21:15:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":"2148","saleable":"1"},"14123":{"time":"16:45:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2150","saleable":"1"},"14124":{"time":"21:15:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2156","saleable":"1"},"14125":{"time":"18:45:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2159","saleable":"1"},"14126":{"time":"18:45:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2163","saleable":"1"}},"variants":{"728":{"title":"La fille de Brest","poster":{"15498":{"filename":"LaFilledeBrest_FRFO.jpg","uri":"public:\/\/posters\/LaFilledeBrest_FRFO.jpg","alt":null,"title":null}}}},"director":{"8254":{"title":"Emmanuelle Bercot","image":{"filename":"EmmanuelleBercot.jpg","uri":"public:\/\/persons\/EmmanuelleBercot.jpg","alt":null,"title":null}}},"cast":{"11114":{"title":"Sidse Babett Knudsen","image":{"filename":"sidsebabettknudsen.jpg","uri":"public:\/\/persons\/sidsebabettknudsen.jpg","alt":null,"title":null}},"678":{"title":"Beno\u00eet Magimel","image":{"filename":"benoitmagimel.jpg","uri":"public:\/\/persons\/benoitmagimel.jpg","alt":null,"title":null}},"10825":{"title":"Charlotte Laemmel"}},"small_synopsys":"","stills":{"15020":{"filename":"LaFilledeBrest_FP1.jpg","uri":"public:\/\/stills\/LaFilledeBrest_FP1.jpg","alt":null,"title":null},"15021":{"filename":"LaFilledeBrest_FP2.jpg","uri":"public:\/\/stills\/LaFilledeBrest_FP2.jpg","alt":null,"title":null},"15022":{"filename":"LaFilledeBrest_FP3.jpg","uri":"public:\/\/stills\/LaFilledeBrest_FP3.jpg","alt":null,"title":null}},"trailers":{"15208":{"title":"La Fille de Brest - Bande-annonce","240p":{"webm":{"filename":"frfrlafilledebrest_240p.webm","uri":"public:\/\/trailers\/frfrlafilledebrest_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlafilledebrest_240p.mp4","uri":"public:\/\/trailers\/frfrlafilledebrest_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlafilledebrest_240p.ogv","uri":"public:\/\/trailers\/frfrlafilledebrest_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"frfrlafilledebrest_360p.webm","uri":"public:\/\/trailers\/frfrlafilledebrest_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlafilledebrest_360p.mp4","uri":"public:\/\/trailers\/frfrlafilledebrest_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlafilledebrest_360p.ogv","uri":"public:\/\/trailers\/frfrlafilledebrest_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"frfrlafilledebrest_480p.webm","uri":"public:\/\/trailers\/frfrlafilledebrest_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlafilledebrest_480p.mp4","uri":"public:\/\/trailers\/frfrlafilledebrest_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlafilledebrest_480p.ogv","uri":"public:\/\/trailers\/frfrlafilledebrest_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"frfrlafilledebrest_720p.webm","uri":"public:\/\/trailers\/frfrlafilledebrest_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlafilledebrest_720p.mp4","uri":"public:\/\/trailers\/frfrlafilledebrest_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlafilledebrest_720p.ogv","uri":"public:\/\/trailers\/frfrlafilledebrest_720p.ogv","filemime":"video\/ogg"}}}},"genre":{"747":"747"},"category":{"731":"731"},"poster":{"15498":{"filename":"LaFilledeBrest_FRFO.jpg","uri":"public:\/\/posters\/LaFilledeBrest_FRFO.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"128","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":201800},"15094":{"nid":"15094","title":"All Eyez on Me","changed":"1497442920","created":"1495014578","field_movie_person_director":{"en":[{"nid":"8373"}]},"field_movie_person_cast":{"en":[{"nid":"14863"},{"nid":"14864"},{"nid":"14865"}]},"data":{"uuid":"45914","imdb":"tt1666185","release_date":"2017-06-14T00:00:00","programmation":{"13914":{"time":"21:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"4426","saleable":"1"},"13915":{"time":"21:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"4430","saleable":"1"},"13916":{"time":"21:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"4434","saleable":"1"},"13917":{"time":"21:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"4438","saleable":"1"},"13918":{"time":"21:45:00","screen":"UKRCH-2","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"4442","saleable":"1"}},"variants":{"730":{"title":"All Eyez on Me","poster":{"14827":{"filename":"AllEyezOnMe_poster.jpg","uri":"public:\/\/posters\/AllEyezOnMe_poster.jpg","alt":null,"title":null}}}},"director":{"8373":{"title":"Benny Boom"}},"cast":{"14863":{"title":"Demetrius Shipp Jr."},"14864":{"title":"Danai Gurira"},"14865":{"title":"Kat Graham"}},"small_synopsys":"Tells the true and untold story of prolific rapper, actor, poet and activist Tupac Shakur.\r\n\r\nBiopic \u00fcber den Rapper Tupac Shakur, der 1996 einem bis heute nicht restlos aufgekl\u00e4rten Gewaltverbrechen zum Opfer fiel. F\u00fcr den Filmtitel stand Tupacs wohl bekanntestes und einflussreichstes Album \u201eAll Eyez On Me\u201c Pate.","stills":{"14844":{"filename":"AllEyezOnMe_still1.jpg","uri":"public:\/\/stills\/AllEyezOnMe_still1.jpg","alt":null,"title":null},"14845":{"filename":"AllEyezOnMe_still2.jpg","uri":"public:\/\/stills\/AllEyezOnMe_still2.jpg","alt":null,"title":null},"14846":{"filename":"AllEyezOnMe_still3.jpg","uri":"public:\/\/stills\/AllEyezOnMe_still3.jpg","alt":null,"title":null}},"trailers":{"15115":{"title":"All Eyez On Me","image":{"filename":"alleyezonme_A.jpg","uri":"public:\/\/stills\/alleyezonme_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"All_Eyez_On_Me_OVNOSUB_240p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVNOSUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"All_Eyez_On_Me_OVNOSUB_360p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVNOSUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"All_Eyez_On_Me_OVNOSUB_480p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVNOSUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"All_Eyez_On_Me_OVNOSUB_720p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVNOSUB_720p.mp4","filemime":"video\/mp4"}}},"15087":{"title":"NL_all_eyez_on_me_ov_nlsub","image":{"filename":"alleyezonme_A.jpg","uri":"public:\/\/stills\/alleyezonme_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_all_eyez_on_me_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_all_eyez_on_me_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_all_eyez_on_me_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_all_eyez_on_me_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_all_eyez_on_me_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_all_eyez_on_me_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_all_eyez_on_me_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_all_eyez_on_me_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15114":{"title":"All Eyez On Me","image":{"filename":"alleyezonme_A.jpg","uri":"public:\/\/stills\/alleyezonme_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"All_Eyez_On_Me_OVBIL_240p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"All_Eyez_On_Me_OVBIL_360p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"All_Eyez_On_Me_OVBIL_480p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"All_Eyez_On_Me_OVBIL_720p.mp4","uri":"public:\/\/trailers\/All_Eyez_On_Me_OVBIL_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"750":"750","747":"747","739":"739"},"poster":{"14827":{"filename":"AllEyezOnMe_poster.jpg","uri":"public:\/\/posters\/AllEyezOnMe_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"139"},"mtype":"movie","main":true,"has_events":false,"order":201500},"15330":{"nid":"15330","title":"Return to Montauk","changed":"1497878520","created":"1497534590","data":{"uuid":"46166","imdb":"tt5247776","release_date":"2017-06-21T00:00:00","programmation":{"14161":{"time":"19:00:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_313","format":"497","session_id":"2147","saleable":"1"},"14162":{"time":"22:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_313","format":"497","session_id":"2044","saleable":"1"},"14163":{"time":"19:00:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_313","format":"497","session_id":"2155","saleable":"1"},"14164":{"time":"21:15:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_313","format":"497","session_id":"2160","saleable":"1"},"14165":{"time":"21:15:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_313","format":"497","session_id":"2164","saleable":"1"}},"variants":{"730":{"title":"Return to Montauk","poster":{"15253":{"filename":"ReturnToMontauk_Poster_1.jpg","uri":"public:\/\/posters\/ReturnToMontauk_Poster_1.jpg","alt":null,"title":null}}}},"small_synopsys":"The author Max Zorn, now in his early 60s, is on a promotional book tour in New York when he meets up again with the woman he could never forget. They spend a weekend together. 17 years have passed. Can there be a future for their past?","poster":{"15253":{"filename":"ReturnToMontauk_Poster_1.jpg","uri":"public:\/\/posters\/ReturnToMontauk_Poster_1.jpg","alt":null,"title":null}},"length":"106","rating":{"708":"708"}},"mtype":"movie","main":true,"has_events":false,"order":201500},"11889":{"nid":"11889","title":"Django","changed":"1497453420","created":"1490864499","field_movie_person_director":{"en":[{"nid":"11413"}]},"field_movie_person_cast":{"en":[{"nid":"9841"},{"nid":"235"},{"nid":"11414"}]},"data":{"uuid":"45385","imdb":"tt6247936","release_date":"2017-05-10T00:00:00","programmation":{"13397":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13435":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"13415":{"time":"18:30:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"13473":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"13448":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":null,"saleable":"0"},"14384":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"728","format":"497","session_id":null,"saleable":"0"},"14385":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"728","format":"497","session_id":null,"saleable":"0"}},"variants":{"728":{"title":"Django","poster":{"14018":{"filename":"django_poster.jpg","uri":"public:\/\/posters\/django_poster.jpg","alt":null,"title":null}}}},"director":{"11413":{"title":"Etienne Comar"}},"cast":{"9841":{"title":"Reda Kateb","image":{"filename":"Reda_Kateb.jpg","uri":"public:\/\/persons\/Reda_Kateb.jpg","alt":null,"title":null}},"235":{"title":"C\u00e9cile De France","image":{"filename":"ceciledefrance.jpg","uri":"public:\/\/persons\/ceciledefrance.jpg","alt":null,"title":null}},"11414":{"title":"Antoine Laurent"}},"small_synopsys":"The story of Django Reinhardt, famous guitarist and composer, and his flight from German-occupied Paris in 1943.","stills":{"4705":{"filename":"Django_FP2.jpg","uri":"public:\/\/stills\/Django_FP2.jpg","alt":null,"title":null},"4706":{"filename":"Django_FP3.jpg","uri":"public:\/\/stills\/Django_FP3.jpg","alt":null,"title":null},"4707":{"filename":"django_still_3.jpg","uri":"public:\/\/stills\/django_still_3.jpg","alt":null,"title":null}},"trailers":{"11870":{"title":"Django - Bande-annonce","image":{"filename":"django_A.jpg","uri":"public:\/\/stills\/django_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrdjango_240p.mp4","uri":"public:\/\/trailers\/frfrdjango_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrdjango_360p.mp4","uri":"public:\/\/trailers\/frfrdjango_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrdjango_480p.mp4","uri":"public:\/\/trailers\/frfrdjango_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrdjango_720p.mp4","uri":"public:\/\/trailers\/frfrdjango_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"739":"739"},"category":{"731":"731"},"poster":{"14018":{"filename":"django_poster.jpg","uri":"public:\/\/posters\/django_poster.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"115","related_movies":{"14759":"Cin\u00e9 Breakfast: Django"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":201500},"11881":{"nid":"11881","title":"The Sense of an Ending","changed":"1498751220","created":"1490864499","field_movie_person_director":{"en":[{"nid":"14793"}]},"field_movie_person_cast":{"en":[{"nid":"495"},{"nid":"336"},{"nid":"14792"}]},"data":{"uuid":"45393","imdb":"tt4827986","release_date":"2017-05-24T00:00:00","programmation":{"14035":{"time":"21:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2067","saleable":"1"},"14036":{"time":"21:30:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2126","saleable":"1"},"14037":{"time":"21:30:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2075","saleable":"1"},"14038":{"time":"19:00:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2078","saleable":"1"},"14039":{"time":"19:00:00","screen":"UCUTO-2","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2082","saleable":"1"}},"variants":{"730":{"title":"The Sense of an Ending","poster":{"14013":{"filename":"thesenseofanending_poster.jpg","uri":"public:\/\/posters\/thesenseofanending_poster.jpg","alt":null,"title":null}}}},"director":{"14793":{"title":"Ritesh Batra"}},"cast":{"495":{"title":"Jim Broadbent","image":{"filename":"jimbroadbent.jpg","uri":"public:\/\/persons\/jimbroadbent.jpg","alt":null,"title":null}},"336":{"title":"Charlotte Rampling","image":{"filename":"charlotterampling.jpg","uri":"public:\/\/persons\/charlotterampling.jpg","alt":null,"title":null}},"14792":{"title":"Harriet Walter"}},"small_synopsys":"A man becomes haunted by his past and is presented with a mysterious legacy that causes him to re-think his current situation in life.","stills":{"14014":{"filename":"thesenseofanending_still3.jpg","uri":"public:\/\/stills\/thesenseofanending_still3.jpg","alt":null,"title":null},"14015":{"filename":"thesenseofanending_still2.jpg","uri":"public:\/\/stills\/thesenseofanending_still2.jpg","alt":null,"title":null},"14016":{"filename":"thesenseofanending_still1.jpg","uri":"public:\/\/stills\/thesenseofanending_still1.jpg","alt":null,"title":null},"14104":{"filename":"sense_ending_still_2.jpg","uri":"public:\/\/stills\/sense_ending_still_2.jpg","alt":null,"title":null}},"trailers":{"14801":{"title":"NL_the_sense_of_an_ending_ov_nlsub","image":{"filename":"thesenseofanending_A.jpg","uri":"public:\/\/stills\/thesenseofanending_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_the_sense_of_an_ending_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_the_sense_of_an_ending_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_the_sense_of_an_ending_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_the_sense_of_an_ending_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_the_sense_of_an_ending_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_the_sense_of_an_ending_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_the_sense_of_an_ending_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_the_sense_of_an_ending_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747"},"poster":{"14013":{"filename":"thesenseofanending_poster.jpg","uri":"public:\/\/posters\/thesenseofanending_poster.jpg","alt":null,"title":null}},"country":{"228":"228"},"length":"108","related_movies":{"15163":"Cin\u00e9 Breakfast: The Sense of an Ending"},"rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":true,"order":201500},"15232":{"nid":"15232","title":"The Promise","changed":"1499342820","created":"1496396734","field_movie_person_director":{"en":[{"nid":"2041"}]},"field_movie_person_cast":{"en":[{"nid":"5477"},{"nid":"5161"},{"nid":"10088"},{"nid":"151"},{"nid":"6568"},{"nid":"10381"},{"nid":"11426"},{"nid":"4615"},{"nid":"1082"},{"nid":"15199"}]},"data":{"uuid":"46041","imdb":"tt4776998","release_date":"2017-06-21T00:00:00","programmation":{"14129":{"time":"21:15:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2122","saleable":"1"},"14130":{"time":"16:15:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"2097","saleable":"1"},"14131":{"time":"21:15:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"2130","saleable":"1"},"14132":{"time":"18:30:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"730_393-313","format":"497","session_id":"2133","saleable":"1"},"14133":{"time":"18:30:00","screen":"UCUTO-4","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2137","saleable":"1"}},"variants":{"730":{"title":"The Promise","poster":{"15069":{"filename":"primose.jpg","uri":"public:\/\/posters\/primose.jpg","alt":null,"title":null}}}},"director":{"2041":{"title":"Terry George"}},"cast":{"5477":{"title":"Christian Bale","image":{"filename":"christianbale.jpg","uri":"public:\/\/persons\/christianbale.jpg","alt":null,"title":null}},"5161":{"title":"Oscar Isaac","image":{"filename":"oscarisaac.jpg","uri":"public:\/\/persons\/oscarisaac.jpg","alt":null,"title":null}},"10088":{"title":"Charlotte Le Bon","image":{"filename":"Charlotte_LeBon.jpg","uri":"public:\/\/persons\/Charlotte_LeBon.jpg","alt":null,"title":null}},"151":{"title":"Daniel Gim\u00e9nez Cacho"},"6568":{"title":"Shohreh Aghdashloo","image":{"filename":"shohrehaghdashloo.jpg","uri":"public:\/\/persons\/shohrehaghdashloo.jpg","alt":null,"title":null}},"10381":{"title":"Marwan Kenzari","image":{"filename":"marwan.jpg","uri":"public:\/\/persons\/marwan.jpg","alt":null,"title":null}},"11426":{"title":"Numan Acar"},"4615":{"title":"Jean Reno","image":{"filename":"jeanreno.jpg","uri":"public:\/\/persons\/jeanreno.jpg","alt":null,"title":null}},"1082":{"title":"James Cromwell","image":{"filename":"jamescromwell.jpg","uri":"public:\/\/persons\/jamescromwell.jpg","alt":null,"title":null}},"15199":{"title":"Alicia Borrachero"}},"small_synopsys":"Set during the last days of the Ottoman Empire, The Promise follows a love triangle between Michael, a brilliant medical student, the beautiful and sophisticated Ana, and Chris - a renowned American journalist based in Paris.","stills":{"15075":{"filename":"the_promise_still_1.jpg","uri":"public:\/\/stills\/the_promise_still_1.jpg","alt":null,"title":null},"15076":{"filename":"the_promise_still_2.jpg","uri":"public:\/\/stills\/the_promise_still_2.jpg","alt":null,"title":null},"15077":{"filename":"the_promise_still_3.jpg","uri":"public:\/\/stills\/the_promise_still_3.jpg","alt":null,"title":null}},"trailers":{"15448":{"title":"The Promise","image":{"filename":"thepromise_A.jpg","uri":"public:\/\/stills\/thepromise_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"The_Promise_OVBIL_240p.mp4","uri":"public:\/\/trailers\/The_Promise_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Promise_OVBIL_360p.mp4","uri":"public:\/\/trailers\/The_Promise_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Promise_OVBIL_480p.mp4","uri":"public:\/\/trailers\/The_Promise_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Promise_OVBIL_720p.mp4","uri":"public:\/\/trailers\/The_Promise_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15308":{"title":"The Promise","image":{"filename":"thepromise_A.jpg","uri":"public:\/\/stills\/thepromise_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Promise_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Promise_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Promise_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Promise_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Promise_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Promise_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Promise_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Promise_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15231":{"title":"NL_The-Promise_ov_nlsub","image":{"filename":"thepromise_A.jpg","uri":"public:\/\/stills\/thepromise_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_The-Promise_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_The-Promise_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_The-Promise_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_The-Promise_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_The-Promise_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_The-Promise_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_The-Promise_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_The-Promise_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747"},"poster":{"15069":{"filename":"primose.jpg","uri":"public:\/\/posters\/primose.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"133","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":201500},"14993":{"nid":"14993","title":"It Comes at Night","changed":"1498543920","created":"1493977512","field_movie_person_director":{"en":[{"nid":"14899"}]},"field_movie_person_cast":{"en":[{"nid":"6626"},{"nid":"14898"},{"nid":"14903"},{"nid":"9298"},{"nid":"14920"}]},"data":{"uuid":"45777","imdb":"tt4695012","release_date":"2017-06-21T00:00:00","programmation":{"13901":{"time":"22:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"4454","saleable":"1"},"13902":{"time":"22:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"4458","saleable":"1"},"13904":{"time":"00:15:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-15","version":"730_393-313","format":"497","session_id":"4459","saleable":"1"},"13903":{"time":"22:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"730_393-313","format":"497","session_id":"4463","saleable":"1"},"13905":{"time":"22:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"4471","saleable":"1"}},"variants":{"730":{"title":"It Comes at Night","poster":{"14620":{"filename":"ItComesAtNight_poster.jpg","uri":"public:\/\/posters\/ItComesAtNight_poster.jpg","alt":null,"title":null}}}},"director":{"14899":{"title":"Trey Edward Shults"}},"cast":{"6626":{"title":"Joel Edgerton","image":{"filename":"joel_edgerton.jpg","uri":"public:\/\/persons\/joel_edgerton.jpg","alt":null,"title":null}},"14898":{"title":"Christopher Abbot"},"14903":{"title":"Riley Keough"},"9298":{"title":"Carmen Ejogo"},"14920":{"title":"Kelvin Harrison Jr."}},"small_synopsys":"Secure within a desolate home as an unnatural threat terrorizes the world, a man has established a tenuous domestic order with his wife and son, but this will soon be put to test when a desperate young family arrives seeking refuge.\r\n\r\nEin Mann und seine Familie wird beim Verlassen seines Anwesens regelm\u00e4\u00dfig von einer b\u00f6sartigen, mysteri\u00f6sen Kreatur heimgesucht.","stills":{"14909":{"filename":"it_comes_at_night_still_1.jpg","uri":"public:\/\/stills\/it_comes_at_night_still_1.jpg","alt":null,"title":null},"14910":{"filename":"it_comes_at_night_still_2.jpg","uri":"public:\/\/stills\/it_comes_at_night_still_2.jpg","alt":null,"title":null},"14911":{"filename":"it_comes_at_night_still_3.jpg","uri":"public:\/\/stills\/it_comes_at_night_still_3.jpg","alt":null,"title":null},"15223":{"filename":"ItComesAtKnight_FP1.jpg","uri":"public:\/\/stills\/ItComesAtKnight_FP1.jpg","alt":null,"title":null},"15224":{"filename":"ItComesAtKnight_FP2.jpg","uri":"public:\/\/stills\/ItComesAtKnight_FP2.jpg","alt":null,"title":null},"15225":{"filename":"ItComesAtKnight_FP3.jpg","uri":"public:\/\/stills\/ItComesAtKnight_FP3.jpg","alt":null,"title":null}},"trailers":{"15392":{"title":"It Comes at Night","image":{"filename":"itcomesatnight_A.jpg","uri":"public:\/\/stills\/itcomesatnight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"It_Comes_at_Night_OVBIL_240p.mp4","uri":"public:\/\/trailers\/It_Comes_at_Night_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"It_Comes_at_Night_OVBIL_360p.mp4","uri":"public:\/\/trailers\/It_Comes_at_Night_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"It_Comes_at_Night_OVBIL_480p.mp4","uri":"public:\/\/trailers\/It_Comes_at_Night_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"It_Comes_at_Night_OVBIL_720p.mp4","uri":"public:\/\/trailers\/It_Comes_at_Night_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"14985":{"title":"NL_It-Comes-At-Night_ov_nlsub","image":{"filename":"itcomesatnight_A.jpg","uri":"public:\/\/stills\/itcomesatnight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_It-Comes-At-Night_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_It-Comes-At-Night_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_It-Comes-At-Night_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_It-Comes-At-Night_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_It-Comes-At-Night_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_It-Comes-At-Night_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_It-Comes-At-Night_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_It-Comes-At-Night_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15320":{"title":"frfritcomesatnight","image":{"filename":"itcomesatnight_A.jpg","uri":"public:\/\/stills\/itcomesatnight_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfritcomesatnight_240p.mp4","uri":"public:\/\/trailers\/frfritcomesatnight_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfritcomesatnight_360p.mp4","uri":"public:\/\/trailers\/frfritcomesatnight_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfritcomesatnight_480p.mp4","uri":"public:\/\/trailers\/frfritcomesatnight_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfritcomesatnight_720p.mp4","uri":"public:\/\/trailers\/frfritcomesatnight_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"759":"759"},"poster":{"14620":{"filename":"ItComesAtNight_poster.jpg","uri":"public:\/\/posters\/ItComesAtNight_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"97","related_movies":{"15001":"Obscure Night: It Comes at Night"},"rating":{"711":"711"}},"mtype":"movie","main":true,"has_events":true,"order":201500},"14786":{"nid":"14786","title":"Rodin","changed":"1498549920","created":"1492001407","field_movie_person_director":{"en":[{"nid":"11483"}]},"field_movie_person_cast":{"en":[{"nid":"4762"},{"nid":"10624"},{"nid":"11484"}]},"data":{"uuid":"45553","imdb":"tt5771710","release_date":"2017-05-24T00:00:00","programmation":{"13480":{"time":"18:30:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":null,"saleable":"0"},"13419":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13481":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13400":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"13482":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"14426":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14391":{"time":"14:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"728","format":"497","session_id":null,"saleable":"0"},"14320":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-21","pdate":"2017-07-21","version":"728","format":"497","session_id":null,"saleable":"0"},"14340":{"time":"19:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-24","pdate":"2017-07-24","version":"728","format":"497","session_id":null,"saleable":"0"},"14392":{"time":"18:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"},"14341":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"}},"variants":{"728":{"title":"Rodin","poster":{"14173":{"filename":"Rodin_FRFO.jpg","uri":"public:\/\/posters\/Rodin_FRFO.jpg","alt":null,"title":null}}}},"director":{"11483":{"title":"Jacques Doillon"}},"cast":{"4762":{"title":"Vincent Lindon","image":{"filename":"vincentlindon.jpg","uri":"public:\/\/persons\/vincentlindon.jpg","alt":null,"title":null}},"10624":{"title":"Izia Higelin","image":{"filename":"Izia_Higelin.jpg","uri":"public:\/\/persons\/Izia_Higelin.jpg","alt":null,"title":null}},"11484":{"title":"S\u00e9verine Caneele"}},"small_synopsys":"An account of the famous French sculptor\u0027s romance with Camille Claudel.","stills":{"14090":{"filename":"Rodin_FP1.jpg","uri":"public:\/\/stills\/Rodin_FP1.jpg","alt":null,"title":null},"14091":{"filename":"Rodin_FP2.jpg","uri":"public:\/\/stills\/Rodin_FP2.jpg","alt":null,"title":null},"14092":{"filename":"Rodin_FP3.jpg","uri":"public:\/\/stills\/Rodin_FP3.jpg","alt":null,"title":null}},"trailers":{"14784":{"title":"Rodin - Bande-annonce","image":{"filename":"Rodin_FRFA.jpg","uri":"public:\/\/stills\/Rodin_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrrodin_240p.mp4","uri":"public:\/\/trailers\/frfrrodin_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrrodin_360p.mp4","uri":"public:\/\/trailers\/frfrrodin_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrrodin_480p.mp4","uri":"public:\/\/trailers\/frfrrodin_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrrodin_720p.mp4","uri":"public:\/\/trailers\/frfrrodin_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"747":"747","739":"739"},"category":{"731":"731"},"poster":{"14173":{"filename":"Rodin_FRFO.jpg","uri":"public:\/\/posters\/Rodin_FRFO.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"119","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":201500},"15300":{"nid":"15300","title":"K.O.","changed":"1498492321","created":"1497003492","field_movie_person_director":{"en":[{"nid":"15328"}]},"field_movie_person_cast":{"en":[{"nid":"8997"},{"nid":"385"},{"nid":"1300"},{"nid":"5569"}]},"data":{"uuid":"46118","imdb":"tt6155084","release_date":"2017-06-28T00:00:00","programmation":{"14143":{"time":"21:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":"2095","saleable":"1"},"14144":{"time":"21:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2152","saleable":"1"},"14145":{"time":"21:30:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"2102","saleable":"1"},"14146":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"2109","saleable":"1"}},"variants":{"728":{"title":"K.O.","poster":{"15162":{"filename":"ko_poster1.jpg","uri":"public:\/\/posters\/ko_poster1.jpg","alt":null,"title":null}}}},"director":{"15328":{"title":"Fabrice Gobert"}},"cast":{"8997":{"title":"Laurent Lafitte","image":{"filename":"Laurent_Lafitte.jpg","uri":"public:\/\/persons\/Laurent_Lafitte.jpg","alt":null,"title":null}},"385":{"title":"Chiara Mastroianni"},"1300":{"title":"Pio Marma\u00ef","image":{"filename":"piomarmai.jpg","uri":"public:\/\/persons\/piomarmai.jpg","alt":null,"title":null}},"5569":{"title":"Clotilde Hesme","image":{"filename":"clotildehesme.jpg","uri":"public:\/\/persons\/clotildehesme.jpg","alt":null,"title":null}}},"small_synopsys":"","stills":{"15169":{"filename":"KO_still11.jpg","uri":"public:\/\/stills\/KO_still11.jpg","alt":null,"title":null},"15170":{"filename":"KO_still22.jpg","uri":"public:\/\/stills\/KO_still22.jpg","alt":null,"title":null},"15171":{"filename":"KO_still33.jpg","uri":"public:\/\/stills\/KO_still33.jpg","alt":null,"title":null},"15238":{"filename":"K_O_FP1.jpg","uri":"public:\/\/stills\/K_O_FP1.jpg","alt":null,"title":null},"15239":{"filename":"K_O_FP2.jpg","uri":"public:\/\/stills\/K_O_FP2.jpg","alt":null,"title":null},"15240":{"filename":"K_O_FP3.jpg","uri":"public:\/\/stills\/K_O_FP3.jpg","alt":null,"title":null}},"trailers":{"15329":{"title":"frfrko","image":{"filename":"K_O_FRFA.jpg","uri":"public:\/\/stills\/K_O_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrko_240p.mp4","uri":"public:\/\/trailers\/frfrko_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrko_360p.mp4","uri":"public:\/\/trailers\/frfrko_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrko_480p.mp4","uri":"public:\/\/trailers\/frfrko_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrko_720p.mp4","uri":"public:\/\/trailers\/frfrko_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"765":"765","747":"747"},"category":{"731":"731"},"poster":{"15162":{"filename":"ko_poster1.jpg","uri":"public:\/\/posters\/ko_poster1.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"115","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":201200},"15089":{"nid":"15089","title":"Mon poussin","changed":"1498557421","created":"1495014578","field_movie_person_director":{"en":[{"nid":"7014"}]},"field_movie_person_cast":{"en":[{"nid":"1146"},{"nid":"3720"},{"nid":"8404"}]},"data":{"uuid":"45909","imdb":"tTMT259","release_date":"2017-06-28T00:00:00","programmation":{"13909":{"time":"00:15:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-15","version":"728","format":"497","session_id":"4491","saleable":"1"},"13910":{"time":"14:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":"4525","saleable":"1"},"13911":{"time":"22:00:00","screen":"UKRCH-3","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"4467","saleable":"1"},"13912":{"time":"14:15:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"728","format":"497","session_id":"4535","saleable":"1"}},"variants":{"728":{"title":"Mon poussin","poster":{"14847":{"filename":"mon-poussin-affiche.jpg","uri":"public:\/\/posters\/mon-poussin-affiche.jpg","alt":null,"title":null}}}},"director":{"7014":{"title":"Fr\u00e9d\u00e9ric Forrestier"}},"cast":{"1146":{"title":"Isabelle Nanty","image":{"filename":"isabellenanty.jpg","uri":"public:\/\/persons\/isabellenanty.jpg","alt":null,"title":null}},"3720":{"title":"Pierre Fran\u00e7ois Martin-Laval","image":{"filename":"pierrefrancoismartinlaval.jpg","uri":"public:\/\/persons\/pierrefrancoismartinlaval.jpg","alt":null,"title":null}},"8404":{"title":"Thomas Soliveres","image":{"filename":"Thomas_Soliveres.jpg","uri":"public:\/\/persons\/Thomas_Soliveres.jpg","alt":null,"title":null}}},"small_synopsys":"Vincent, 18 ans, se fait larguer par Elina. C\u2019est son premier amour, c\u2019est la fin du monde ! Ses parents d\u00e9cident donc de prendre les choses en main et vont tout tenter pour lui faire oublier cette fille.","stills":{"15122":{"filename":"monpoussin_still2.jpg","uri":"public:\/\/stills\/monpoussin_still2.jpg","alt":null,"title":null},"15123":{"filename":"monpoussin_still1.jpg","uri":"public:\/\/stills\/monpoussin_still1.jpg","alt":null,"title":null},"15124":{"filename":"monpoussin_still3.jpg","uri":"public:\/\/stills\/monpoussin_still3.jpg","alt":null,"title":null}},"trailers":{"15401":{"title":"frfrmonpoussin","image":{"filename":"monpoussin_A.jpg","uri":"public:\/\/stills\/monpoussin_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrmonpoussin_240p.mp4","uri":"public:\/\/trailers\/frfrmonpoussin_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrmonpoussin_360p.mp4","uri":"public:\/\/trailers\/frfrmonpoussin_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrmonpoussin_480p.mp4","uri":"public:\/\/trailers\/frfrmonpoussin_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrmonpoussin_720p.mp4","uri":"public:\/\/trailers\/frfrmonpoussin_720p.mp4","filemime":"video\/mp4"}}},"15354":{"title":"Mon Poussin","image":{"filename":"monpoussin_A.jpg","uri":"public:\/\/stills\/monpoussin_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Mon_Poussin_VFNOSUB_240p.mp4","uri":"public:\/\/trailers\/Mon_Poussin_VFNOSUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Mon_Poussin_VFNOSUB_360p.mp4","uri":"public:\/\/trailers\/Mon_Poussin_VFNOSUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Mon_Poussin_VFNOSUB_480p.mp4","uri":"public:\/\/trailers\/Mon_Poussin_VFNOSUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Mon_Poussin_VFNOSUB_720p.mp4","uri":"public:\/\/trailers\/Mon_Poussin_VFNOSUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"740":"740"},"category":{"731":"731"},"poster":{"14847":{"filename":"mon-poussin-affiche.jpg","uri":"public:\/\/posters\/mon-poussin-affiche.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"97"},"mtype":"movie","main":true,"has_events":false,"order":201200},"14937":{"nid":"14937","title":"L\u0027Amant double","changed":"1497442920","created":"1493824599","field_movie_person_director":{"en":[{"nid":"6346"}]},"field_movie_person_cast":{"en":[{"nid":"11677"},{"nid":"67"},{"nid":"15075"}]},"data":{"uuid":"45755","imdb":"tt6367558","release_date":"2017-05-31T00:00:00","programmation":{"13404":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-14","pdate":"2017-07-14","version":"728","format":"497","session_id":null,"saleable":"0"},"13490":{"time":"19:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-16","pdate":"2017-07-16","version":"728","format":"497","session_id":null,"saleable":"0"},"13451":{"time":"19:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":null,"saleable":"0"},"14300":{"time":"20:15:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14397":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-19","pdate":"2017-07-19","version":"728","format":"497","session_id":null,"saleable":"0"},"14344":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-20","pdate":"2017-07-20","version":"728","format":"497","session_id":null,"saleable":"0"},"14301":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-24","pdate":"2017-07-24","version":"728","format":"497","session_id":null,"saleable":"0"},"14324":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"},"14398":{"time":"21:00:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"728","format":"497","session_id":null,"saleable":"0"}},"variants":{"728":{"title":"L\u0027Amant double","poster":{"14687":{"filename":"Amant_double.jpg","uri":"public:\/\/posters\/Amant_double.jpg","alt":null,"title":null}}}},"director":{"6346":{"title":"Fran\u00e7ois Ozon"}},"cast":{"11677":{"title":"Marine Vacth","image":{"filename":"marinevacth.jpg","uri":"public:\/\/persons\/marinevacth.jpg","alt":null,"title":null}},"67":{"title":"J\u00e9r\u00e9mie Renier","image":{"filename":"jeremierenier.jpg","uri":"public:\/\/persons\/jeremierenier.jpg","alt":null,"title":null}},"15075":{"title":"Jacqueline Bisset"}},"small_synopsys":"","stills":{"14779":{"filename":"LAmantDouble_FP1.jpg","uri":"public:\/\/stills\/LAmantDouble_FP1.jpg","alt":null,"title":null},"14780":{"filename":"LAmantDouble_FP2.jpg","uri":"public:\/\/stills\/LAmantDouble_FP2.jpg","alt":null,"title":null}},"trailers":{"15076":{"title":"frfrlamantdouble","image":{"filename":"LAmantDouble_FRFA.jpg","uri":"public:\/\/stills\/LAmantDouble_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrlamantdouble_240p.mp4","uri":"public:\/\/trailers\/frfrlamantdouble_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrlamantdouble_360p.mp4","uri":"public:\/\/trailers\/frfrlamantdouble_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrlamantdouble_480p.mp4","uri":"public:\/\/trailers\/frfrlamantdouble_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrlamantdouble_720p.mp4","uri":"public:\/\/trailers\/frfrlamantdouble_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"765":"765"},"category":{"731":"731"},"poster":{"14687":{"filename":"Amant_double.jpg","uri":"public:\/\/posters\/Amant_double.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"110","rating":{"711":"711"}},"mtype":"movie","main":true,"has_events":false,"order":200900},"11951":{"nid":"11951","title":"Alien: Covenant","changed":"1498501621","created":"1490864524","field_movie_person_director":{"en":[{"nid":"3562"}]},"field_movie_person_cast":{"en":[{"nid":"7905"},{"nid":"7669"},{"nid":"4554"},{"nid":"4518"},{"nid":"967"},{"nid":"1532"},{"nid":"4925"},{"nid":"10871"}]},"data":{"uuid":"45323","imdb":"tt2316204","release_date":"2017-05-17T00:00:00","programmation":{"13586":{"time":"00:00:00","screen":"UKRCH-8","theater":"UKRCH","date":"2017-07-16","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4618","saleable":"1"},"13587":{"time":"12:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4657","saleable":"1"},"13588":{"time":"12:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-18","pdate":"2017-07-18","version":"730_313-302","format":"497","session_id":"4662","saleable":"1"}},"variants":{"730":{"title":"Alien: Covenant","poster":{"14272":{"filename":"AlienCovenant_CH.jpg","uri":"public:\/\/posters\/AlienCovenant_CH.jpg","alt":null,"title":null}}}},"director":{"3562":{"title":"Ridley Scott"}},"cast":{"7905":{"title":"Katherine Waterston","image":{"filename":"KatherineWaterston.jpg","uri":"public:\/\/persons\/KatherineWaterston.jpg","alt":null,"title":null}},"7669":{"title":"Michael Fassbender","image":{"filename":"michaelfassbender.jpg","uri":"public:\/\/persons\/michaelfassbender.jpg","alt":null,"title":null}},"4554":{"title":"Danny McBride","image":{"filename":"danny_mcbride.jpg","uri":"public:\/\/persons\/danny_mcbride.jpg","alt":null,"title":null}},"4518":{"title":"Billy Crudup","image":{"filename":"billycrudup.jpg","uri":"public:\/\/persons\/billycrudup.jpg","alt":null,"title":null}},"967":{"title":"Demi\u00e1n Bichir"},"1532":{"title":"Noomi Rapace","image":{"filename":"noomirapace2.jpg","uri":"public:\/\/persons\/noomirapace2.jpg","alt":null,"title":null}},"4925":{"title":"James Franco","image":{"filename":"jamesfranco.jpg","uri":"public:\/\/persons\/jamesfranco.jpg","alt":null,"title":null}},"10871":{"title":"Callie Hernandez","image":{"filename":"Callie_Hernandez_ES.jpg","uri":"public:\/\/persons\/Callie_Hernandez_ES.jpg","alt":null,"title":null}}},"small_synopsys":"The crew of the colony ship Covenant, bound for a remote planet on the far side of the galaxy, discovers what they think is an uncharted paradise. When they uncover a threat beyond their imagination, they must attempt a harrowing escape.\r\n\r\nDer fremde Planet, den die Crew des Kolonisationsraumschiffs Covenant erforscht, wirkt paradiesisch: Doch als die Terraforming-Spezialistin Daniels (Katherine Waterston) und ihre Kollegen, darunter der Android Walter (Michael Fassbender), Christopher (Billy Crudup) und Tennessee (Danny McBride), durch die bergige, bewaldete Landschaft laufen, f\u00e4llt ihnen vor allem die merkw\u00fcrdige, beunruhigende Stille auf: Kein Vogel ist zu h\u00f6ren \u2013 und auch kein anderes Tier. Bald schon merken die Entdecker, dass sie auf einem Planeten gelandet sind, der lebensfeindlicher kaum sein k\u00f6nnte.","stills":{"5010":{"filename":"AlienCovenant_FP1.jpg","uri":"public:\/\/stills\/AlienCovenant_FP1.jpg","alt":null,"title":null},"5011":{"filename":"AlienCovenant_FP2.jpg","uri":"public:\/\/stills\/AlienCovenant_FP2.jpg","alt":null,"title":null},"5012":{"filename":"AlienCovenant_FP3.jpg","uri":"public:\/\/stills\/AlienCovenant_FP3.jpg","alt":null,"title":null},"14036":{"filename":"alien_covenant_still_1.jpg","uri":"public:\/\/stills\/alien_covenant_still_1.jpg","alt":null,"title":null},"14037":{"filename":"alien_covenant_still_3.jpg","uri":"public:\/\/stills\/alien_covenant_still_3.jpg","alt":null,"title":null}},"trailers":{"14790":{"title":"NL_alien_covenant_ov_nlsub","image":{"filename":"AlienCovenant_FRFA.jpg","uri":"public:\/\/stills\/AlienCovenant_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_alien_covenant_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_alien_covenant_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_alien_covenant_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_alien_covenant_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_alien_covenant_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_alien_covenant_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_alien_covenant_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_alien_covenant_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"11797":{"title":"Alien Covenant","image":{"filename":"AlienCovenant_FRFA.jpg","uri":"public:\/\/stills\/AlienCovenant_FRFA.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Alien_Covenant_OVBIL_240p.webm","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Alien_Covenant_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Alien_Covenant_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Alien_Covenant_OVBIL_360p.webm","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Alien_Covenant_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Alien_Covenant_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Alien_Covenant_OVBIL_480p.webm","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Alien_Covenant_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Alien_Covenant_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Alien_Covenant_OVBIL_720p.webm","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Alien_Covenant_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Alien_Covenant_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Alien_Covenant_OVBIL_720p.ogv","filemime":"video\/ogg"}}},"14910":{"title":"Alien: Covenant - Bande-annonce","image":{"filename":"AlienCovenant_FRFA.jpg","uri":"public:\/\/stills\/AlienCovenant_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfraliencovenant_240p.mp4","uri":"public:\/\/trailers\/frfraliencovenant_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfraliencovenant_360p.mp4","uri":"public:\/\/trailers\/frfraliencovenant_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfraliencovenant_480p.mp4","uri":"public:\/\/trailers\/frfraliencovenant_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfraliencovenant_720p.mp4","uri":"public:\/\/trailers\/frfraliencovenant_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"764":"764","765":"765"},"category":{"719":"719"},"poster":{"14272":{"filename":"AlienCovenant_CH.jpg","uri":"public:\/\/posters\/AlienCovenant_CH.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"123","related_movies":{"14876":"Avant-Premi\u00e8re: Alien: Covenant"},"rating":{"711":"711"}},"mtype":"movie","main":true,"has_events":true,"order":200900},"15137":{"nid":"15137","title":"Marie-Francine","changed":"1497874920","created":"1495550661","field_movie_person_director":{"en":[{"nid":"1574"}]},"field_movie_person_cast":{"en":[{"nid":"1574"},{"nid":"7296"},{"nid":"7894"}]},"data":{"uuid":"45968","imdb":"tt6081632","release_date":"2017-05-31T00:00:00","programmation":{"14116":{"time":"14:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"728","format":"497","session_id":"2149","saleable":"1"},"14117":{"time":"14:30:00","screen":"UCUTO-5","theater":"UCUTO","date":"2017-07-17","pdate":"2017-07-17","version":"728","format":"497","session_id":"2157","saleable":"1"}},"variants":{"728":{"title":"Marie-Francine","poster":{"14975":{"filename":"mariefrancine_poster2.jpg","uri":"public:\/\/posters\/mariefrancine_poster2.jpg","alt":null,"title":null}}}},"director":{"1574":{"title":"Val\u00e9rie Lemercier","image":{"filename":"valerielemercier.jpg","uri":"public:\/\/persons\/valerielemercier.jpg","alt":null,"title":null}}},"cast":{"1574":{"title":"Val\u00e9rie Lemercier","image":{"filename":"valerielemercier.jpg","uri":"public:\/\/persons\/valerielemercier.jpg","alt":null,"title":null}},"7296":{"title":"Patrick Timsit","image":{"filename":"patricktimsit.jpg","uri":"public:\/\/persons\/patricktimsit.jpg","alt":null,"title":null}},"7894":{"title":"H\u00e9l\u00e8ne Vincent"}},"small_synopsys":"","stills":{"14976":{"filename":"MarieFrancine_FP1.jpg","uri":"public:\/\/stills\/MarieFrancine_FP1.jpg","alt":null,"title":null},"14977":{"filename":"MarieFrancineFP2.jpg","uri":"public:\/\/stills\/MarieFrancineFP2.jpg","alt":null,"title":null},"14978":{"filename":"MarieFrancine_FP3.jpg","uri":"public:\/\/stills\/MarieFrancine_FP3.jpg","alt":null,"title":null}},"trailers":{"15136":{"title":"frfrmariefrancine","image":{"filename":"MarieFrancine_FRFA.jpg","uri":"public:\/\/stills\/MarieFrancine_FRFA.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrmariefrancine_240p.mp4","uri":"public:\/\/trailers\/frfrmariefrancine_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrmariefrancine_360p.mp4","uri":"public:\/\/trailers\/frfrmariefrancine_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrmariefrancine_480p.mp4","uri":"public:\/\/trailers\/frfrmariefrancine_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrmariefrancine_720p.mp4","uri":"public:\/\/trailers\/frfrmariefrancine_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"740":"740"},"category":{"731":"731"},"poster":{"14975":{"filename":"mariefrancine_poster2.jpg","uri":"public:\/\/posters\/mariefrancine_poster2.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"95","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":200600},"11953":{"nid":"11953","title":"Guardians of the Galaxy Vol. 2","changed":"1497633720","created":"1490864524","field_movie_person_director":{"en":[{"nid":"4810"}]},"field_movie_person_cast":{"en":[{"nid":"7865"},{"nid":"112"},{"nid":"11104"},{"nid":"11242"},{"nid":"91"},{"nid":"8863"}]},"data":{"uuid":"45321","imdb":"tt3896198","release_date":"2017-04-26T00:00:00","programmation":{"13593":{"time":"21:30:00","screen":"UKRCH-4","theater":"UKRCH","date":"2017-07-15","pdate":"2017-07-15","version":"730_313-302","format":"497","session_id":"4490","saleable":"1"},"13594":{"time":"21:30:00","screen":"UKRCH-5","theater":"UKRCH","date":"2017-07-17","pdate":"2017-07-17","version":"730_313-302","format":"497","session_id":"4533","saleable":"1"}},"variants":{"730":{"title":"Guardians of the Galaxy Vol. 2","poster":{"14250":{"filename":"guardiansofthegalaxyvol2_poster.jpg","uri":"public:\/\/posters\/guardiansofthegalaxyvol2_poster.jpg","alt":null,"title":null}}}},"director":{"4810":{"title":"James Gunn"}},"cast":{"7865":{"title":"Chris Pratt","image":{"filename":"Chris_Pratt.jpg","uri":"public:\/\/persons\/Chris_Pratt.jpg","alt":null,"title":null}},"112":{"title":"Zoe Saldana","image":{"filename":"zoesaldana2.jpg","uri":"public:\/\/persons\/zoesaldana2.jpg","alt":null,"title":null}},"11104":{"title":"Dave Bautista","image":{"filename":"Davebautista.jpg","uri":"public:\/\/persons\/Davebautista.jpg","alt":null,"title":null}},"11242":{"title":"Kurt Russell","image":{"filename":"kurtrussell.jpg","uri":"public:\/\/persons\/kurtrussell.jpg","alt":null,"title":null}},"91":{"title":"Michael Rooker"},"8863":{"title":"Karen Gillan","image":{"filename":"karengillina.jpg","uri":"public:\/\/persons\/karengillina.jpg","alt":null,"title":null}}},"small_synopsys":"Set to the backdrop of Awesome Mixtape #2, \u0027Guardians of the Galaxy Vol. 2\u0027 continues the team\u0027s adventures as they unravel the mystery of Peter Quill\u0027s true parentage.","stills":{"5026":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill1.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill1.jpg","alt":null,"title":null},"5027":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill2.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill2.jpg","alt":null,"title":null},"5028":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill3.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill3.jpg","alt":null,"title":null},"5029":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill4.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill4.jpg","alt":null,"title":null},"5030":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill5.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill5.jpg","alt":null,"title":null},"5031":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill6.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill6.jpg","alt":null,"title":null},"5032":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill7.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill7.jpg","alt":null,"title":null},"5033":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill8.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill8.jpg","alt":null,"title":null},"5034":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill9.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill9.jpg","alt":null,"title":null},"5035":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill10.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill10.jpg","alt":null,"title":null},"5036":{"filename":"GuardianesDeLaGalaxiaVol2_ES_MovieStill11.jpg","uri":"public:\/\/stills\/GuardianesDeLaGalaxiaVol2_ES_MovieStill11.jpg","alt":null,"title":null},"14325":{"filename":"Guardians2_1.jpg","uri":"public:\/\/stills\/Guardians2_1.jpg","alt":null,"title":null}},"trailers":{"14838":{"title":"Guardians of the Galaxy Vol.2","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"11851":{"title":"NL_guardians_of_the_galaxy_vol","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_guardians_of_the_galaxy_vol._2_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_guardians_of_the_galaxy_vol._2_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_guardians_of_the_galaxy_vol._2_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_guardians_of_the_galaxy_vol._2_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_guardians_of_the_galaxy_vol._2_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_guardians_of_the_galaxy_vol._2_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_guardians_of_the_galaxy_vol._2_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_guardians_of_the_galaxy_vol._2_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"11807":{"title":"Guardians Of The Galaxy 2","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Guardians_Of_The_Galaxy_2_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"14803":{"title":"Guardians of the Galaxy Vol.2","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Guardians_of_the_Galaxy_Vol2_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Guardians_of_the_Galaxy_Vol2_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}},"11732":{"title":"Les Gardiens de la galaxie 2 - Bande-annonce","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"frfrlesgardiensdelagalaxie2_240p.webm","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesgardiensdelagalaxie2_240p.mp4","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesgardiensdelagalaxie2_240p.ogv","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"frfrlesgardiensdelagalaxie2_360p.webm","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesgardiensdelagalaxie2_360p.mp4","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesgardiensdelagalaxie2_360p.ogv","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"frfrlesgardiensdelagalaxie2_480p.webm","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesgardiensdelagalaxie2_480p.mp4","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesgardiensdelagalaxie2_480p.ogv","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"frfrlesgardiensdelagalaxie2_720p.webm","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"frfrlesgardiensdelagalaxie2_720p.mp4","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"frfrlesgardiensdelagalaxie2_720p.ogv","uri":"public:\/\/trailers\/frfrlesgardiensdelagalaxie2_720p.ogv","filemime":"video\/ogg"}}},"11789":{"title":"Guardians Of The Galaxy 2","image":{"filename":"guardiansofthegalaxyvol2_A.jpg","uri":"public:\/\/stills\/guardiansofthegalaxyvol2_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Guardians_Of_The_Galaxy_2_Teaser_OVBIL_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"764":"764","736":"736"},"category":{"719":"719"},"poster":{"14250":{"filename":"guardiansofthegalaxyvol2_poster.jpg","uri":"public:\/\/posters\/guardiansofthegalaxyvol2_poster.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"0","related_movies":{"14765":"Cin\u00e9 Breakfast: Guardians of the Galaxy Vol. 2"},"rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":true,"order":200600},"15350":{"nid":"15350","title":"Howards End","changed":"1499696520","created":"1497964639","data":{"uuid":"46222","imdb":"tt0104454","release_date":"2017-06-28T00:00:00","programmation":{"14166":{"time":"21:15:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-14","pdate":"2017-07-14","version":"730_393-313","format":"497","session_id":"2041","saleable":"1"},"14167":{"time":"21:15:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-18","pdate":"2017-07-18","version":"730_393-313","format":"497","session_id":"2056","saleable":"1"}},"variants":{"730":{"title":"Howards End","poster":{"15269":{"filename":"howards_end.jpg","uri":"public:\/\/posters\/howards_end.jpg","alt":null,"title":null}}}},"small_synopsys":"A businessman thwarts his wife\u0027s bequest of an estate to another woman.","poster":{"15269":{"filename":"howards_end.jpg","uri":"public:\/\/posters\/howards_end.jpg","alt":null,"title":null}},"length":"140"},"mtype":"movie","main":true,"has_events":false,"order":200600},"15417":{"nid":"15417","title":" La regi\u00f3n salvaje","changed":"1498860421","created":"1498742235","data":{"uuid":"46290","imdb":"tt5265960","release_date":"2017-07-08T00:00:00","programmation":{"12602":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-15","pdate":"2017-07-15","version":"730_313","format":"497","session_id":"1744","saleable":"1"},"12603":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-22","pdate":"2017-07-22","version":"730_313","format":"497","session_id":"1745","saleable":"1"},"12604":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-07-29","pdate":"2017-07-29","version":"730_313","format":"497","session_id":"1746","saleable":"1"}},"variants":{"730":{"title":"#Out Of The Box: La regi\u00f3n salvaje","poster":{"15454":{"filename":"la_region_salvaje2.jpg","uri":"public:\/\/posters\/la_region_salvaje2.jpg","alt":null,"title":null}}}},"small_synopsys":"A couple in a troubled marriage locate a meteorite, initiating an encounter with a mysterious creature. Their lives are turned upside down by the discovery of the creature, which is a source of both pleasure and destruction.","type":{"700":"700"},"category":{"718":"718"},"poster":{"15454":{"filename":"la_region_salvaje2.jpg","uri":"public:\/\/posters\/la_region_salvaje2.jpg","alt":null,"title":null}},"length":"100","rating":{"711":"711"}},"mtype":"event","event":"#Out Of The Box","main":true,"has_events":false,"order":200300},"15293":{"nid":"15293","title":" Wish Upon","changed":"1500021887","created":"1497001688","field_movie_person_director":{"en":[{"nid":"9715"}]},"field_movie_person_cast":{"en":[{"nid":"297"},{"nid":"15316"},{"nid":"15317"}]},"data":{"uuid":"46115","imdb":"tt5322012","release_date":"2017-07-20T00:00:00","programmation":{"11713":{"time":"19:30:00","screen":"UBVAL-2","theater":"UBVAL","date":"2017-07-20","pdate":"2017-07-20","version":"730_393-313","format":"497","session_id":"2386","saleable":"1"}},"variants":{"730":{"title":"Obscure Night: Wish Upon","poster":{"15173":{"filename":"wish_upon.jpg","uri":"public:\/\/posters\/wish_upon.jpg","alt":null,"title":null}}}},"director":{"9715":{"title":"John R. Leonetti"}},"cast":{"297":{"title":"Ryan Phillippe","image":{"filename":"ryanphillippe.jpg","uri":"public:\/\/persons\/ryanphillippe.jpg","alt":null,"title":null}},"15316":{"title":"Joey King"},"15317":{"title":"Sherilyn Fenn"}},"small_synopsys":"\u003Cp\u003EA teenage girl discovers a box that carries magic powers and a deadly price for using them.\u003C\/p\u003E\u003Cp\u003E\u003Cspan style=\u0022font-size: medium;\u0022\u003E\u003Cstrong\u003ELuxembourgish short \u0027FILS\u0027 before the movie\u003C\/strong\u003E\u003C\/span\u003E.\u003C\/p\u003E","stills":{"15215":{"filename":"IWish_FP1.jpg","uri":"public:\/\/stills\/IWish_FP1.jpg","alt":null,"title":null},"15216":{"filename":"IWish_FP2.jpg","uri":"public:\/\/stills\/IWish_FP2.jpg","alt":null,"title":null},"15217":{"filename":"IWish_FP3.jpg","uri":"public:\/\/stills\/IWish_FP3.jpg","alt":null,"title":null},"15288":{"filename":"Wish_Upon_Moviestill02.jpg","uri":"public:\/\/stills\/Wish_Upon_Moviestill02.jpg","alt":null,"title":null},"15289":{"filename":"Wish_Upon_Moviestill03.jpg","uri":"public:\/\/stills\/Wish_Upon_Moviestill03.jpg","alt":null,"title":null}},"trailers":{"15409":{"title":"NL_Wish-Upon_ov_nlsub","image":{"filename":"wish_upon_A.jpg","uri":"public:\/\/stills\/wish_upon_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Wish-Upon_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Wish-Upon_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Wish-Upon_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Wish-Upon_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Wish-Upon_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Wish-Upon_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Wish-Upon_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Wish-Upon_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15370":{"title":"Wish Upon","image":{"filename":"wish_upon_A.jpg","uri":"public:\/\/stills\/wish_upon_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Wish_Upon_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Wish_Upon_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Wish_Upon_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Wish_Upon_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Wish_Upon_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Wish_Upon_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Wish_Upon_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Wish_Upon_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15318":{"title":"frfriwish","image":{"filename":"wish_upon_A.jpg","uri":"public:\/\/stills\/wish_upon_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfriwish_240p.mp4","uri":"public:\/\/trailers\/frfriwish_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfriwish_360p.mp4","uri":"public:\/\/trailers\/frfriwish_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfriwish_480p.mp4","uri":"public:\/\/trailers\/frfriwish_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfriwish_720p.mp4","uri":"public:\/\/trailers\/frfriwish_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"750":"750","759":"759"},"type":{"693":"693"},"poster":{"15173":{"filename":"wish_upon.jpg","uri":"public:\/\/posters\/wish_upon.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"90","related_movies":{"15294":"Wish Upon"},"rating":{"711":"711"}},"mtype":"event","event":"Obscure Night","main":true,"has_events":true,"order":99505},"14751":{"nid":"14751","title":" Angels in America Part 1","changed":"1499897220","created":"1491902825","data":{"uuid":"45514","imdb":"tTMT383","release_date":"2017-07-20T00:00:00","programmation":{"2878":{"time":"20:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-20","pdate":"2017-07-20","version":"730","format":"497","session_id":"336","saleable":"1"}},"variants":{"730":{"title":"Theatre: Angels in America Part 1","poster":{"14126":{"filename":"angels_in_america.jpg","uri":"public:\/\/posters\/angels_in_america.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"704":"704"},"poster":{"14126":{"filename":"angels_in_america.jpg","uri":"public:\/\/posters\/angels_in_america.jpg","alt":null,"title":null}},"length":"225"},"mtype":"event","event":"Theatre","main":true,"has_events":false,"order":99500},"14975":{"nid":"14975","title":"Dunkirk","changed":"1499937420","created":"1493912959","field_movie_person_director":{"en":[{"nid":"3459"}]},"field_movie_person_cast":{"en":[{"nid":"9113"},{"nid":"6520"},{"nid":"485"},{"nid":"1083"},{"nid":"4623"},{"nid":"9699"}]},"data":{"uuid":"45766","imdb":"tt5013056","release_date":"2017-07-19T00:00:00","programmation":{"14314":{"time":"20:00:00","screen":"CORIO-1","theater":"CORIO","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14415":{"time":"21:30:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-20","pdate":"2017-07-20","version":"727","format":"497","session_id":null,"saleable":"0"},"14361":{"time":"20:30:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14416":{"time":"21:15:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-21","pdate":"2017-07-21","version":"727","format":"497","session_id":null,"saleable":"0"},"14418":{"time":"16:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14359":{"time":"20:00:00","screen":"CPRAB-1","theater":"CPRAB","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14417":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-22","pdate":"2017-07-22","version":"727","format":"497","session_id":null,"saleable":"0"},"14419":{"time":"16:45:00","screen":"CSTAR-2","theater":"CSTAR","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14331":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14428":{"time":"20:00:00","screen":"CMAAC-1","theater":"CMAAC","date":"2017-07-23","pdate":"2017-07-23","version":"727","format":"497","session_id":null,"saleable":"0"},"14429":{"time":"18:00:00","screen":"CSURA-1","theater":"CSURA","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14332":{"time":"20:30:00","screen":"CPARI-1","theater":"CPARI","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14420":{"time":"21:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-24","pdate":"2017-07-24","version":"727","format":"497","session_id":null,"saleable":"0"},"14421":{"time":"19:00:00","screen":"CSTAR-1","theater":"CSTAR","date":"2017-07-25","pdate":"2017-07-25","version":"727","format":"497","session_id":null,"saleable":"0"}},"variants":{"727":{"title":"Dunkirk","poster":{"14558":{"filename":"Dunkirk_Poster_v2.jpg","uri":"public:\/\/posters\/Dunkirk_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"3459":{"title":"Christopher Nolan"}},"cast":{"9113":{"title":"Tom Hardy","image":{"filename":"tomhardy.jpg","uri":"public:\/\/persons\/tomhardy.jpg","alt":null,"title":null}},"6520":{"title":"Cillian Murphy","image":{"filename":"cillianmurphy.jpg","uri":"public:\/\/persons\/cillianmurphy.jpg","alt":null,"title":null}},"485":{"title":"Kenneth Branagh","image":{"filename":"kennethbrannagh.jpg","uri":"public:\/\/persons\/kennethbrannagh.jpg","alt":null,"title":null}},"1083":{"title":"James D\u0027Arcy","image":{"filename":"jamesdarcy.jpg","uri":"public:\/\/persons\/jamesdarcy.jpg","alt":null,"title":null}},"4623":{"title":"Mark Rylance"},"9699":{"title":"Harry Styles"}},"small_synopsys":"Allied soldiers from Belgium, the British Empire, Canada, and France are surrounded by the German army and evacuated during a fierce battle in World War II.\r\n\r\nMai 1940, der Zweite Weltkrieg tobt. Die Nazis haben die franz\u00f6sische Hafenstadt D\u00fcnkirchen eingekesselt und k\u00fcndigen mit Flugbl\u00e4ttern den Bewohnern und den dort stationierten Soldaten ihre scheinbar ausweglose Lage an.","stills":{"15579":{"filename":"dunkirk2.jpg","uri":"public:\/\/stills\/dunkirk2.jpg","alt":null,"title":null},"14560":{"filename":"Dunkerque_ES_MovieStill1.jpg","uri":"public:\/\/stills\/Dunkerque_ES_MovieStill1.jpg","alt":null,"title":null},"15580":{"filename":"dunkirk1.jpg","uri":"public:\/\/stills\/dunkirk1.jpg","alt":null,"title":null},"15581":{"filename":"dunkirk3.jpg","uri":"public:\/\/stills\/dunkirk3.jpg","alt":null,"title":null},"15584":{"filename":"Dunkirk_4.jpg","uri":"public:\/\/stills\/Dunkirk_4.jpg","alt":null,"title":null},"15585":{"filename":"Dunkirk_6.jpg","uri":"public:\/\/stills\/Dunkirk_6.jpg","alt":null,"title":null},"15586":{"filename":"Dunkirk5.jpg","uri":"public:\/\/stills\/Dunkirk5.jpg","alt":null,"title":null}},"trailers":{"15442":{"title":"Dunkirk","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Dunkirk_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Dunkirk_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Dunkirk_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Dunkirk_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"15219":{"title":"NL_Dunkirk_ov_nlsub","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Dunkirk_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Dunkirk_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Dunkirk_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Dunkirk_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Dunkirk_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Dunkirk_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Dunkirk_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Dunkirk_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14967":{"title":"Dunkirk","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"webm":{"filename":"Dunkirk_OVBIL_240p.webm","uri":"public:\/\/trailers\/Dunkirk_OVBIL_240p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_240p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVBIL_240p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVBIL_240p.ogv","filemime":"video\/ogg"}},"360p":{"webm":{"filename":"Dunkirk_OVBIL_360p.webm","uri":"public:\/\/trailers\/Dunkirk_OVBIL_360p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_360p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVBIL_360p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVBIL_360p.ogv","filemime":"video\/ogg"}},"480p":{"webm":{"filename":"Dunkirk_OVBIL_480p.webm","uri":"public:\/\/trailers\/Dunkirk_OVBIL_480p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_480p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVBIL_480p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVBIL_480p.ogv","filemime":"video\/ogg"}},"720p":{"webm":{"filename":"Dunkirk_OVBIL_720p.webm","uri":"public:\/\/trailers\/Dunkirk_OVBIL_720p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_720p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVBIL_720p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVBIL_720p.ogv","filemime":"video\/ogg"}},"1080p":{"webm":{"filename":"Dunkirk_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Dunkirk_OVBIL_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVBIL_1080p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVBIL_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"15441":{"title":"Dunkirk","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Dunkirk_OVFRDUB_v3_240p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_v3_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Dunkirk_OVFRDUB_v3_360p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_v3_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Dunkirk_OVFRDUB_v3_480p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_v3_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Dunkirk_OVFRDUB_v3_720p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_v3_720p.mp4","filemime":"video\/mp4"}}},"15380":{"title":"frfrdunkerque","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrdunkerque_240p.mp4","uri":"public:\/\/trailers\/frfrdunkerque_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrdunkerque_360p.mp4","uri":"public:\/\/trailers\/frfrdunkerque_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrdunkerque_480p.mp4","uri":"public:\/\/trailers\/frfrdunkerque_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrdunkerque_720p.mp4","uri":"public:\/\/trailers\/frfrdunkerque_720p.mp4","filemime":"video\/mp4"}}},"14968":{"title":"Dunkirk","image":{"filename":"dunkirk_A.jpg","uri":"public:\/\/stills\/dunkirk_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Dunkirk_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Dunkirk_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Dunkirk_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Dunkirk_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Dunkirk_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Dunkirk_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Dunkirk_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Dunkirk_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}}},"genre":{"756":"756","757":"757","736":"736"},"poster":{"14558":{"filename":"Dunkirk_Poster_v2.jpg","uri":"public:\/\/posters\/Dunkirk_Poster_v2.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"107","rating":{"711":"711"}},"mtype":"movie","main":true,"has_events":false,"order":99500},"15292":{"nid":"15292","title":" Cars 3","changed":"1500026820","created":"1496994525","field_movie_person_director":{"en":[{"nid":"8209"}]},"field_movie_person_cast":{"en":[{"nid":"1167"},{"nid":"9696"},{"nid":"3160"},{"nid":"2408"},{"nid":"645"},{"nid":"2815"}]},"data":{"uuid":"46111","imdb":"tt3606752","release_date":"2017-07-22T00:00:00","programmation":{"10253":{"time":"16:30:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-22","pdate":"2017-07-22","version":"730_313-302","format":"500","session_id":"2047","saleable":"1"},"10263":{"time":"16:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-22","pdate":"2017-07-22","version":"730_313-302","format":"500","session_id":"3162","saleable":"1"},"10254":{"time":"16:30:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-23","pdate":"2017-07-23","version":"730_313-302","format":"500","session_id":"2049","saleable":"1"},"10264":{"time":"16:30:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-07-23","pdate":"2017-07-23","version":"730_313-302","format":"500","session_id":"3163","saleable":"1"},"10261":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"500","session_id":"2046","saleable":"1"},"10271":{"time":"14:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"500","session_id":"3164","saleable":"1"},"10262":{"time":"14:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-23","pdate":"2017-07-23","version":"728","format":"500","session_id":"2048","saleable":"1"},"10272":{"time":"14:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-23","pdate":"2017-07-23","version":"728","format":"500","session_id":"3165","saleable":"1"}},"variants":{"730":{"title":"Avant-Premi\u00e8re: Cars 3","poster":{"14557":{"filename":"Cars_3_Poster_v2.jpg","uri":"public:\/\/posters\/Cars_3_Poster_v2.jpg","alt":null,"title":null}}},"728":{"title":"Avant-Premi\u00e8re: Cars 3","poster":{"14557":{"filename":"Cars_3_Poster_v2.jpg","uri":"public:\/\/posters\/Cars_3_Poster_v2.jpg","alt":null,"title":null}}}},"director":{"8209":{"title":"Brian Fee"}},"cast":{"1167":{"title":"Owen Wilson","image":{"filename":"owenwilson.jpg","uri":"public:\/\/persons\/owenwilson.jpg","alt":null,"title":null}},"9696":{"title":"Armie Hammer","image":{"filename":"armiehammer2.jpg","uri":"public:\/\/persons\/armiehammer2.jpg","alt":null,"title":null}},"3160":{"title":"Bonnie Hunt","image":{"filename":"bonniehunt.jpg","uri":"public:\/\/persons\/bonniehunt.jpg","alt":null,"title":null}},"2408":{"title":"Gilles Lellouche","image":{"filename":"gilleslellouche.jpg","uri":"public:\/\/persons\/gilleslellouche.jpg","alt":null,"title":null}},"645":{"title":"Guillaume Canet","image":{"filename":"guillaumecanet.jpg","uri":"public:\/\/persons\/guillaumecanet.jpg","alt":null,"title":null}},"2815":{"title":"Nicolas Duvauchelle","image":{"filename":"nicolasduvauchelle.jpg","uri":"public:\/\/persons\/nicolasduvauchelle.jpg","alt":null,"title":null}}},"small_synopsys":"Lightning McQueen sets out to prove to a new generation of racers that he\u0027s still the best race car in the world.\r\n\r\nLightning McQueen ist ein alter Hase im Rennzirkus \u2013 f\u00fcr manch einen schon zu alt und die Frage kommt auf, wann er seine aktive Karriere beendet. Doch vom Ruhestand will der rote Rennwagen nichts wissen, vielmehr steckt er sich ein neues ehrgeiziges Ziel.","stills":{"14751":{"filename":"cars3_still1.jpg","uri":"public:\/\/stills\/cars3_still1.jpg","alt":null,"title":null},"14752":{"filename":"cars3_still2.jpg","uri":"public:\/\/stills\/cars3_still2.jpg","alt":null,"title":null},"14753":{"filename":"cars3_still3.jpg","uri":"public:\/\/stills\/cars3_still3.jpg","alt":null,"title":null},"14754":{"filename":"cars3_still4.jpg","uri":"public:\/\/stills\/cars3_still4.jpg","alt":null,"title":null},"14755":{"filename":"cars3_still5.jpg","uri":"public:\/\/stills\/cars3_still5.jpg","alt":null,"title":null}},"trailers":{"14973":{"title":"Cars 3","image":{"filename":"cars3_A.jpg","uri":"public:\/\/stills\/cars3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Cars_3_OVBIL_v2_240p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_v2_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Cars_3_OVBIL_v2_360p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_v2_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Cars_3_OVBIL_v2_480p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_v2_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Cars_3_OVBIL_v2_720p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_v2_720p.mp4","filemime":"video\/mp4"}}},"14966":{"title":"Cars 3","image":{"filename":"cars3_A.jpg","uri":"public:\/\/stills\/cars3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Cars_3_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Cars_3_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Cars_3_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Cars_3_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Cars_3_OVBIL_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Cars_3_OVBIL_1080p.webm","uri":"public:\/\/trailers\/Cars_3_OVBIL_1080p.webm","filemime":"video\/webm"},"ogv":{"filename":"Cars_3_OVBIL_1080p.ogv","uri":"public:\/\/trailers\/Cars_3_OVBIL_1080p.ogv","filemime":"video\/ogg"}}},"15306":{"title":"cars3","image":{"filename":"cars3_A.jpg","uri":"public:\/\/stills\/cars3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"cars3_240p.mp4","uri":"public:\/\/trailers\/cars3_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"cars3_360p.mp4","uri":"public:\/\/trailers\/cars3_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"cars3_480p.mp4","uri":"public:\/\/trailers\/cars3_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"cars3_720p.mp4","uri":"public:\/\/trailers\/cars3_720p.mp4","filemime":"video\/mp4"}}},"14965":{"title":"Cars 3","image":{"filename":"cars3_A.jpg","uri":"public:\/\/stills\/cars3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Cars_3_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Cars_3_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Cars_3_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Cars_3_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_720p.mp4","filemime":"video\/mp4"}},"1080p":{"webm":{"filename":"Cars_3_OVFRDUB_1080p.webm","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_1080p.webm","filemime":"video\/webm"},"mp4":{"filename":"Cars_3_OVFRDUB_1080p.mp4","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_1080p.mp4","filemime":"video\/mp4"},"ogv":{"filename":"Cars_3_OVFRDUB_1080p.ogv","uri":"public:\/\/trailers\/Cars_3_OVFRDUB_1080p.ogv","filemime":"video\/ogg"}}},"14969":{"title":"Cars 3","image":{"filename":"cars3_A.jpg","uri":"public:\/\/stills\/cars3_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Cars_3_Teaser_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Cars_3_Teaser_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Cars_3_Teaser_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Cars_3_Teaser_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Cars_3_Teaser_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Cars_3_Teaser_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Cars_3_Teaser_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Cars_3_Teaser_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"738":"738","752":"752"},"type":{"684":"684"},"category":{"735":"735"},"poster":{"14557":{"filename":"Cars_3_Poster_v2.jpg","uri":"public:\/\/posters\/Cars_3_Poster_v2.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"116","related_movies":{"14974":"Cars 3"},"rating":{"708":"708"}},"mtype":"event","event":"Avant-Premi\u00e8re","main":true,"has_events":true,"order":99305},"14916":{"nid":"14916","title":" Andr\u00e9 Rieu\u0027s 2017 Maastricht Concert","changed":"1497442920","created":"1493773229","data":{"uuid":"45749","imdb":"tTMT390","release_date":"2017-07-22T00:00:00","programmation":{"6115":{"time":"20:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-22","pdate":"2017-07-22","version":"730","format":"497","session_id":"760","saleable":"1"},"6116":{"time":"15:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-23","pdate":"2017-07-23","version":"730","format":"497","session_id":"761","saleable":"1"}},"variants":{"730":{"title":"Concert: Andr\u00e9 Rieu\u0027s 2017 Maastricht Concert","poster":{"14363":{"filename":"AndreRieu_2017_PosterComato_NL.jpg","uri":"public:\/\/posters\/AndreRieu_2017_PosterComato_NL.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"14359":{"filename":"AndreRieu2017_still1_NL.jpg","uri":"public:\/\/stills\/AndreRieu2017_still1_NL.jpg","alt":null,"title":null},"14360":{"filename":"AndreRieu2017_still2_NL.jpg","uri":"public:\/\/stills\/AndreRieu2017_still2_NL.jpg","alt":null,"title":null},"14361":{"filename":"AndreRieu2017_still3_NL.jpg","uri":"public:\/\/stills\/AndreRieu2017_still3_NL.jpg","alt":null,"title":null}},"genre":{"750":"750"},"type":{"689":"689"},"poster":{"14363":{"filename":"AndreRieu_2017_PosterComato_NL.jpg","uri":"public:\/\/posters\/AndreRieu_2017_PosterComato_NL.jpg","alt":null,"title":null}},"country":{"155":"155"},"length":"185"},"mtype":"event","event":"Concert","main":true,"has_events":false,"order":99300},"11945":{"nid":"11945","title":" Cyrano de Bergerac","changed":"1499194620","created":"1490864524","data":{"uuid":"45329","imdb":"tTMT120","release_date":"2017-07-04T00:00:00","programmation":{"542":{"time":"16:00:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"497","session_id":"260","saleable":"1"},"543":{"time":"16:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-22","pdate":"2017-07-22","version":"728","format":"497","session_id":"157","saleable":"1"}},"variants":{"728":{"title":"Theatre: Cyrano de Bergerac","poster":{"13918":{"filename":"CoFr_CyranoBergerac_Poster_1.jpg","uri":"public:\/\/posters\/CoFr_CyranoBergerac_Poster_1.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"704":"704"},"poster":{"13918":{"filename":"CoFr_CyranoBergerac_Poster_1.jpg","uri":"public:\/\/posters\/CoFr_CyranoBergerac_Poster_1.jpg","alt":null,"title":null}},"length":"185","rating":{"709":"709"}},"mtype":"event","event":"Theatre","main":true,"has_events":false,"order":99300},"14976":{"nid":"14976","title":"Valerian and the City of a Thousand Planets","changed":"1499863920","created":"1493912959","field_movie_person_director":{"en":[{"nid":"963"}]},"field_movie_person_cast":{"en":[{"nid":"7838"},{"nid":"10203"},{"nid":"6293"},{"nid":"2436"},{"nid":"10174"},{"nid":"429"},{"nid":"3404"},{"nid":"8782"}]},"data":{"uuid":"45767","imdb":"tt2239822","release_date":"2017-07-26T00:00:00","programmation":{"12579":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-26","pdate":"2017-07-26","version":"730_393-313","format":"500","session_id":"4056","saleable":"1"},"12580":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-27","pdate":"2017-07-27","version":"730_393-313","format":"500","session_id":"4057","saleable":"1"},"12581":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-28","pdate":"2017-07-28","version":"730_393-313","format":"500","session_id":"4058","saleable":"1"},"12582":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-29","pdate":"2017-07-29","version":"730_393-313","format":"500","session_id":"4059","saleable":"1"},"12583":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-30","pdate":"2017-07-30","version":"730_393-313","format":"500","session_id":"4060","saleable":"1"},"12584":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-07-31","pdate":"2017-07-31","version":"730_393-313","format":"500","session_id":"4061","saleable":"1"},"12585":{"time":"19:00:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-08-01","pdate":"2017-08-01","version":"730_393-313","format":"500","session_id":"4062","saleable":"1"},"12586":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-26","pdate":"2017-07-26","version":"727","format":"500","session_id":"2548","saleable":"1"},"12587":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-27","pdate":"2017-07-27","version":"727","format":"500","session_id":"2549","saleable":"1"},"12588":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-28","pdate":"2017-07-28","version":"727","format":"500","session_id":"2550","saleable":"1"},"12589":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-29","pdate":"2017-07-29","version":"727","format":"500","session_id":"2551","saleable":"1"},"12590":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-30","pdate":"2017-07-30","version":"727","format":"500","session_id":"2552","saleable":"1"},"12591":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-07-31","pdate":"2017-07-31","version":"727","format":"500","session_id":"2553","saleable":"1"},"12592":{"time":"19:00:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-08-01","pdate":"2017-08-01","version":"727","format":"500","session_id":"2554","saleable":"1"}},"variants":{"730":{"title":"Valerian and the City of a Thousand Planets","poster":{"15431":{"filename":"valerianposter.jpg","uri":"public:\/\/posters\/valerianposter.jpg","alt":null,"title":null}}},"727":{"title":"Valerian and the City of a Thousand Planets","poster":{"15431":{"filename":"valerianposter.jpg","uri":"public:\/\/posters\/valerianposter.jpg","alt":null,"title":null}}}},"director":{"963":{"title":"Luc Besson"}},"cast":{"7838":{"title":"Dane DeHaan","image":{"filename":"Dane_DeHaan.jpg","uri":"public:\/\/persons\/Dane_DeHaan.jpg","alt":null,"title":null}},"10203":{"title":"Cara Delevingne","image":{"filename":"CaraDelevigne_ES.jpg","uri":"public:\/\/persons\/CaraDelevigne_ES.jpg","alt":null,"title":null}},"6293":{"title":"Clive Owen","image":{"filename":"cliveowen.jpg","uri":"public:\/\/persons\/cliveowen.jpg","alt":null,"title":null}},"2436":{"title":"Ethan Hawke","image":{"filename":"ethanhawke.jpg","uri":"public:\/\/persons\/ethanhawke.jpg","alt":null,"title":null}},"10174":{"title":"Rihanna","image":{"filename":"Rihanna_ES.jpg","uri":"public:\/\/persons\/Rihanna_ES.jpg","alt":null,"title":null}},"429":{"title":"Mathieu Kassovitz","image":{"filename":"MatthieuKassovitz.jpg","uri":"public:\/\/persons\/MatthieuKassovitz.jpg","alt":null,"title":null}},"3404":{"title":"Rutger Hauer","image":{"filename":"RutgerHauer_ES.jpg","uri":"public:\/\/persons\/RutgerHauer_ES.jpg","alt":null,"title":null}},"8782":{"title":"John Goodman","image":{"filename":"john_goodman.jpg","uri":"public:\/\/persons\/john_goodman.jpg","alt":null,"title":null}}},"small_synopsys":"A dark force threatens Alpha, a vast metropolis and home to species from a thousand planets. Special operatives Valerian and Laureline must race to identify the marauding menace and safeguard not just Alpha, but the future of the universe.\r\n\r\nIm 28. Jahrhundert sorgen der Spezialagent Valerian (Dane DeHaan) und seine Kollegin Laureline (Cara Delevingne) f\u00fcr Recht und Ordnung in der Galaxis.","stills":{"14735":{"filename":"valerianandthecityofthousandplanets_still3.jpg","uri":"public:\/\/stills\/valerianandthecityofthousandplanets_still3.jpg","alt":null,"title":null},"14736":{"filename":"valerianandthecityofthousandplanets_still2.jpg","uri":"public:\/\/stills\/valerianandthecityofthousandplanets_still2.jpg","alt":null,"title":null},"14737":{"filename":"valerianandthecityofthousandplanets_still4.jpg","uri":"public:\/\/stills\/valerianandthecityofthousandplanets_still4.jpg","alt":null,"title":null},"15059":{"filename":"valerian_still_1.jpg","uri":"public:\/\/stills\/valerian_still_1.jpg","alt":null,"title":null},"15060":{"filename":"valerian_still_2.jpg","uri":"public:\/\/stills\/valerian_still_2.jpg","alt":null,"title":null},"15061":{"filename":"valerian_still_3.jpg","uri":"public:\/\/stills\/valerian_still_3.jpg","alt":null,"title":null},"15326":{"filename":"Valerian_FP2.jpg","uri":"public:\/\/stills\/Valerian_FP2.jpg","alt":null,"title":null},"15327":{"filename":"Valerian_FP3.jpg","uri":"public:\/\/stills\/Valerian_FP3.jpg","alt":null,"title":null}},"trailers":{"15419":{"title":"Valerian","image":{"filename":"valerian_A.jpg","uri":"public:\/\/stills\/valerian_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Valerian_OVBIL_v3_240p.mp4","uri":"public:\/\/trailers\/Valerian_OVBIL_v3_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Valerian_OVBIL_v3_360p.mp4","uri":"public:\/\/trailers\/Valerian_OVBIL_v3_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Valerian_OVBIL_v3_480p.mp4","uri":"public:\/\/trailers\/Valerian_OVBIL_v3_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Valerian_OVBIL_v3_720p.mp4","uri":"public:\/\/trailers\/Valerian_OVBIL_v3_720p.mp4","filemime":"video\/mp4"}}},"15225":{"title":"NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub","image":{"filename":"valerian_A.jpg","uri":"public:\/\/stills\/valerian_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_Valerian-and-the-City-of-a-Thousand-Planets_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"14971":{"title":"Valerian and the City of a Thousand Planets","image":{"filename":"valerian_A.jpg","uri":"public:\/\/stills\/valerian_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_240p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_360p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_480p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_720p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15376":{"title":"frfrvalerian","image":{"filename":"valerian_A.jpg","uri":"public:\/\/stills\/valerian_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"frfrvalerian_240p.mp4","uri":"public:\/\/trailers\/frfrvalerian_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"frfrvalerian_360p.mp4","uri":"public:\/\/trailers\/frfrvalerian_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"frfrvalerian_480p.mp4","uri":"public:\/\/trailers\/frfrvalerian_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"frfrvalerian_720p.mp4","uri":"public:\/\/trailers\/frfrvalerian_720p.mp4","filemime":"video\/mp4"}}},"14970":{"title":"Valerian and the City of a Thousand Planets","image":{"filename":"valerian_A.jpg","uri":"public:\/\/stills\/valerian_A.jpg","alt":null,"title":null},"240p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/Valerian_and_the_city_of_a_Thousand_Planets_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"764":"764","736":"736","752":"752"},"category":{"735":"735","731":"731"},"poster":{"15431":{"filename":"valerianposter.jpg","uri":"public:\/\/posters\/valerianposter.jpg","alt":null,"title":null}},"country":{"77":"77"},"length":"137","rating":{"710":"710"}},"mtype":"movie","main":true,"has_events":false,"order":98900},"14757":{"nid":"14757","title":" Angels in America Part 2","changed":"1493902920","created":"1491911287","data":{"uuid":"45519","imdb":"tTMT386","release_date":"2017-07-27T00:00:00","programmation":{"2879":{"time":"20:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-27","pdate":"2017-07-27","version":"730","format":"497","session_id":"335","saleable":"1"}},"variants":{"730":{"title":"Theatre: Angels in America Part 2","poster":{"14126":{"filename":"angels_in_america.jpg","uri":"public:\/\/posters\/angels_in_america.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"704":"704"},"poster":{"14126":{"filename":"angels_in_america.jpg","uri":"public:\/\/posters\/angels_in_america.jpg","alt":null,"title":null}},"length":"225"},"mtype":"event","event":"Theatre","main":true,"has_events":false,"order":98800},"15046":{"nid":"15046","title":" Carmen","changed":"1494590220","created":"1494432884","data":{"uuid":"45850","imdb":"tTMT405","release_date":"2017-07-29T00:00:00","programmation":{"6758":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-07-29","pdate":"2017-07-29","version":"728_305","format":"497","session_id":"907","saleable":"1"}},"variants":{"728":{"title":"MET Summer Encores: Carmen","poster":{"14757":{"filename":"carmen_affiche.jpg","uri":"public:\/\/posters\/carmen_affiche.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"14725":{"filename":"carmen_960.jpg","uri":"public:\/\/stills\/carmen_960.jpg","alt":null,"title":null},"14726":{"filename":"CARMEN_2_960.jpg","uri":"public:\/\/stills\/CARMEN_2_960.jpg","alt":null,"title":null},"14727":{"filename":"CARMEN_4_960.jpg","uri":"public:\/\/stills\/CARMEN_4_960.jpg","alt":null,"title":null}},"type":{"698":"698"},"poster":{"14757":{"filename":"carmen_affiche.jpg","uri":"public:\/\/posters\/carmen_affiche.jpg","alt":null,"title":null}},"length":"180","rating":{"709":"709"}},"mtype":"event","event":"MET Summer Encores","main":true,"has_events":false,"order":98600},"15479":{"nid":"15479","title":" Axolotl Overkill","changed":"1499962620","created":"1499959003","data":{"uuid":"46378","imdb":"tt5061564","release_date":"2017-08-05T00:00:00","programmation":{"14422":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-08-05","pdate":"2017-08-05","version":"727","format":"497","session_id":"2170","saleable":"1"},"14423":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-08-12","pdate":"2017-08-12","version":"727","format":"497","session_id":"2169","saleable":"1"},"14424":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-08-19","pdate":"2017-08-19","version":"727","format":"497","session_id":"2168","saleable":"1"},"14425":{"time":"19:00:00","screen":"UCUTO-3","theater":"UCUTO","date":"2017-08-26","pdate":"2017-08-26","version":"727","format":"497","session_id":"2167","saleable":"1"}},"variants":{"727":{"title":"#Out Of The Box: Axolotl Overkill","poster":{"15620":{"filename":"axolotl_overkill.jpg","uri":"public:\/\/posters\/axolotl_overkill.jpg","alt":null,"title":null}}}},"small_synopsys":"Mifti, age 16, lives in Berlin with a cast of characters including her half-siblings; their rich, self-involved father; and her junkie friend Ophelia. As she mourns her recently deceased mother, she begins to develop an obsession with Alice, an enigmatic, and much older, white-collar criminal.\r\n\r\nObwohl sie etwas j\u00fcnger aussieht und sich verh\u00e4lt, als w\u00e4re sie wesentlich \u00e4lter, ist Mifti (Jasna Fritzi Bauer) erst 16 und lebt seit dem Tod ihrer Mutter mit ihren \u00e4lteren Halbgeschwistern Annika (Laura Tonke) und Edmond (Julius Feldmeier) in einer Wohngemeinschaft.","type":{"700":"700"},"category":{"718":"718"},"poster":{"15620":{"filename":"axolotl_overkill.jpg","uri":"public:\/\/posters\/axolotl_overkill.jpg","alt":null,"title":null}},"length":"94","rating":{"710":"710"}},"mtype":"event","event":"#Out Of The Box","main":true,"has_events":false,"order":97900},"15480":{"nid":"15480","title":" Obsession","changed":"1500030720","created":"1499964430","data":{"uuid":"46379","imdb":"tTMT475","release_date":"2017-08-17T00:00:00","programmation":{"14432":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-08-17","pdate":"2017-08-17","version":"730","format":"497","session_id":"2171","saleable":"1"}},"variants":{"730":{"title":"Theatre: Obsession","poster":{"15632":{"filename":"obsession.jpg","uri":"public:\/\/posters\/obsession.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"704":"704"},"poster":{"15632":{"filename":"obsession.jpg","uri":"public:\/\/posters\/obsession.jpg","alt":null,"title":null}},"length":"100","rating":{"710":"710"}},"mtype":"event","event":"Theatre","main":true,"has_events":false,"order":96700},"15476":{"nid":"15476","title":" The Hitman\u0027s Bodyguard","changed":"1500036420","created":"1499948160","field_movie_person_director":{"en":[{"nid":"7887"}]},"field_movie_person_cast":{"en":[{"nid":"6267"},{"nid":"4682"},{"nid":"3472"},{"nid":"3405"}]},"data":{"uuid":"46373","imdb":"tt1959563","release_date":"2017-08-18T00:00:00","programmation":{"14431":{"time":"19:30:00","screen":"UBVAL-1","theater":"UBVAL","date":"2017-08-18","pdate":"2017-08-18","version":"730_393-313","format":"497","session_id":"2938","saleable":"1"},"14434":{"time":"19:30:00","screen":"UKRCH-10","theater":"UKRCH","date":"2017-08-18","pdate":"2017-08-18","version":"730_393-313","format":"497","session_id":"4702","saleable":"1"}},"variants":{"730":{"title":"BBB: The Hitman\u0027s Bodyguard","poster":{"15172":{"filename":"hitmanbodyguard.jpg","uri":"public:\/\/posters\/hitmanbodyguard.jpg","alt":null,"title":null}}}},"director":{"7887":{"title":"Patrick Hughes II"}},"cast":{"6267":{"title":"Ryan Reynolds","image":{"filename":"ryan.jpg","uri":"public:\/\/persons\/ryan.jpg","alt":null,"title":null}},"4682":{"title":"Samuel L. Jackson","image":{"filename":"samuelljackson2.jpg","uri":"public:\/\/persons\/samuelljackson2.jpg","alt":null,"title":null}},"3472":{"title":"Gary Oldman","image":{"filename":"garyoldman.jpg","uri":"public:\/\/persons\/garyoldman.jpg","alt":null,"title":null}},"3405":{"title":"Salma Hayek","image":{"filename":"salmahayek.jpg","uri":"public:\/\/persons\/salmahayek.jpg","alt":null,"title":null}}},"small_synopsys":"The world\u0027s top bodyguard gets a new client, a hit man who must testify at the International Court of Justice. They must put their differences aside and work together to make it to the trial on time.\r\n\r\nMichael Bryce (Ryan Reynolds) ist der weltbeste Sicherheitsagent und Personensch\u00fctzer und wird als solcher ausgerechnet daf\u00fcr engagiert, den ber\u00fchmt-ber\u00fcchtigten Auftragskiller Darius Kincaid (Samuel L. Jackson) zu besch\u00fctzen.","stills":{"15287":{"filename":"Hitman_Bodyguard_Moviestill01.jpg","uri":"public:\/\/stills\/Hitman_Bodyguard_Moviestill01.jpg","alt":null,"title":null},"15501":{"filename":"HitmansBodyguard_still_1.jpg","uri":"public:\/\/stills\/HitmansBodyguard_still_1.jpg","alt":null,"title":null},"15502":{"filename":"HitmansBodyguard_still_2.jpg","uri":"public:\/\/stills\/HitmansBodyguard_still_2.jpg","alt":null,"title":null},"15503":{"filename":"HitmansBodyguard_still_3.jpg","uri":"public:\/\/stills\/HitmansBodyguard_still_3.jpg","alt":null,"title":null},"15504":{"filename":"HitmansBodyguard_still_4.jpg","uri":"public:\/\/stills\/HitmansBodyguard_still_4.jpg","alt":null,"title":null}},"trailers":{"15305":{"title":"NL_the_hitmans_bodyguard_ov_nlsub","240p":{"mp4":{"filename":"NL_the_hitmans_bodyguard_ov_nlsub_240p.mp4","uri":"public:\/\/trailers\/NL_the_hitmans_bodyguard_ov_nlsub_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"NL_the_hitmans_bodyguard_ov_nlsub_360p.mp4","uri":"public:\/\/trailers\/NL_the_hitmans_bodyguard_ov_nlsub_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"NL_the_hitmans_bodyguard_ov_nlsub_480p.mp4","uri":"public:\/\/trailers\/NL_the_hitmans_bodyguard_ov_nlsub_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"NL_the_hitmans_bodyguard_ov_nlsub_720p.mp4","uri":"public:\/\/trailers\/NL_the_hitmans_bodyguard_ov_nlsub_720p.mp4","filemime":"video\/mp4"}}},"15284":{"title":"The Hitman\u0027s Bodyguard","240p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVBIL_240p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVBIL_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVBIL_360p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVBIL_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVBIL_480p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVBIL_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVBIL_720p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVBIL_720p.mp4","filemime":"video\/mp4"}}},"15482":{"title":"The Hitman\u0027s Bodyguard","240p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVFRDUB_240p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVFRDUB_240p.mp4","filemime":"video\/mp4"}},"360p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVFRDUB_360p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVFRDUB_360p.mp4","filemime":"video\/mp4"}},"480p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVFRDUB_480p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVFRDUB_480p.mp4","filemime":"video\/mp4"}},"720p":{"mp4":{"filename":"The_Hitmans_Bodyguard_OVFRDUB_720p.mp4","uri":"public:\/\/trailers\/The_Hitmans_Bodyguard_OVFRDUB_720p.mp4","filemime":"video\/mp4"}}}},"genre":{"740":"740","736":"736"},"type":{"726":"726"},"poster":{"15172":{"filename":"hitmanbodyguard.jpg","uri":"public:\/\/posters\/hitmanbodyguard.jpg","alt":null,"title":null}},"country":{"231":"231"},"length":"118","related_movies":{"15286":"The Hitman\u0027s Bodyguard"},"rating":{"711":"711"}},"mtype":"event","event":"BBB","main":true,"has_events":true,"order":96605},"15473":{"nid":"15473","title":" American Valhalla","changed":"1500030720","created":"1499939158","data":{"uuid":"46365","imdb":"tt6875564","release_date":"2017-08-25T00:00:00","programmation":{"14430":{"time":"19:00:00","screen":"UBVAL-7","theater":"UBVAL","date":"2017-08-25","pdate":"2017-08-25","version":"730_313","format":"497","session_id":"2937","saleable":"1"},"14433":{"time":"19:00:00","screen":"UKRCH-7","theater":"UKRCH","date":"2017-08-25","pdate":"2017-08-25","version":"730_313","format":"497","session_id":"4701","saleable":"1"}},"variants":{"730":{"title":"Concert: American Valhalla","poster":{"15631":{"filename":"AmericanVahalla_FRFO.jpg","uri":"public:\/\/posters\/AmericanVahalla_FRFO.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"689":"689"},"poster":{"15631":{"filename":"AmericanVahalla_FRFO.jpg","uri":"public:\/\/posters\/AmericanVahalla_FRFO.jpg","alt":null,"title":null}},"length":"81","rating":{"710":"710"}},"mtype":"event","event":"Concert","main":true,"has_events":false,"order":95900},"15214":{"nid":"15214","title":"Kinepolis Live: John le Carr\u00e9","changed":"1496407920","created":"1496241875","data":{"uuid":"46017","imdb":"tTMT433","release_date":"2017-09-07T00:00:00","programmation":{"9211":{"time":"21:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-09-07","pdate":"2017-09-07","version":"730","format":"497","session_id":"1326","saleable":"1"}},"variants":{"730":{"title":"Kinepolis Live: John le Carr\u00e9","poster":{"15057":{"filename":"john_le_carr\u00e9.jpg","uri":"public:\/\/posters\/john_le_carr\u00e9.jpg","alt":null,"title":null}}}},"small_synopsys":"Broadcast live from London\u0027s Royal Festival Hall, join us for a celebration of one of the world\u2019s greatest writers as he shares the secrets behind the creation of his most beloved character.","poster":{"15057":{"filename":"john_le_carr\u00e9.jpg","uri":"public:\/\/posters\/john_le_carr\u00e9.jpg","alt":null,"title":null}},"length":"120","rating":{"709":"709"}},"mtype":"movie","main":true,"has_events":false,"order":94600},"15212":{"nid":"15212","title":" David Gilmour - Live at Pompeii","changed":"1499159520","created":"1496238271","data":{"uuid":"46009","imdb":"tTMT428","release_date":"2017-09-13T00:00:00","programmation":{"9148":{"time":"19:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-09-13","pdate":"2017-09-13","version":"730","format":"497","session_id":"1823","saleable":"1"},"9149":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-09-13","pdate":"2017-09-13","version":"730","format":"497","session_id":"1325","saleable":"1"}},"variants":{"730":{"title":"Concert: David Gilmour - Live at Pompeii","poster":{"15037":{"filename":"davidgilmourliveatpompeii_poster_nl.jpg","uri":"public:\/\/posters\/davidgilmourliveatpompeii_poster_nl.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"15032":{"filename":"davidgilmourliveatpompeii_still1_nl.jpg","uri":"public:\/\/stills\/davidgilmourliveatpompeii_still1_nl.jpg","alt":null,"title":null}},"genre":{"762":"762"},"type":{"689":"689"},"poster":{"15037":{"filename":"davidgilmourliveatpompeii_poster_nl.jpg","uri":"public:\/\/posters\/davidgilmourliveatpompeii_poster_nl.jpg","alt":null,"title":null}},"country":{"228":"228"},"length":"0","rating":{"709":"709"}},"mtype":"event","event":"Concert","main":true,"has_events":false,"order":94000},"14661":{"nid":"14661","title":" Yerma","changed":"1493902620","created":"1491304488","data":{"uuid":"45451","imdb":"tTMT384","release_date":"2017-09-21T00:00:00","programmation":{"3049":{"time":"20:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-09-21","pdate":"2017-09-21","version":"730_305","format":"497","session_id":"340","saleable":"1"}},"variants":{"730":{"title":"Theatre: Yerma","poster":{"14125":{"filename":"yerma.jpg","uri":"public:\/\/posters\/yerma.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"704":"704"},"poster":{"14125":{"filename":"yerma.jpg","uri":"public:\/\/posters\/yerma.jpg","alt":null,"title":null}},"length":"120","rating":{"709":"709"}},"mtype":"event","event":"Theatre","main":true,"has_events":false,"order":93200},"15331":{"nid":"15331","title":" Black Sabbath: The End of the End","changed":"1499159820","created":"1497541440","data":{"uuid":"46172","imdb":"tTMT434","release_date":"2017-09-28T00:00:00","programmation":{"12594":{"time":"19:00:00","screen":"UKRCH-9","theater":"UKRCH","date":"2017-09-28","pdate":"2017-09-28","version":"730","format":"497","session_id":"4063","saleable":"1"},"12593":{"time":"20:00:00","screen":"UBVAL-4","theater":"UBVAL","date":"2017-09-28","pdate":"2017-09-28","version":"730","format":"497","session_id":"2555","saleable":"1"}},"variants":{"730":{"title":"Concert: Black Sabbath: The End of the End","poster":{"15368":{"filename":"Black_Sabbath_PosterComato.jpg","uri":"public:\/\/posters\/Black_Sabbath_PosterComato.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"15300":{"filename":"BlackSabbathEndoftheEnd_Still1.jpg","uri":"public:\/\/stills\/BlackSabbathEndoftheEnd_Still1.jpg","alt":null,"title":null}},"genre":{"762":"762"},"type":{"689":"689"},"poster":{"15368":{"filename":"Black_Sabbath_PosterComato.jpg","uri":"public:\/\/posters\/Black_Sabbath_PosterComato.jpg","alt":null,"title":null}},"country":{"228":"228"},"length":"120","rating":{"710":"710"}},"mtype":"event","event":"Concert","main":true,"has_events":false,"order":92500},"15235":{"nid":"15235","title":" EOS: Canaletto \u0026 the art of Venice","changed":"1496409420","created":"1496398536","data":{"uuid":"46044","imdb":"tTMT437","release_date":"2017-09-26T00:00:00","programmation":{"9223":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-10-12","pdate":"2017-10-12","version":"730","format":"497","session_id":"1462","saleable":"1"},"9224":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-10-15","pdate":"2017-10-15","version":"730","format":"497","session_id":"1463","saleable":"1"}},"variants":{"730":{"title":"Art au cin\u00e9ma: EOS: Canaletto \u0026 the art of Venice","poster":{"15079":{"filename":"canaletto.jpg","uri":"public:\/\/posters\/canaletto.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"692":"692"},"poster":{"15079":{"filename":"canaletto.jpg","uri":"public:\/\/posters\/canaletto.jpg","alt":null,"title":null}},"length":"85","rating":{"709":"709"}},"mtype":"event","event":"Art au cin\u00e9ma","main":true,"has_events":false,"order":91100},"15234":{"nid":"15234","title":" EOS: David Hockney","changed":"1496409720","created":"1496396734","data":{"uuid":"46043","imdb":"tTMT438","release_date":"2017-11-21T00:00:00","programmation":{"9221":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-11-28","pdate":"2017-11-28","version":"730","format":"497","session_id":"1464","saleable":"1"},"9222":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2017-12-03","pdate":"2017-12-03","version":"730","format":"497","session_id":"1465","saleable":"1"}},"variants":{"730":{"title":"Art au cin\u00e9ma: EOS: David Hockney","poster":{"15081":{"filename":"hockney.jpg","uri":"public:\/\/posters\/hockney.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"692":"692"},"poster":{"15081":{"filename":"hockney.jpg","uri":"public:\/\/posters\/hockney.jpg","alt":null,"title":null}},"length":"85","rating":{"709":"709"}},"mtype":"event","event":"Art au cin\u00e9ma","main":true,"has_events":false,"order":86400},"15236":{"nid":"15236","title":" EOS: C\u00e9zanne - Portraits of a Life","changed":"1496409720","created":"1496398536","data":{"uuid":"46045","imdb":"tTMT439","release_date":"2018-01-23T00:00:00","programmation":{"9225":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2018-03-11","pdate":"2018-03-11","version":"730","format":"497","session_id":"1467","saleable":"1"}},"variants":{"730":{"title":"Art au cin\u00e9ma: EOS: C\u00e9zanne - Portraits of a Life","poster":{"15082":{"filename":"cezanne.jpg","uri":"public:\/\/posters\/cezanne.jpg","alt":null,"title":null}}}},"small_synopsys":"","type":{"692":"692"},"poster":{"15082":{"filename":"cezanne.jpg","uri":"public:\/\/posters\/cezanne.jpg","alt":null,"title":null}},"length":"85","rating":{"709":"709"}},"mtype":"event","event":"Art au cin\u00e9ma","main":true,"has_events":false,"order":76100},"15215":{"nid":"15215","title":" EOS: Vincent Van Gogh","changed":"1496409720","created":"1496241875","data":{"uuid":"46013","imdb":"kk16892","release_date":"2018-03-20T00:00:00","programmation":{"9219":{"time":"19:00:00","screen":"UCUTO-1","theater":"UCUTO","date":"2018-03-29","pdate":"2018-03-29","version":"730_313","format":"497","session_id":"1468","saleable":"1"},"9220":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2018-04-01","pdate":"2018-04-01","version":"730_313","format":"497","session_id":"1469","saleable":"1"}},"variants":{"730":{"title":"Art au cin\u00e9ma: EOS: Vincent Van Gogh","poster":{"15080":{"filename":"Van-Gogh_540x810.jpg","uri":"public:\/\/posters\/Van-Gogh_540x810.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"15038":{"filename":"van-gogh1_780x520.jpg","uri":"public:\/\/stills\/van-gogh1_780x520.jpg","alt":null,"title":null},"15039":{"filename":"vangogh2_780x520.jpg","uri":"public:\/\/stills\/vangogh2_780x520.jpg","alt":null,"title":null}},"type":{"692":"692"},"poster":{"15080":{"filename":"Van-Gogh_540x810.jpg","uri":"public:\/\/posters\/Van-Gogh_540x810.jpg","alt":null,"title":null}},"length":"90","rating":{"709":"709"}},"mtype":"event","event":"Art au cin\u00e9ma","main":true,"has_events":false,"order":74300},"15213":{"nid":"15213","title":" EOS: I, Claude Monet","changed":"1496409720","created":"1496240080","data":{"uuid":"46010","imdb":"tTMT183","release_date":"2018-03-20T00:00:00","programmation":{"9218":{"time":"16:30:00","screen":"UCUTO-1","theater":"UCUTO","date":"2018-05-27","pdate":"2018-05-27","version":"730_313","format":"497","session_id":"1471","saleable":"1"}},"variants":{"730":{"title":"Art au cin\u00e9ma: EOS: I, Claude Monet","poster":{"15033":{"filename":"Monet.jpg","uri":"public:\/\/posters\/Monet.jpg","alt":null,"title":null}}}},"small_synopsys":"","stills":{"15034":{"filename":"Monet_kunst_still3.jpg","uri":"public:\/\/stills\/Monet_kunst_still3.jpg","alt":null,"title":null},"15035":{"filename":"Monet_kunst_still2.jpg","uri":"public:\/\/stills\/Monet_kunst_still2.jpg","alt":null,"title":null},"15036":{"filename":"Monet_kunst_still1.jpg","uri":"public:\/\/stills\/Monet_kunst_still1.jpg","alt":null,"title":null}},"type":{"692":"692"},"poster":{"15033":{"filename":"Monet.jpg","uri":"public:\/\/posters\/Monet.jpg","alt":null,"title":null}},"length":"85","rating":{"709":"709"}},"mtype":"event","event":"Art au cin\u00e9ma","main":true,"has_events":false,"order":68400}},"theater":"all","theater_from_url":0,"date":"all","confirm_theater_selection":false,"visible_rows":{"1":6,"2":6,"3":6,"4":6,"5":6}},"kinepolis_preferences":{"preferred_theater":false},"extlink":{"extTarget":"_blank","extClass":0,"extLabel":"(link is external)","extImgClass":0,"extSubdomains":1,"extExclude":"kinepolis.com","extInclude":"","extCssExclude":"","extCssExplicit":"","extAlert":0,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","mailtoClass":0,"mailtoLabel":"(link sends e-mail)"},"kinepolis_mobile":{"responsive":true},"kinepolis_alerts":{"alert_source":null},"urlIsAjaxTrusted":{"\/en\/":true,"\/en\/kinepolis_movie_filter_presales?destination=kinepolis_movie_filter_presales":true},"kinepolis_openx":{"banners":[{"block_id":"kinepolis-openx-banner","openx_zone_id":403,"display_for_tablet":false},{"block_id":"kinepolis-openx-banner--2","openx_zone_id":404,"display_for_tablet":false},{"block_id":"kinepolis-openx-banner--3","openx_zone_id":405,"display_for_tablet":false}]},"kinepolis_legal_cookie":{"disableCookie":0,"cookieName":"kinepolisLegalCookie","cookieExpire":"31"},"kinepolis_external_banners":{"enabled":true},"kinepolis_extdl":{"pto":{"general":{"top":"380","left":"374","right":"377"},"home":{"top":"381","left":"375","right":"378"},"nothome":{"top":"382","left":"376","right":"379"}},"leaderboard":{"general":"371","home":"372","nothome":"373"},"homepage":true},"movie_program":{"movie_program_analytics_js":"https:\/\/messagent.kinepolis.com\/optiext\/webtracker.dll","movie_program_megatix_url":"https:\/\/www.megatix.be","movie_program_alias":["movies","films","peliculas","filme"]}});</script>
<!--[if lt IE 9]>
<script src="/en/sites/all/themes/contrib/zen/js/html5-respond.js"></script>
<![endif]-->
</head>
<body class="html front not-logged-in no-sidebars page-kinepolis-movie-filter-presales" >
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K763M3K"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K763M3K');</script>
<!-- End Google Tag Manager -->
<p id="skip-link">
<a href="#main-menu" class="element-invisible element-focusable">Jump to navigation</a>
</p>
<div id="warnings-top">
<div id="warnings-placeholder"></div>
</div>
<div id="page">
<div id="pto-top">
<div id="pto-placeholder">
<div id= "takeover-top" class="takeover-image" data-zone-region="top" data-zone-loc="home"></div>
<div id= "takeover-left" class="takeover-image" data-zone-region="left" data-zone-loc="home"></div>
<div id= "takeover-right" class="takeover-image" data-zone-region="right" data-zone-loc="home"></div>
</div>
</div>
<div id="leaderboard-top">
<div id="leaderboard-placeholder">
<div id="leaderboard-content-top" class="leaderboard-content-image" data-zone-loc="home"></div>
</div>
</div>
<header class="header" id="header" role="banner">
<div id="kp-background-image"></div>
<div id="header-header-top" class="region-max-width">
<div class="region region-header-top">
<div class="region-inner">
<div id="block-kinepolis-kinepolis-site-logo" class="block block-kinepolis first odd">
<div class="inner-block">
<a href="/en/" title="Home" rel="home" id="logo" class="header__logo"><img class="header__logo-image" width="215" height="42" src="/en/sites/all/themes/custom/kinepolis_zen/logo.png" alt="Home" /></a> </div>
</div>
<div id="block-search-form" class="block block-search first odd" role="search">
<div class="inner-block">
<form action="/en/" method="post" id="search-block-form" accept-charset="UTF-8"><div><div class="container-inline">
<h2 class="element-invisible">Search form</h2>
<div class="form-item form-type-textfield form-item-search-block-form">
<label class="element-invisible" for="edit-search-block-form--2">Search </label>
<input title="Enter the terms you wish to search for." placeholder="Search movies, events, actors..." type="text" id="edit-search-block-form--2" name="search_block_form" value="" size="15" maxlength="128" class="form-text" />
</div>
<div class="form-actions form-wrapper" id="edit-actions"><div id="search-icon-submit"><i class="fa fa-search fa-flip-horizontal"></i><input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /></div></div><input type="hidden" name="form_build_id" value="form-O4tWEIqAPYEP5Skqc_RYTq9wligqzjQX1Xk103SqBYY" />
<input type="hidden" name="form_id" value="search_block_form" />
</div>
</div></form> </div>
</div>
<div id="block-kinepolis-kinepolis-controller-login" class="block block-kinepolis odd">
<div class="inner-block">
<div id="kinepolis-contoller-login-wrapper">Log in</div> </div>
</div>
<div id="block-kinepolis-kinepolis-controller-menu" class="block block-kinepolis last even">
<div class="inner-block">
<div id="kinepolis-contoller-menu-wrapper"><i class="fa fa-bars"></i>
Menu</div> </div>
</div>
</div>
</div>
</div>
<div id="header-header-middle" class="region-max-width">
<div class="region region-header-middle">
<div class="region-inner">
<div id="block-kinepolis-slider-kinepolis-slider" class="block block-kinepolis-slider first last odd">
<div class="inner-block">
<div class="kinepolis-slider-slider" data-ratio="24:7" data-visible-slide="1"><div class="kinepolis-slider-slider-inner"><div class="kinepolis-slider-directions kinepolis-slider-prev" data-slide="prev"><i class="fa fa-angle-left"></i>
</div><div class="kinepolis-slider-directions kinepolis-slider-next" data-slide="next"><i class="fa fa-angle-right"></i>
</div><div class="kinepolis-slider-slides kinepolis-slider-auto"><div class="item-list"><ul class="kinepolis-slider-list"><li class="first"><div data-zone-id="393" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="394" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="395" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="396" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="397" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="398" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="399" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="400" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="401" class="init-extdl slider-init-hold"></div></li>
<li class="last"><div data-zone-id="402" class="init-extdl slider-init-hold"></div></li>
</ul></div></div></div></div> </div>
</div>
</div>
</div>
</div>
<div id="header-header-bottom" class="region-max-width">
</div>
<div id="header-hidden-left" class="region-max-width">
<div class="region region-header-hidden-left">
<div class="region-inner">
<div id="block-menu-block-2" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<div class="hamburger-header"><h2 class="block__title block-title">Menu</h2>
<div class="hamburger-action"><i class="fa fa-close hamburger-close"></i>
</div></div> <div class="menu-block-wrapper menu-block-2 menu-name-menu-main-menu-zen parent-mlid-0 menu-level-1">
<ul class="menu"><li class="menu__item is-expanded first expanded menu-mlid-1162"><a href="/en/cinemas" title="" class="menu__link hamburger-open-child" data-hamburger-link="1162">Cinemas<i class="fa fa-angle-right"></i>
</a><div class="hamburger-sub-menu" id="hamburger-sub-menu-1162"><div class="hamburger-sub-menu-wrapper"><div class="hamburger-header"><h3>Cinemas</h3>
<div class="hamburger-action"><i class="fa fa-arrow-left hamburger-return"></i>
<i class="fa fa-close hamburger-close"></i>
</div></div><ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1165"><a href="/en/cinemas/kinepolis-kirchberg/info" title="" class="menu__link">Kinepolis Kirchberg</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1164"><a href="/en/cinemas/kinepolis-belval/info" title="" class="menu__link">Kinepolis Belval</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1163"><a href="/en/cinemas/cine-utopia/info" title="" class="menu__link">Ciné Utopia</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1175"><a href="/en/cinemas/cine-le-paris/info" title="" class="menu__link">Ciné Le Paris</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1172"><a href="/en/cinemas/cine-orion/info" title="" class="menu__link">Ciné Orion</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1177"><a href="/en/cinemas/cine-prabbeli/info" title="" class="menu__link">Ciné Prabbeli</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1174"><a href="/en/cinemas/cine-scala-diekirch/info-0" title="" class="menu__link">Ciné Scala Diekirch</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1171"><a href="/en/cinemas/cine-starlight/info" title="" class="menu__link">Ciné Starlight</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1173"><a href="/en/cinemas/cine-sura/info" title="" class="menu__link">Ciné Sura</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1176"><a href="/en/cinemas/cinemaacher/info" title="" class="menu__link">Cinémaacher</a></li>
</ul></div></div></li>
<li class="menu__item is-active is-expanded expanded active menu-mlid-1168"><a href="/en/" title="" class="menu__link hamburger-open-child active" data-hamburger-link="1168">Events<i class="fa fa-angle-right"></i>
</a><div class="hamburger-sub-menu" id="hamburger-sub-menu-1168"><div class="hamburger-sub-menu-wrapper"><div class="hamburger-header"><h3>Events</h3>
<div class="hamburger-action"><i class="fa fa-arrow-left hamburger-return"></i>
<i class="fa fa-close hamburger-close"></i>
</div></div><ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1170"><a href="/en/taxonomy/term/692/" title="" class="menu__link">Art at the cinema</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1200"><a href="/en/movie-categories/ballet" title="Ballet" class="menu__link">Ballet</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1201"><a href="/en/movie-categories/beer-burgers-blockbusters" title="Burgers, Beer & Blockbuster" class="menu__link">Burgers, Beer & Blockbuster</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1202"><a href="/en/movie-categories/cine-breakfast" title="Ciné Breakfast" class="menu__link">Ciné Breakfast</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1203"><a href="/en/movie-categories/concert" title="Concert" class="menu__link">Concert</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1205"><a href="https://kinepolisluxembourg.lu/en/festivals_cycles" title="Festivals & Cycles" class="menu__link">Festivals & Cycles</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1206"><a href="/en/movie-categories/ladies-night" title="Ladies' Night" class="menu__link">Ladies' Night</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1207"><a href="/en/movie-categories/marathon" title="Marathon" class="menu__link">Marathon</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1208"><a href="/en/movie-categories/obscure-night" title="Obscure Night" class="menu__link">Obscure Night</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1209"><a href="/en/movie-categories/opera-movies" title="Opera at the movies" class="menu__link">Opera at the movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1255"><a href="/en/movie-categories/other-events" title="Other Events" class="menu__link">Other Events</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1199"><a href="/en/movie-categories/preview" title="Preview" class="menu__link">Preview</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1210"><a href="/en/movie-categories/sneak-preview" title="Sneak Preview" class="menu__link">Sneak Preview</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1211"><a href="/en/movie-categories/theatre-movies" title="Theatre at the movies" class="menu__link">Theatre at the movies</a></li>
</ul></div></div></li>
<li class="menu__item is-active is-expanded expanded active menu-mlid-1169"><a href="/en/" title="" class="menu__link hamburger-open-child active" data-hamburger-link="1169">Films<i class="fa fa-angle-right"></i>
</a><div class="hamburger-sub-menu" id="hamburger-sub-menu-1169"><div class="hamburger-sub-menu-wrapper"><div class="hamburger-header"><h3>Films</h3>
<div class="hamburger-action"><i class="fa fa-arrow-left hamburger-return"></i>
<i class="fa fa-close hamburger-close"></i>
</div></div><ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1238"><a href="/en/movie-categories/outofthebox" title="Discover new alternative movies" class="menu__link">#OutOfTheBox</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1237"><a href="/en/movie-categories/bollywood" title="Bollywood movies" class="menu__link">Bollywood</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1240"><a href="/en/movie-categories/coup-de-coeur" title="Coup de coeur" class="menu__link">Coup de coeur</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1204"><a href="/en/movie-categories/documentary" title="Documentary" class="menu__link">Documentary</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1239"><a href="/en/movie-categories/family" title="Family" class="menu__link">Family</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1241"><a href="/en/movie-categories/italian-movie" title="Italian movies" class="menu__link">Italian movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1242"><a href="/en/movie-categories/luxembourgish-movie" title="Luxembourgish movies" class="menu__link">Luxembourgish movies</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1243"><a href="/en/movie-categories/portuguese-movies" title="Portuguese movies" class="menu__link">Portuguese movies</a></li>
</ul></div></div></li>
<li class="menu__item is-leaf leaf menu-mlid-1220"><a href="https://kinepolisluxembourg.lu/en/my_kinepolis_infos" title="My Kinepolis Infos" class="menu__link">My Kinepolis</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1219"><a href="/en/advantagecards" title="Advantage Cards" class="menu__link">Advantage Cards</a></li>
<li class="menu__item is-active is-expanded expanded active menu-mlid-1454"><a href="/en/" title="Offers" class="menu__link hamburger-open-child active" data-hamburger-link="1454">Offers<i class="fa fa-angle-right"></i>
</a><div class="hamburger-sub-menu" id="hamburger-sub-menu-1454"><div class="hamburger-sub-menu-wrapper"><div class="hamburger-header"><h3>Offers</h3>
<div class="hamburger-action"><i class="fa fa-arrow-left hamburger-return"></i>
<i class="fa fa-close hamburger-close"></i>
</div></div><ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1234"><a href="https://kinepolisluxembourg.lu/en/anniversary-screening" title="Anniversary screenings" class="menu__link">Anniversary screening</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1455"><a href="https://kinepolisluxembourg.lu/en/orange_wednesdays" title="Orange Wednesdays" class="menu__link">Orange Wednesdays</a></li>
</ul></div></div></li>
<li class="menu__item is-leaf leaf menu-mlid-1235"><a href="https://kinepolisluxembourg.lu/en/events-movies" title="Flyer Events & Movies" class="menu__link">Events & Movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1256"><a href="https://kinepolisluxembourg.lu/en/b2b" title="business to business informations" class="menu__link">B to B</a></li>
<li class="menu__item is-active is-expanded expanded active menu-mlid-1227"><a href="/en/" title="" class="menu__link hamburger-open-child active" data-hamburger-link="1227">Contact & FAQ<i class="fa fa-angle-right"></i>
</a><div class="hamburger-sub-menu" id="hamburger-sub-menu-1227"><div class="hamburger-sub-menu-wrapper"><div class="hamburger-header"><h3>Contact & FAQ</h3>
<div class="hamburger-action"><i class="fa fa-arrow-left hamburger-return"></i>
<i class="fa fa-close hamburger-close"></i>
</div></div><ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1452"><a href="https://kinepolisluxembourg.lu/en/contact" title="Contact us" class="menu__link">Contact</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1232"><a href="/en/faq-category/actions-and-contests" title="FAQ - Actions & contests" class="menu__link">Actions & contests</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1233"><a href="/en/faq-category/btob" title="FAQ - Business to business" class="menu__link">B to B</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1230"><a href="/en/faq-category/showtimes-programming" title="FAQ - Showtimes" class="menu__link">Showtimes</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1229"><a href="/en/faq-category/tickets-tariffs" title="FAQ - Tickets & Fees" class="menu__link">Tickets & Tariffs</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1228"><a href="/en/faq-category/website-and-apps" title="FAQ - Website and Apps" class="menu__link">Website and Apps</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1231"><a href="/en/faq-category/information-about-cinema" title="FAQ - Information about the cinema" class="menu__link">infos about the cinema </a></li>
</ul></div></div></li>
<li class="menu__item is-leaf last leaf menu-mlid-1451"><a href="https://kinepolisluxembourg.lu/en/myopinion" title="" class="menu__link">My opinion</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
<div id="header-hidden-right" class="region-max-width">
<div class="region region-header-hidden-right">
<div class="region-inner">
<div id="block-kinepolis-social-media-register-now" class="block block-kinepolis-social-media first odd">
<div class="inner-block">
<div class="hamburger-header"><h2 class="block__title block-title">Create account</h2>
<div class="hamburger-action"><i class="fa fa-close hamburger-close"></i>
</div></div> <form class="user-info-from-cookie" enctype="multipart/form-data" action="/en/" method="post" id="user-register-form" accept-charset="UTF-8"><div><div id="edit-account" class="form-wrapper"><input class="username" type="hidden" name="name" value="" />
<div class="form-item form-type-textfield form-item-mail">
<label for="edit-mail">E-mail address <span class="form-required" title="This field is required.">*</span></label>
<input title="E-mail" placeholder="E-mail" type="text" id="edit-mail" name="mail" value="" size="60" maxlength="254" class="form-text required" />
</div>
</div><input type="hidden" name="form_build_id" value="form-2dd_RtFmlLOOj5QDnoA2pnw6_gX821HxebPfLsSF9MA" />
<input type="hidden" name="form_id" value="user_register_form" />
<a href="/en/node/-1">What is My Kinepolis?</a><div class="form-actions form-wrapper" id="edit-actions--2"><input type="submit" id="edit-submit--2" name="op" value="Create new account" class="form-submit" /></div></div></form> </div>
</div>
<div id="block-user-login" class="block block-user even" role="form">
<div class="inner-block">
<div class="hamburger-header"><h2 class="block__title block-title">Log in</h2>
</div> <form action="/en/kinepolis_movie_filter_presales?destination=kinepolis_movie_filter_presales" method="post" id="user-login-form" accept-charset="UTF-8"><div><div class="form-item form-type-textfield form-item-name">
<label for="edit-name--2">Username <span class="form-required" title="This field is required.">*</span></label>
<input title="Username" placeholder="Username" type="text" id="edit-name--2" name="name" value="" size="15" maxlength="60" class="form-text required" />
</div>
<div class="form-item form-type-password form-item-pass">
<label for="edit-pass">Password <span class="form-required" title="This field is required.">*</span></label>
<input autocomplete="off" title="Password" placeholder="Password" type="password" id="edit-pass" name="pass" size="15" maxlength="128" class="form-text required" />
</div>
<div class="item-list"><ul><li class="first last">Forgot <a href="/en/user/password">password</a>?</li>
</ul></div><input type="hidden" name="form_build_id" value="form-dGgMM1gNlJRz3yebJgbVOZIB1KHZoprXSw7VmK3_FNM" />
<input type="hidden" name="form_id" value="user_login_block" />
<div class="form-actions form-wrapper" id="edit-actions--3"><input class="button form-submit" type="submit" id="edit-submit--3" name="op" value="Log in" /></div></div></form> </div>
</div>
<div id="block-kinepolis-fb-kinepolis-fb-login-block" class="block block-kinepolis-fb last odd">
<div class="inner-block">
<div class="hamburger-header"><h2 class="block__title block-title">Log in with facebook</h2>
</div> <div class="fb-login-button" data-goto="user"><span class="fb-login-logo"></span>
<span class="fb-login-text">Connect with facebook</span>
</div> </div>
</div>
</div>
</div>
</div>
</header>
<!--<nav id="navigation">
<div id="social-icons">
<div id="social-icons-inner">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-pinterest-p"></i>
</div>
</div>
</nav>-->
<div id="main">
<div id="content" class="column" role="main">
<a id="main-content"></a>
<h1 class="page__title title" id="page-title">All movies</h1>
<div id="messages-placeholder">
</div>
<div id="kinepolis-movie-overview-filter"><div id="kinepolis-movie-filter"><div id="kinepolis-movie-filter-select-theater"><div id="kinepolis-movie-filter-select-theater-wrapper"><div id="kinepolis-movie-filter-theater"><div id="kinepolis-movie-filter-link-theater" class=""><a href="/en/%23"><i class="fa-plus-circle fa"></i>
Select theater</a></div><div id="kinepolis-movie-filter-select-theaters-wrapper"><a href="/en/cinemas/cine-le-paris" class=""><i class="fa-circle-o fa"></i>
Ciné Le Paris</a><a href="/en/cinemas/cine-orion" class=""><i class="fa-circle-o fa"></i>
Ciné Orion</a><a href="/en/cinemas/cine-prabbeli" class=""><i class="fa-circle-o fa"></i>
Ciné Prabbeli</a><a href="/en/kinepolis_movie_filter_presales/CSCDI" class=""><i class="fa-circle-o fa"></i>
Ciné Scala Diekirch</a><a href="/en/cinemas/cine-starlight" class=""><i class="fa-circle-o fa"></i>
Ciné Starlight</a><a href="/en/cinemas/cine-sura" class=""><i class="fa-circle-o fa"></i>
Ciné Sura</a><a href="/en/cinemas/cin%C3%A9-utopia" class=""><i class="fa-circle-o fa"></i>
Ciné Utopia</a><a href="/en/cinemas/cinemaacher" class=""><i class="fa-circle-o fa"></i>
Cinémaacher</a><a href="/en/cinemas/kinepolis-belval" class=""><i class="fa-circle-o fa"></i>
Kinepolis Belval</a><a href="/en/cinemas/kinepolis-kirchberg" class=""><i class="fa-circle-o fa"></i>
Kinepolis Kirchberg</a></div></div></div></div><div id="kinepolis-movie-filter-upper"><div id="kinepolis-movie-filter-upper-wrapper"><div id="kinepolis-movie-filter-links"><div id="kinepolis-movie-filter-link-1" class="kinepolis-movie-filter-links kinepolis-movie-filter-link-active"><a href="/en/kinepolis_movie_filter_presales" class="active"><i class="fa-check fa"></i>
All movies</a></div><div id="kinepolis-movie-filter-link-2" class="kinepolis-movie-filter-links"><a href="/en/kinepolis_movie_filter_now"><i class="fa-circle-o fa"></i>
Today</a></div><div id="kinepolis-movie-filter-link-3" class="kinepolis-movie-filter-links"><a href="/en/upcoming"><i class="fa-circle-o fa"></i>
Upcoming</a></div></div><div id="kinepolis-movie-filter-level-one"><div class="mainfilter-item mainfilter-select_date"><div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="date" data-sort="prog" id="filter-select-date"><option value="all">- Select date -</option><option value="2017-07-14">Today - 14/07/2017</option><option value="2017-07-15">Tomorrow - 15/07/2017</option><option value="2017-07-16">16/07/2017</option><option value="2017-07-17">17/07/2017</option><option value="2017-07-18">18/07/2017</option><option value="2017-07-19">19/07/2017</option><option value="2017-07-20">20/07/2017</option><option value="2017-07-21">21/07/2017</option><option value="2017-07-22">22/07/2017</option><option value="2017-07-23">23/07/2017</option><option value="2017-07-24">24/07/2017</option><option value="2017-07-25">25/07/2017</option><option value="2017-07-26">26/07/2017</option><option value="2017-07-27">27/07/2017</option><option value="2017-07-28">28/07/2017</option><option value="2017-07-29">29/07/2017</option><option value="2017-07-30">30/07/2017</option><option value="2017-07-31">31/07/2017</option><option value="2017-08-01">01/08/2017</option><option value="2017-08-05">05/08/2017</option><option value="2017-08-12">12/08/2017</option><option value="2017-08-17">17/08/2017</option><option value="2017-08-18">18/08/2017</option><option value="2017-08-19">19/08/2017</option><option value="2017-08-25">25/08/2017</option><option value="2017-08-26">26/08/2017</option><option value="2017-09-07">07/09/2017</option><option value="2017-09-13">13/09/2017</option><option value="2017-09-21">21/09/2017</option><option value="2017-09-28">28/09/2017</option><option value="2017-10-12">12/10/2017</option><option value="2017-10-15">15/10/2017</option><option value="2017-11-28">28/11/2017</option><option value="2017-12-03">03/12/2017</option><option value="2018-03-11">11/03/2018</option><option value="2018-03-29">29/03/2018</option><option value="2018-04-01">01/04/2018</option><option value="2018-05-27">27/05/2018</option></select>
</div>
</div></div><div id="mainfilter-explanation" class="explanation-closed"><i class="fa fa-question-circle"></i>
</div><div id="kinepolis-movie-filter-subtrigger"><div class="form-item"><div class="toggle-sub-filter"><i class="fa fa-search-plus"></i><button id="filter-trigger-subfilter">More</button>
</div></div></div></div></div><div id="kinepolis-movie-filter-message"><div id="kinepolis-movie-filter-message-wrapper"><i class="fa fa-caret-up"></i>
<p>Complete showtimes are available until 18-07-2017. A new complete list until 25-07-2017 will be available from 17-07-2017 18:00.</p>
<i class="fa fa-close"></i>
</div></div><div><div id="kinepolis-movie-filter-downer"><div id="kinepolis-movie-filter-downer-wrapper" class="kinepolis-movie-filter-downer-wrapper-presales"><div class="subfilter-item"><label for="filter-select-category">Label</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="category" data-sort="movie" id="filter-select-category"><option value="all">- Select label -</option><option value="718">#OutOfTheBox</option><option value="735">3D</option><option value="719">Coup de cœur</option><option value="715">Family</option><option value="731">French movies</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-type">Events</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="type" data-sort="movie" id="filter-select-type"><option value="all">- Select event -</option><option value="692">Art at the cinema</option><option value="726">Beer, Burgers & Blockbusters</option><option value="689">Concert</option><option value="693">Obscure Night</option><option value="698">Opera at the movies</option><option value="700">Other events</option><option value="684">Preview</option><option value="704">Theatre at the movies</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-genre">Genre</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="genre" data-sort="movie" id="filter-select-genre"><option value="all">- Select genre -</option><option value="736">Action</option><option value="752">Adventure</option><option value="738">Animation</option><option value="739">Biopic</option><option value="740">Comedy</option><option value="746">Documentary</option><option value="747">Drama</option><option value="750">Fantasy</option><option value="757">Historical</option><option value="759">Horror/Thriller</option><option value="737">Love / romance</option><option value="762">Music</option><option value="764">Sci-Fi</option><option value="765">Thriller</option><option value="756">War</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-rating">Official rating</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="rating" data-sort="movie" id="filter-select-rating"><option value="all">- Select rating -</option><option value="708">Enfants admis</option><option value="710">admitted from the age of 12</option><option value="711">admitted from the age of 16</option><option value="709">admitted from the age of 6</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-country">Country</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="country" data-sort="movie" id="filter-select-country"><option value="all">- Select country -</option><option value="33">British Indian Ocean Territory</option><option value="77">France</option><option value="84">Germany</option><option value="155">Netherlands, The</option><option value="231">USA</option><option value="228">United Kingdom</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-version">Version</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="version" data-sort="prog" id="filter-select-version"><option value="all">- Select version -</option><option value="728">French version</option><option value="728_305">French version (Subtitles: English)</option><option value="727">German version</option><option value="730">Original version</option><option value="730_393-313">Original version (Subtitles: Dutch/French)</option><option value="730_305">Original version (Subtitles: English)</option><option value="730_313">Original version (Subtitles: French)</option><option value="730_313-302">Original version (Subtitles: French/German)</option></select>
</div>
</div><div class="subfilter-item"><label for="filter-select-format">Format</label>
<div class="form-item form-type-select">
<select class="no-jquery-selectbox kinepolis-movie-filter-chosen-widget-multi form-select" data-name="format" data-sort="prog" id="filter-select-format"><option value="all">- Select format -</option><option value="497">2D</option><option value="500">3D</option></select>
</div>
</div><div class="subfilter-item"><div class="form-item"><div class="undo-submit"><i class="fa fa-undo"></i><button class="kinepolis-movie-filter-chosen-widget-multi kinepolis-movie-filter-reset-filter" id="filter-reset-filter">Reset filters</button>
</div></div></div></div></div></div></div></div><div id="kinepolis-movie-overview-movies"><div id="movie-container-content" class="no-show-purchase-items"><div id="movie-container-14962" data-main-section="presales" data-movie-nid="14962" data-parent="14962" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/war-planet-apes" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14962" data-movie-nid="14962" data-parent="14962" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/WarForThePlanetOfTheApes_poster.jpg" width="220" height="330" alt="The movie poster of The War for the Planet of the Apes" title="The War for the Planet of the Apes" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week">This week</p>
<p class="movie-overview-title"><a href="/en/films/war-planet-apes" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14962" data-movie-nid="14962" data-parent="14962" data-theater="all" data-date="all">The War for the Planet of the Apes</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14962" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14962" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15092" data-main-section="presales" data-movie-nid="15092" data-parent="15092" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/song-song" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15092" data-movie-nid="15092" data-parent="15092" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/songtosong_poster_comato.jpg" width="220" height="330" alt="The movie poster of Song to Song" title="Song to Song" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week">This week</p>
<p class="movie-overview-title"><a href="/en/films/song-song" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15092" data-movie-nid="15092" data-parent="15092" data-theater="all" data-date="all">Song to Song</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15092" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15092" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14988" data-main-section="presales" data-movie-nid="14988" data-parent="14988" data-theater="all" data-date="all" data-related="15302" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/spider-man-homecoming" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14988" data-movie-nid="14988" data-parent="14988" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/spidermanhomecoming_poster.jpg" width="220" height="330" alt="The movie poster of Spider-Man: Homecoming" title="Spider-Man: Homecoming" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/spider-man-homecoming" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14988" data-movie-nid="14988" data-parent="14988" data-theater="all" data-date="all">Spider-Man: Homecoming</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14988" data-rel="15302" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14988" data-rel="15302" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15302" data-main-section="presales" data-movie-nid="15302" data-parent="15302" data-theater="all" data-date="all" data-related="14988" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/preview">Avant-Première</a></p>
</div><a href="/en/films/avant-premiere-spider-man-homecoming" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15302" data-movie-nid="15302" data-parent="15302" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/spidermanhomecoming_poster.jpg" width="220" height="330" alt="The movie poster of Spider-Man: Homecoming" title=" Spider-Man: Homecoming" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week">This week</p>
<p class="movie-overview-title"><a href="/en/films/avant-premiere-spider-man-homecoming" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15302" data-movie-nid="15302" data-parent="15302" data-theater="all" data-date="all"> Spider-Man: Homecoming</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15302" data-rel="14988" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15302" data-rel="14988" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15090" data-main-section="presales" data-movie-nid="15090" data-parent="15090" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/una" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15090" data-movie-nid="15090" data-parent="15090" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/una.jpg" width="220" height="330" alt="The movie poster of Una" title="Una" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week">This week</p>
<p class="movie-overview-title"><a href="/en/films/una" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15090" data-movie-nid="15090" data-parent="15090" data-theater="all" data-date="all">Una</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15090" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15090" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15020" data-main-section="presales" data-movie-nid="15020" data-parent="15020" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/opera-movies">MET Summer Encores</a></p>
</div><a href="/en/films/met-summer-encores-nabucco" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15020" data-movie-nid="15020" data-parent="15020" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Nabucco_FRFO1.jpg" width="220" height="330" alt="The movie poster of Nabucco" title=" Nabucco" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week">This week</p>
<p class="movie-overview-title"><a href="/en/films/met-summer-encores-nabucco" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15020" data-movie-nid="15020" data-parent="15020" data-theater="all" data-date="all"> Nabucco</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15020" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15020" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14956" data-main-section="presales" data-movie-nid="14956" data-parent="14956" data-theater="all" data-date="all" data-related="15270" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/despicable-me-3" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14956" data-movie-nid="14956" data-parent="14956" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/despicableme3_poster.jpg" width="220" height="330" alt="The movie poster of Despicable Me 3" title="Despicable Me 3" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/despicable-me-3" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14956" data-movie-nid="14956" data-parent="14956" data-theater="all" data-date="all">Despicable Me 3</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14956" data-rel="15270" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14956" data-rel="15270" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14789" data-main-section="presales" data-movie-nid="14789" data-parent="14789" data-theater="all" data-date="all" data-related="15229" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/baywatch" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14789" data-movie-nid="14789" data-parent="14789" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/baywatch_poster.jpg" width="220" height="330" alt="The movie poster of Baywatch" title="Baywatch" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/baywatch" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14789" data-movie-nid="14789" data-parent="14789" data-theater="all" data-date="all">Baywatch</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14789" data-rel="15229" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14789" data-rel="15229" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14955" data-main-section="presales" data-movie-nid="14955" data-parent="14955" data-theater="all" data-date="all" data-related="15283" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/transformers-last-knight" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14955" data-movie-nid="14955" data-parent="14955" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Transformers_The_Last_Knight_Poster_v2.jpg" width="220" height="330" alt="The movie poster of Transformers: The Last Knight" title="Transformers: The Last Knight" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/transformers-last-knight" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14955" data-movie-nid="14955" data-parent="14955" data-theater="all" data-date="all">Transformers: The Last Knight</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14955" data-rel="15283" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14955" data-rel="15283" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11929" data-main-section="presales" data-movie-nid="11929" data-parent="11929" data-theater="all" data-date="all" data-related="14914" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/wonder-woman" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11929" data-movie-nid="11929" data-parent="11929" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/wonderwoman_poster.jpg" width="220" height="330" alt="The movie poster of Wonder Woman" title="Wonder Woman" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/wonder-woman" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11929" data-movie-nid="11929" data-parent="11929" data-theater="all" data-date="all">Wonder Woman</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11929" data-rel="14914" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11929" data-rel="14914" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11957" data-main-section="presales" data-movie-nid="11957" data-parent="11957" data-theater="all" data-date="all" data-related="15007" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/pirates-caribbean-salazars-revenge" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11957" data-movie-nid="11957" data-parent="11957" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/POTC5_Comato_Poster_VO.jpg" width="220" height="330" alt="The movie poster of Pirates of the Caribbean: Salazar's Revenge" title="Pirates of the Caribbean: Salazar's Revenge" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/pirates-caribbean-salazars-revenge" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11957" data-movie-nid="11957" data-parent="11957" data-theater="all" data-date="all">Pirates of the Caribbean: Salazar's Revenge</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11957" data-rel="15007" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11957" data-rel="15007" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15364" data-main-section="presales" data-movie-nid="15364" data-parent="15364" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/das-pubertier" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15364" data-movie-nid="15364" data-parent="15364" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Das_Pubertier_Poster_v2.jpg" width="220" height="330" alt="The movie poster of Das Pubertier" title="Das Pubertier" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/das-pubertier" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15364" data-movie-nid="15364" data-parent="15364" data-theater="all" data-date="all">Das Pubertier</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15364" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15364" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15299" data-main-section="presales" data-movie-nid="15299" data-parent="15299" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/47-meters-down" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15299" data-movie-nid="15299" data-parent="15299" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/47-Meters-Down_ps_comato-high.jpg" width="220" height="330" alt="The movie poster of 47 Meters Down" title="47 Meters Down" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/47-meters-down" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15299" data-movie-nid="15299" data-parent="15299" data-theater="all" data-date="all">47 Meters Down</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15299" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15299" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15091" data-main-section="presales" data-movie-nid="15091" data-parent="15091" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/le-grand-mechant-renard-autres-contes" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15091" data-movie-nid="15091" data-parent="15091" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/LeGrandMechantRenard_FRFO.jpg" width="220" height="330" alt="The movie poster of Le Grand Méchant Renard (& autres contes)" title="Le Grand Méchant Renard (& autres contes)" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/le-grand-mechant-renard-autres-contes" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15091" data-movie-nid="15091" data-parent="15091" data-theater="all" data-date="all">Le Grand Méchant Renard (& autres contes)</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15091" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15091" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11971" data-main-section="presales" data-movie-nid="11971" data-parent="11971" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/boss-baby" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11971" data-movie-nid="11971" data-parent="11971" data-theater="all" data-date="all"><img src="/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/The_Boss_Baby_Poster_v2.jpg" width="220" height="330" alt="The movie poster of Boss Baby" title="Boss Baby" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/boss-baby" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11971" data-movie-nid="11971" data-parent="11971" data-theater="all" data-date="all">Boss Baby</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11971" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11971" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11954" data-main-section="presales" data-movie-nid="11954" data-parent="11954" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/les-schtroumpfs-et-le-village-perdu" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11954" data-movie-nid="11954" data-parent="11954" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/The_Smurfs_The_Lost_Village_Poster_v2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Les Schtroumpfs et le village perdu" title="Les Schtroumpfs et le village perdu" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/les-schtroumpfs-et-le-village-perdu" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11954" data-movie-nid="11954" data-parent="11954" data-theater="all" data-date="all">Les Schtroumpfs et le village perdu</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11954" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11954" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15301" data-main-section="presales" data-movie-nid="15301" data-parent="15301" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/viceroys-house" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15301" data-movie-nid="15301" data-parent="15301" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/viceroyshouse_poster2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Viceroy's House" title="Viceroy's House" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/viceroys-house" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15301" data-movie-nid="15301" data-parent="15301" data-theater="all" data-date="all">Viceroy's House</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15301" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15301" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15093" data-main-section="presales" data-movie-nid="15093" data-parent="15093" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/ce-qui-nous-lie" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15093" data-movie-nid="15093" data-parent="15093" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/CeQuiNousLie_FRFO.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Ce qui nous lie" title="Ce qui nous lie" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/ce-qui-nous-lie" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15093" data-movie-nid="15093" data-parent="15093" data-theater="all" data-date="all">Ce qui nous lie</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15093" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15093" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14936" data-main-section="presales" data-movie-nid="14936" data-parent="14936" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/les-fantomes-dismael" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14936" data-movie-nid="14936" data-parent="14936" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/ismael.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Les fantômes d'Ismaël" title="Les fantômes d'Ismaël" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/les-fantomes-dismael" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14936" data-movie-nid="14936" data-parent="14936" data-theater="all" data-date="all">Les fantômes d'Ismaël</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14936" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14936" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15245" data-main-section="presales" data-movie-nid="15245" data-parent="15245" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/visages-villages" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15245" data-movie-nid="15245" data-parent="15245" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/visagesvillages_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Visages, villages" title="Visages, villages" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/visages-villages" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15245" data-movie-nid="15245" data-parent="15245" data-theater="all" data-date="all">Visages, villages</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15245" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15245" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14604" data-main-section="presales" data-movie-nid="14604" data-parent="14604" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/hanni-nanni-mehr-als-beste-freunde" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14604" data-movie-nid="14604" data-parent="14604" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/HanniNanni_CH.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Hanni & Nanni: Mehr als beste Freunde" title="Hanni & Nanni: Mehr als beste Freunde" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/hanni-nanni-mehr-als-beste-freunde" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14604" data-movie-nid="14604" data-parent="14604" data-theater="all" data-date="all">Hanni & Nanni: Mehr als beste Freunde</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14604" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14604" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11920" data-main-section="presales" data-movie-nid="11920" data-parent="11920" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/mummy" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11920" data-movie-nid="11920" data-parent="11920" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/themummy_poster_comato.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of The Mummy" title="The Mummy" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/mummy" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11920" data-movie-nid="11920" data-parent="11920" data-theater="all" data-date="all">The Mummy</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11920" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11920" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15209" data-main-section="presales" data-movie-nid="15209" data-parent="15209" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/la-fille-de-brest" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15209" data-movie-nid="15209" data-parent="15209" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/LaFilledeBrest_FRFO.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of La fille de Brest" title="La fille de Brest" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/la-fille-de-brest" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15209" data-movie-nid="15209" data-parent="15209" data-theater="all" data-date="all">La fille de Brest</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15209" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15209" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15094" data-main-section="presales" data-movie-nid="15094" data-parent="15094" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/all-eyez-me" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15094" data-movie-nid="15094" data-parent="15094" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/AllEyezOnMe_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of All Eyez on Me" title="All Eyez on Me" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/all-eyez-me" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15094" data-movie-nid="15094" data-parent="15094" data-theater="all" data-date="all">All Eyez on Me</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15094" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15094" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15330" data-main-section="presales" data-movie-nid="15330" data-parent="15330" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/return-montauk" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15330" data-movie-nid="15330" data-parent="15330" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/ReturnToMontauk_Poster_1.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Return to Montauk" title="Return to Montauk" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/return-montauk" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15330" data-movie-nid="15330" data-parent="15330" data-theater="all" data-date="all">Return to Montauk</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15330" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15330" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11889" data-main-section="presales" data-movie-nid="11889" data-parent="11889" data-theater="all" data-date="all" data-related="14759" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/django" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11889" data-movie-nid="11889" data-parent="11889" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/django_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Django" title="Django" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/django" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11889" data-movie-nid="11889" data-parent="11889" data-theater="all" data-date="all">Django</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11889" data-rel="14759" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11889" data-rel="14759" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11881" data-main-section="presales" data-movie-nid="11881" data-parent="11881" data-theater="all" data-date="all" data-related="15163" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/sense-ending" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11881" data-movie-nid="11881" data-parent="11881" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/thesenseofanending_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of The Sense of an Ending" title="The Sense of an Ending" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/sense-ending" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11881" data-movie-nid="11881" data-parent="11881" data-theater="all" data-date="all">The Sense of an Ending</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11881" data-rel="15163" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11881" data-rel="15163" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15232" data-main-section="presales" data-movie-nid="15232" data-parent="15232" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/promise" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15232" data-movie-nid="15232" data-parent="15232" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/primose.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of The Promise" title="The Promise" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/promise" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15232" data-movie-nid="15232" data-parent="15232" data-theater="all" data-date="all">The Promise</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15232" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15232" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14993" data-main-section="presales" data-movie-nid="14993" data-parent="14993" data-theater="all" data-date="all" data-related="15001" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/it-comes-night" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14993" data-movie-nid="14993" data-parent="14993" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/ItComesAtNight_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of It Comes at Night" title="It Comes at Night" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/it-comes-night" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14993" data-movie-nid="14993" data-parent="14993" data-theater="all" data-date="all">It Comes at Night</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14993" data-rel="15001" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14993" data-rel="15001" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14786" data-main-section="presales" data-movie-nid="14786" data-parent="14786" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/rodin" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14786" data-movie-nid="14786" data-parent="14786" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Rodin_FRFO.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Rodin" title="Rodin" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/rodin" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14786" data-movie-nid="14786" data-parent="14786" data-theater="all" data-date="all">Rodin</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14786" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14786" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15300" data-main-section="presales" data-movie-nid="15300" data-parent="15300" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/ko" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15300" data-movie-nid="15300" data-parent="15300" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/ko_poster1.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of K.O." title="K.O." /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/ko" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15300" data-movie-nid="15300" data-parent="15300" data-theater="all" data-date="all">K.O.</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15300" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15300" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15089" data-main-section="presales" data-movie-nid="15089" data-parent="15089" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/mon-poussin" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15089" data-movie-nid="15089" data-parent="15089" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/mon-poussin-affiche.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Mon poussin" title="Mon poussin" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/mon-poussin" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15089" data-movie-nid="15089" data-parent="15089" data-theater="all" data-date="all">Mon poussin</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15089" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15089" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14937" data-main-section="presales" data-movie-nid="14937" data-parent="14937" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/lamant-double" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14937" data-movie-nid="14937" data-parent="14937" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Amant_double.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of L'Amant double" title="L'Amant double" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/lamant-double" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14937" data-movie-nid="14937" data-parent="14937" data-theater="all" data-date="all">L'Amant double</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14937" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14937" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11951" data-main-section="presales" data-movie-nid="11951" data-parent="11951" data-theater="all" data-date="all" data-related="14876" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/alien-covenant" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11951" data-movie-nid="11951" data-parent="11951" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/AlienCovenant_CH.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Alien: Covenant" title="Alien: Covenant" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/alien-covenant" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11951" data-movie-nid="11951" data-parent="11951" data-theater="all" data-date="all">Alien: Covenant</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11951" data-rel="14876" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11951" data-rel="14876" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15137" data-main-section="presales" data-movie-nid="15137" data-parent="15137" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/marie-francine" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15137" data-movie-nid="15137" data-parent="15137" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/mariefrancine_poster2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Marie-Francine" title="Marie-Francine" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/marie-francine" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15137" data-movie-nid="15137" data-parent="15137" data-theater="all" data-date="all">Marie-Francine</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15137" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15137" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11953" data-main-section="presales" data-movie-nid="11953" data-parent="11953" data-theater="all" data-date="all" data-related="14765" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/guardians-galaxy-vol-2" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11953" data-movie-nid="11953" data-parent="11953" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/guardiansofthegalaxyvol2_poster.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Guardians of the Galaxy Vol. 2" title="Guardians of the Galaxy Vol. 2" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/guardians-galaxy-vol-2" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11953" data-movie-nid="11953" data-parent="11953" data-theater="all" data-date="all">Guardians of the Galaxy Vol. 2</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11953" data-rel="14765" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11953" data-rel="14765" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15350" data-main-section="presales" data-movie-nid="15350" data-parent="15350" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/howards-end" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15350" data-movie-nid="15350" data-parent="15350" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/howards_end.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Howards End" title="Howards End" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/howards-end" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15350" data-movie-nid="15350" data-parent="15350" data-theater="all" data-date="all">Howards End</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15350" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15350" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15417" data-main-section="presales" data-movie-nid="15417" data-parent="15417" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/other-events">#Out Of The Box</a></p>
</div><a href="/en/films/out-box-la-region-salvaje" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15417" data-movie-nid="15417" data-parent="15417" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/la_region_salvaje2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of La región salvaje" title=" La región salvaje" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/out-box-la-region-salvaje" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15417" data-movie-nid="15417" data-parent="15417" data-theater="all" data-date="all"> La región salvaje</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15417" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15417" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15293" data-main-section="presales" data-movie-nid="15293" data-parent="15293" data-theater="all" data-date="all" data-related="15294" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/obscure-night">Obscure Night</a></p>
</div><a href="/en/films/obscure-night-wish-upon" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15293" data-movie-nid="15293" data-parent="15293" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/wish_upon.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Wish Upon" title=" Wish Upon" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/obscure-night-wish-upon" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15293" data-movie-nid="15293" data-parent="15293" data-theater="all" data-date="all"> Wish Upon</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15293" data-rel="15294" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15293" data-rel="15294" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14751" data-main-section="presales" data-movie-nid="14751" data-parent="14751" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/theatre-movies">Theatre</a></p>
</div><a href="/en/films/theatre-angels-america-part-1" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14751" data-movie-nid="14751" data-parent="14751" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/angels_in_america.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Angels in America Part 1" title=" Angels in America Part 1" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/theatre-angels-america-part-1" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14751" data-movie-nid="14751" data-parent="14751" data-theater="all" data-date="all"> Angels in America Part 1</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14751" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14751" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14975" data-main-section="presales" data-movie-nid="14975" data-parent="14975" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/dunkirk" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14975" data-movie-nid="14975" data-parent="14975" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Dunkirk_Poster_v2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Dunkirk" title="Dunkirk" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/dunkirk" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14975" data-movie-nid="14975" data-parent="14975" data-theater="all" data-date="all">Dunkirk</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14975" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14975" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15292" data-main-section="presales" data-movie-nid="15292" data-parent="15292" data-theater="all" data-date="all" data-related="14974" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/preview">Avant-Première</a></p>
</div><a href="/en/films/avant-premiere-cars-3" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15292" data-movie-nid="15292" data-parent="15292" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Cars_3_Poster_v2.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Cars 3" title=" Cars 3" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/avant-premiere-cars-3" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15292" data-movie-nid="15292" data-parent="15292" data-theater="all" data-date="all"> Cars 3</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15292" data-rel="14974" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15292" data-rel="14974" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14916" data-main-section="presales" data-movie-nid="14916" data-parent="14916" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/concert">Concert</a></p>
</div><a href="/en/films/concert-andre-rieus-2017-maastricht-concert" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14916" data-movie-nid="14916" data-parent="14916" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/AndreRieu_2017_PosterComato_NL.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of André Rieu's 2017 Maastricht Concert" title=" André Rieu's 2017 Maastricht Concert" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/concert-andre-rieus-2017-maastricht-concert" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14916" data-movie-nid="14916" data-parent="14916" data-theater="all" data-date="all"> André Rieu's 2017 Maastricht Concert</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14916" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14916" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-11945" data-main-section="presales" data-movie-nid="11945" data-parent="11945" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/theatre-movies">Theatre</a></p>
</div><a href="/en/films/theatre-cyrano-de-bergerac" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11945" data-movie-nid="11945" data-parent="11945" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/CoFr_CyranoBergerac_Poster_1.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Cyrano de Bergerac" title=" Cyrano de Bergerac" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/theatre-cyrano-de-bergerac" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-11945" data-movie-nid="11945" data-parent="11945" data-theater="all" data-date="all"> Cyrano de Bergerac</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="11945" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="11945" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14976" data-main-section="presales" data-movie-nid="14976" data-parent="14976" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/valerian-and-city-thousand-planets" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14976" data-movie-nid="14976" data-parent="14976" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/valerianposter.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Valerian and the City of a Thousand Planets" title="Valerian and the City of a Thousand Planets" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/valerian-and-city-thousand-planets" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14976" data-movie-nid="14976" data-parent="14976" data-theater="all" data-date="all">Valerian and the City of a Thousand Planets</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14976" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14976" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14757" data-main-section="presales" data-movie-nid="14757" data-parent="14757" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/theatre-movies">Theatre</a></p>
</div><a href="/en/films/theatre-angels-america-part-2" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14757" data-movie-nid="14757" data-parent="14757" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/angels_in_america.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Angels in America Part 2" title=" Angels in America Part 2" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/theatre-angels-america-part-2" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14757" data-movie-nid="14757" data-parent="14757" data-theater="all" data-date="all"> Angels in America Part 2</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14757" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14757" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15046" data-main-section="presales" data-movie-nid="15046" data-parent="15046" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/opera-movies">MET Summer Encores</a></p>
</div><a href="/en/films/met-summer-encores-carmen" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15046" data-movie-nid="15046" data-parent="15046" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/carmen_affiche.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Carmen" title=" Carmen" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/met-summer-encores-carmen" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15046" data-movie-nid="15046" data-parent="15046" data-theater="all" data-date="all"> Carmen</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15046" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15046" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15479" data-main-section="presales" data-movie-nid="15479" data-parent="15479" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/other-events">#Out Of The Box</a></p>
</div><a href="/en/films/out-box-axolotl-overkill" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15479" data-movie-nid="15479" data-parent="15479" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/axolotl_overkill.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Axolotl Overkill" title=" Axolotl Overkill" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/out-box-axolotl-overkill" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15479" data-movie-nid="15479" data-parent="15479" data-theater="all" data-date="all"> Axolotl Overkill</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15479" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15479" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15480" data-main-section="presales" data-movie-nid="15480" data-parent="15480" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/theatre-movies">Theatre</a></p>
</div><a href="/en/films/theatre-obsession" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15480" data-movie-nid="15480" data-parent="15480" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/obsession.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Obsession" title=" Obsession" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/theatre-obsession" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15480" data-movie-nid="15480" data-parent="15480" data-theater="all" data-date="all"> Obsession</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15480" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15480" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15476" data-main-section="presales" data-movie-nid="15476" data-parent="15476" data-theater="all" data-date="all" data-related="15286" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/beer-burgers-blockbusters">BBB</a></p>
</div><a href="/en/films/bbb-hitmans-bodyguard" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15476" data-movie-nid="15476" data-parent="15476" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/hitmanbodyguard.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of The Hitman's Bodyguard" title=" The Hitman's Bodyguard" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/bbb-hitmans-bodyguard" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15476" data-movie-nid="15476" data-parent="15476" data-theater="all" data-date="all"> The Hitman's Bodyguard</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15476" data-rel="15286" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15476" data-rel="15286" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15473" data-main-section="presales" data-movie-nid="15473" data-parent="15473" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/concert">Concert</a></p>
</div><a href="/en/films/concert-american-valhalla" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15473" data-movie-nid="15473" data-parent="15473" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/AmericanVahalla_FRFO.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of American Valhalla" title=" American Valhalla" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/concert-american-valhalla" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15473" data-movie-nid="15473" data-parent="15473" data-theater="all" data-date="all"> American Valhalla</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15473" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15473" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15214" data-main-section="presales" data-movie-nid="15214" data-parent="15214" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-movie"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><a href="/en/films/kinepolis-live-john-le-carre" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15214" data-movie-nid="15214" data-parent="15214" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/john_le_carr%C3%A9.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Kinepolis Live: John le Carré" title="Kinepolis Live: John le Carré" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/kinepolis-live-john-le-carre" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15214" data-movie-nid="15214" data-parent="15214" data-theater="all" data-date="all">Kinepolis Live: John le Carré</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15214" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15214" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15212" data-main-section="presales" data-movie-nid="15212" data-parent="15212" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/concert">Concert</a></p>
</div><a href="/en/films/concert-david-gilmour-live-pompeii" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15212" data-movie-nid="15212" data-parent="15212" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/davidgilmourliveatpompeii_poster_nl.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of David Gilmour - Live at Pompeii" title=" David Gilmour - Live at Pompeii" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/concert-david-gilmour-live-pompeii" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15212" data-movie-nid="15212" data-parent="15212" data-theater="all" data-date="all"> David Gilmour - Live at Pompeii</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15212" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15212" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-14661" data-main-section="presales" data-movie-nid="14661" data-parent="14661" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/theatre-movies">Theatre</a></p>
</div><a href="/en/films/theatre-yerma" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14661" data-movie-nid="14661" data-parent="14661" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/yerma.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Yerma" title=" Yerma" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/theatre-yerma" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-14661" data-movie-nid="14661" data-parent="14661" data-theater="all" data-date="all"> Yerma</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="14661" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="14661" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15331" data-main-section="presales" data-movie-nid="15331" data-parent="15331" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/concert">Concert</a></p>
</div><a href="/en/films/concert-black-sabbath-end-end" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15331" data-movie-nid="15331" data-parent="15331" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Black_Sabbath_PosterComato.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of Black Sabbath: The End of the End" title=" Black Sabbath: The End of the End" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/concert-black-sabbath-end-end" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15331" data-movie-nid="15331" data-parent="15331" data-theater="all" data-date="all"> Black Sabbath: The End of the End</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15331" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15331" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15235" data-main-section="presales" data-movie-nid="15235" data-parent="15235" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/art-cinema">Art au cinéma</a></p>
</div><a href="/en/films/art-au-cinema-eos-canaletto-art-venice" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15235" data-movie-nid="15235" data-parent="15235" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/canaletto.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of EOS: Canaletto & the art of Venice" title=" EOS: Canaletto & the art of Venice" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/art-au-cinema-eos-canaletto-art-venice" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15235" data-movie-nid="15235" data-parent="15235" data-theater="all" data-date="all"> EOS: Canaletto & the art of Venice</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15235" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15235" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15234" data-main-section="presales" data-movie-nid="15234" data-parent="15234" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/art-cinema">Art au cinéma</a></p>
</div><a href="/en/films/art-au-cinema-eos-david-hockney" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15234" data-movie-nid="15234" data-parent="15234" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/hockney.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of EOS: David Hockney" title=" EOS: David Hockney" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/art-au-cinema-eos-david-hockney" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15234" data-movie-nid="15234" data-parent="15234" data-theater="all" data-date="all"> EOS: David Hockney</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15234" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15234" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15236" data-main-section="presales" data-movie-nid="15236" data-parent="15236" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/art-cinema">Art au cinéma</a></p>
</div><a href="/en/films/art-au-cinema-eos-cezanne-portraits-life" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15236" data-movie-nid="15236" data-parent="15236" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/cezanne.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of EOS: Cézanne - Portraits of a Life" title=" EOS: Cézanne - Portraits of a Life" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/art-au-cinema-eos-cezanne-portraits-life" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15236" data-movie-nid="15236" data-parent="15236" data-theater="all" data-date="all"> EOS: Cézanne - Portraits of a Life</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15236" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15236" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15215" data-main-section="presales" data-movie-nid="15215" data-parent="15215" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/art-cinema">Art au cinéma</a></p>
</div><a href="/en/films/art-au-cinema-eos-vincent-van-gogh" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15215" data-movie-nid="15215" data-parent="15215" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Van-Gogh_540x810.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of EOS: Vincent Van Gogh" title=" EOS: Vincent Van Gogh" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/art-au-cinema-eos-vincent-van-gogh" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15215" data-movie-nid="15215" data-parent="15215" data-theater="all" data-date="all"> EOS: Vincent Van Gogh</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15215" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15215" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div><div id="movie-container-15213" data-main-section="presales" data-movie-nid="15213" data-parent="15213" data-theater="all" data-date="all" data-related="" class="movie-container movie-container-event"><div class="movie-container-wrapper"><div class="movie-container-image"><div class="movie-container-image-wrapper"><div class="movie-container-event-type"><p><a href="/en/movie-categories/art-cinema">Art au cinéma</a></p>
</div><a href="/en/films/art-au-cinema-eos-i-claude-monet" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15213" data-movie-nid="15213" data-parent="15213" data-theater="all" data-date="all"><img data-src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/styles/kinepolis_filter_movie_poster/public/posters/Monet.jpg" src="/en/sites/all/modules/features/kinepolis_movie_filter/img/transparent_poster.png" width="220" height="330" alt="The movie poster of EOS: I, Claude Monet" title=" EOS: I, Claude Monet" /></a></div></div><div class="movie-container-info"><p class="movie-overview-this-week"></p>
<p class="movie-overview-title"><a href="/en/films/art-au-cinema-eos-i-claude-monet" class="movie-container-action kinepolis-ajaxify-get" id="movie-container-15213" data-movie-nid="15213" data-parent="15213" data-theater="all" data-date="all"> EOS: I, Claude Monet</a></p>
</div><div class="movie-container-social"><div class="social-action-wrapper"><div class="selligent-action selligent-wishlist" data-nid="15213" data-rel="" data-selligent-action="add-to-wishlist"><img src="/sites/all/modules/custom/selligent/svg/icon_heart.svg"></img>
</div><span>Want to see</span>
</div><div class="social-action-wrapper"><div class="selligent-action selligent-viewlist" data-nid="15213" data-rel="" data-selligent-action="add-to-viewlist"><img src="/sites/all/modules/custom/selligent/svg/icon_eye.svg"></img>
</div><span>Seen</span>
</div></div><div class="movie-container-formats"><div class="item-list"></div></div></div></div></div></div> </div>
</div>
<div id="content-bottom-first" class="region-max-width"></div>
<div id="content-bottom-second" class="region-max-width"></div>
<div id="content-footer-first" class="region-max-width"></div>
<div id="content-footer-second" class="region-max-width"></div>
<div id="promo-footer" class="region-max-width"> <div class="region region-promo-footer">
<div class="region-inner">
<div id="block-kinepolis-slider-kinepolis-slider-bottom" class="block block-kinepolis-slider first last odd">
<div class="inner-block">
<h2 class="block__title block-title"><none></h2>
<div class="kinepolis-slider-slider" data-ratio="16:9" data-visible-slide="4"><div class="kinepolis-slider-slider-inner"><div class="kinepolis-slider-directions kinepolis-slider-prev" data-slide="prev"><i class="fa fa-angle-left"></i>
</div><div class="kinepolis-slider-directions kinepolis-slider-next" data-slide="next"><i class="fa fa-angle-right"></i>
</div><div class="kinepolis-slider-slides kinepolis-slider-auto"><div class="item-list"><ul class="kinepolis-slider-list"><li class="first"><div data-zone-id="383" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="384" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="385" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="386" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="387" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="388" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="389" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="390" class="init-extdl slider-init-hold"></div></li>
<li><div data-zone-id="391" class="init-extdl slider-init-hold"></div></li>
<li class="last"><div data-zone-id="392" class="init-extdl slider-init-hold"></div></li>
</ul></div></div></div></div> </div>
</div>
</div>
</div>
</div>
<div id="bottom-bottom-footer" class="region-max-width">
<div id="bottom-bottom-footer-wrapper">
<div id="bottom-bottom-footer-1" class="bottom-bottom-footer"> <div class="region region-footer-1">
<div class="region-inner">
<div id="block-menu-block-5" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<h2 class="block__title block-title">Movies</h2>
<div class="menu-block-wrapper menu-block-5 menu-name-menu-footer-movies-zen parent-mlid-0 menu-level-1">
<ul class="menu"><li class="menu__item is-active is-leaf first leaf active menu-mlid-1250"><a href="/en/?select_theater=all" title="All movies" class="menu__link active">All movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1245"><a href="https://kinepolisluxembourg.lu/en/movie-categories/bollywood" title="Bollywood" class="menu__link">Bollywood</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1249"><a href="https://kinepolisluxembourg.lu/en/movie-categories/coup-de-coeur" title="Coup de coeur" class="menu__link">Coup de coeur</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1251"><a href="https://kinepolisluxembourg.lu/en/movie-categories/discover" title="Discover" class="menu__link">Discover</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1244"><a href="https://kinepolisluxembourg.lu/en/movie-categories/family" title="Family" class="menu__link">Family</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1246"><a href="https://kinepolisluxembourg.lu/en/movie-categories/italian-movie" title="Italian Movies" class="menu__link">Italian movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1247"><a href="https://kinepolisluxembourg.lu/en/movie-categories/luxembourgish-movie" title="Luxembourgish movies" class="menu__link">Luxembourgish movies</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1248"><a href="https://kinepolisluxembourg.lu/en/movie-categories/portuguese-movies" title="Portuguese movies" class="menu__link">Portuguese movies</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
<div id="bottom-bottom-footer-2" class="bottom-bottom-footer"> <div class="region region-footer-2">
<div class="region-inner">
<div id="block-menu-block-3" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<h2 class="block__title block-title">Events</h2>
<div class="menu-block-wrapper menu-block-3 menu-name-menu-main-menu-zen parent-mlid-1168 menu-level-1">
<ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1170"><a href="/en/taxonomy/term/692/" title="" class="menu__link">Art at the cinema</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1200"><a href="/en/movie-categories/ballet" title="Ballet" class="menu__link">Ballet</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1201"><a href="/en/movie-categories/beer-burgers-blockbusters" title="Burgers, Beer & Blockbuster" class="menu__link">Burgers, Beer & Blockbuster</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1202"><a href="/en/movie-categories/cine-breakfast" title="Ciné Breakfast" class="menu__link">Ciné Breakfast</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1203"><a href="/en/movie-categories/concert" title="Concert" class="menu__link">Concert</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1205"><a href="https://kinepolisluxembourg.lu/en/festivals_cycles" title="Festivals & Cycles" class="menu__link">Festivals & Cycles</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1206"><a href="/en/movie-categories/ladies-night" title="Ladies' Night" class="menu__link">Ladies' Night</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1207"><a href="/en/movie-categories/marathon" title="Marathon" class="menu__link">Marathon</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1208"><a href="/en/movie-categories/obscure-night" title="Obscure Night" class="menu__link">Obscure Night</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1209"><a href="/en/movie-categories/opera-movies" title="Opera at the movies" class="menu__link">Opera at the movies</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1255"><a href="/en/movie-categories/other-events" title="Other Events" class="menu__link">Other Events</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1199"><a href="/en/movie-categories/preview" title="Preview" class="menu__link">Preview</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1210"><a href="/en/movie-categories/sneak-preview" title="Sneak Preview" class="menu__link">Sneak Preview</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1211"><a href="/en/movie-categories/theatre-movies" title="Theatre at the movies" class="menu__link">Theatre at the movies</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
<div id="bottom-bottom-footer-3" class="bottom-bottom-footer"> <div class="region region-footer-3">
<div class="region-inner">
<div id="block-menu-block-6" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<h2 class="block__title block-title">Kinepolis Group</h2>
<div class="menu-block-wrapper menu-block-6 menu-name-menu-footer-group-zen parent-mlid-0 menu-level-1">
<ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1252"><a href="https://corporate.kinepolis.com/fr/profil-d%E2%80%99entreprise" title="About Kinepolis Group" class="menu__link">About Kinepolis</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1453"><a href="https://kinepolisluxembourg.lu/en/contact" title="Contact us" class="menu__link">Contact</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1253"><a href="https://corporate.kinepolis.com/fr/relations-investisseurs" title="Investor relations" class="menu__link">Investor relations</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1254"><a href="https://corporate.kinepolis.com/fr/communiqu%C3%A9s-de-presse" title="Press" class="menu__link">Press</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1371"><a href="https://kinepolisluxembourg.lu/en/work-kinepolis" title="Work at Kinepolis Luxembourg" class="menu__link">Work at Kinepolis</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
<div id="bottom-bottom-footer-4" class="bottom-bottom-footer"> <div class="region region-footer-4">
<div class="region-inner">
<div id="block-menu-block-4" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<h2 class="block__title block-title">Theaters</h2>
<div class="menu-block-wrapper menu-block-4 menu-name-menu-main-menu-zen parent-mlid-1162 menu-level-1">
<ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1165"><a href="/en/cinemas/kinepolis-kirchberg/info" title="" class="menu__link">Kinepolis Kirchberg</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1164"><a href="/en/cinemas/kinepolis-belval/info" title="" class="menu__link">Kinepolis Belval</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1163"><a href="/en/cinemas/cine-utopia/info" title="" class="menu__link">Ciné Utopia</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1175"><a href="/en/cinemas/cine-le-paris/info" title="" class="menu__link">Ciné Le Paris</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1172"><a href="/en/cinemas/cine-orion/info" title="" class="menu__link">Ciné Orion</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1177"><a href="/en/cinemas/cine-prabbeli/info" title="" class="menu__link">Ciné Prabbeli</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1174"><a href="/en/cinemas/cine-scala-diekirch/info-0" title="" class="menu__link">Ciné Scala Diekirch</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1171"><a href="/en/cinemas/cine-starlight/info" title="" class="menu__link">Ciné Starlight</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1173"><a href="/en/cinemas/cine-sura/info" title="" class="menu__link">Ciné Sura</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1176"><a href="/en/cinemas/cinemaacher/info" title="" class="menu__link">Cinémaacher</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
<div id="bottom-bottom-footer-5" class="bottom-bottom-footer"></div>
<div id="bottom-bottom-footer-6" class="bottom-bottom-footer">
<div class="region region-footer-6">
<div class="region-inner">
<div id="block-menu-block-8" class="block block-menu-block first odd" role="navigation">
<div class="inner-block">
<h2 class="block__title block-title">Social</h2>
<div class="menu-block-wrapper menu-block-8 menu-name-menu-footer-social-zen parent-mlid-0 menu-level-1">
<ul class="menu"><li class="menu__item is-leaf first last leaf menu-mlid-1213"><a href="/en/myvisit" title="" class="menu__link">My opinion</a></li>
</ul></div>
</div>
</div>
<div id="block-kinepolis-social-media-kinepolis-follow-us" class="block block-kinepolis-social-media last even">
<div class="inner-block">
<h2 class="block__title block-title">Follow us</h2>
<div class="follow-us-wrapper"><div class="follow-us-icon follow-us-facebook"><a href="https://www.facebook.com/KinepolisLuxembourg" target="_blank"><i class="fa fa-facebook"></i>
</a></div><div class="follow-us-icon follow-us-twitter"><a href="https://twitter.com/KinepolisLU" target="_blank"><i class="fa fa-twitter"></i>
</a></div></div> </div>
</div>
</div>
</div>
<div id="original-kinepolis-logo">
<img src="/sites/all/themes/custom/kinepolis_zen/images/kinepolis_logo.png" />
</div>
</div>
</div>
</div>
<div id="bottom-bottom-bottom" class="region-max-width"> <div class="region region-bottom">
<div class="region-inner">
<div id="block-menu-block-9" class="block block-menu-block first last odd" role="navigation">
<div class="inner-block">
<div class="menu-block-wrapper menu-block-9 menu-name-menu-footer-menu parent-mlid-0 menu-level-1">
<ul class="menu"><li class="menu__item is-leaf first leaf menu-mlid-1214"><a href="http://kinepolisluxembourg.lu/fr/" title="" class="menu__link">French website</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1183"><a href="/en/privacy-policy" title="" class="menu__link">Privacy policy</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1184"><a href="/en/sales-conditions" title="" class="menu__link">Sales conditions</a></li>
<li class="menu__item is-leaf leaf menu-mlid-1182"><a href="/en/user-agreement" title="" class="menu__link">User agreement</a></li>
<li class="menu__item is-leaf last leaf menu-mlid-1185"><a href="/en/sitemap" title="" class="menu__link">Sitemap</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="splash-banner">
<div class="region region-splash-banner">
<div class="region-inner">
<div id="block-kinepolis-openx-splashpage-banner" class="block block-kinepolis-openx first odd">
<div class="inner-block">
<div id="kinepolis-openx-banner" class="openx-banner">
</div>
</div>
</div>
<div id="block-kinepolis-openx-splashpage-banner-homepage" class="block block-kinepolis-openx even">
<div class="inner-block">
<div id="kinepolis-openx-banner--2" class="openx-banner">
</div>
</div>
</div>
<div id="block-kinepolis-openx-splashpage-banner-not-homepage" class="block block-kinepolis-openx last odd">
<div class="inner-block">
<div id="kinepolis-openx-banner--3" class="openx-banner">
</div>
</div>
</div>
<div id="cookie-overlay-wrapper" class="cookie-overlay-hidden">
<p class="cookie-overlay-message">Our website uses cookies to help provide you with the best experience we can.</p>
<ul class="cookie-overlay-list">
<li class="cookie-overlay-list-item">
<a href="/en/user-agreement" class="cookie-overlay-button">
<span class="cookie-overlay-icon fa fa-info"></span>
More info </a>
</li>
<li class="cookie-overlay-list-item">
<a href="#" class="cookie-overlay-button cookie-overlay-button-close">
<span class="cookie-overlay-icon fa fa-check"></span>
Hide this message </a>
</li>
</ul>
</div> </div>
</div>
</div>
<div id="hover-disable-site"></div>
<div id="disable-site"></div>
<div id="fb-root"></div>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebPage","mainEntity":[{"@type":"Movie","name":"The War for the Planet of the Apes","url":"https://kinepolisluxembourg.lu/en/films/war-planet-apes","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/WarForThePlanetOfTheApes_poster.jpg"},{"@type":"Movie","name":"Song to Song","url":"https://kinepolisluxembourg.lu/en/films/song-song","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/songtosong_poster_comato.jpg"},{"@type":"Movie","name":"Spider-Man: Homecoming","url":"https://kinepolisluxembourg.lu/en/films/spider-man-homecoming","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/spidermanhomecoming_poster.jpg"},{"@type":"Movie","name":"Avant-Premi\u00e8re: Spider-Man: Homecoming","url":"https://kinepolisluxembourg.lu/en/films/avant-premiere-spider-man-homecoming","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/spidermanhomecoming_poster.jpg"},{"@type":"Movie","name":"Una","url":"https://kinepolisluxembourg.lu/en/films/una","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/una.jpg"},{"@type":"Movie","name":"MET Summer Encores: Nabucco","url":"https://kinepolisluxembourg.lu/en/films/met-summer-encores-nabucco","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Nabucco_FRFO1.jpg"},{"@type":"Movie","name":"Despicable Me 3","url":"https://kinepolisluxembourg.lu/en/films/despicable-me-3","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/despicableme3_poster.jpg"},{"@type":"Movie","name":"Baywatch","url":"https://kinepolisluxembourg.lu/en/films/baywatch","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/baywatch_poster.jpg"},{"@type":"Movie","name":"Transformers: The Last Knight","url":"https://kinepolisluxembourg.lu/en/films/transformers-last-knight","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Transformers_The_Last_Knight_Poster_v2.jpg"},{"@type":"Movie","name":"Wonder Woman","url":"https://kinepolisluxembourg.lu/en/films/wonder-woman","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/wonderwoman_poster.jpg"},{"@type":"Movie","name":"Pirates of the Caribbean: Salazar's Revenge","url":"https://kinepolisluxembourg.lu/en/films/pirates-caribbean-salazars-revenge","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/POTC5_Comato_Poster_VO.jpg"},{"@type":"Movie","name":"Das Pubertier","url":"https://kinepolisluxembourg.lu/en/films/das-pubertier","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Das_Pubertier_Poster_v2.jpg"},{"@type":"Movie","name":"47 Meters Down","url":"https://kinepolisluxembourg.lu/en/films/47-meters-down","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/47-Meters-Down_ps_comato-high.jpg"},{"@type":"Movie","name":"Le Grand M\u00e9chant Renard (& autres contes)","url":"https://kinepolisluxembourg.lu/en/films/le-grand-mechant-renard-autres-contes","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/LeGrandMechantRenard_FRFO.jpg"},{"@type":"Movie","name":"Boss Baby","url":"https://kinepolisluxembourg.lu/en/films/boss-baby","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/The_Boss_Baby_Poster_v2.jpg"},{"@type":"Movie","name":"Les Schtroumpfs et le village perdu","url":"https://kinepolisluxembourg.lu/en/films/les-schtroumpfs-et-le-village-perdu","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/The_Smurfs_The_Lost_Village_Poster_v2.jpg"},{"@type":"Movie","name":"Viceroy's House","url":"https://kinepolisluxembourg.lu/en/films/viceroys-house","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/viceroyshouse_poster2.jpg"},{"@type":"Movie","name":"Ce qui nous lie","url":"https://kinepolisluxembourg.lu/en/films/ce-qui-nous-lie","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/CeQuiNousLie_FRFO.jpg"},{"@type":"Movie","name":"Les fant\u00f4mes d'Isma\u00ebl","url":"https://kinepolisluxembourg.lu/en/films/les-fantomes-dismael","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/ismael.jpg"},{"@type":"Movie","name":"Visages, villages","url":"https://kinepolisluxembourg.lu/en/films/visages-villages","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/visagesvillages_poster.jpg"},{"@type":"Movie","name":"Hanni & Nanni: Mehr als beste Freunde","url":"https://kinepolisluxembourg.lu/en/films/hanni-nanni-mehr-als-beste-freunde","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/HanniNanni_CH.jpg"},{"@type":"Movie","name":"The Mummy","url":"https://kinepolisluxembourg.lu/en/films/mummy","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/themummy_poster_comato.jpg"},{"@type":"Movie","name":"La fille de Brest","url":"https://kinepolisluxembourg.lu/en/films/la-fille-de-brest","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/LaFilledeBrest_FRFO.jpg"},{"@type":"Movie","name":"All Eyez on Me","url":"https://kinepolisluxembourg.lu/en/films/all-eyez-me","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/AllEyezOnMe_poster.jpg"},{"@type":"Movie","name":"Return to Montauk","url":"https://kinepolisluxembourg.lu/en/films/return-montauk","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/ReturnToMontauk_Poster_1.jpg"},{"@type":"Movie","name":"Django","url":"https://kinepolisluxembourg.lu/en/films/django","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/django_poster.jpg"},{"@type":"Movie","name":"The Sense of an Ending","url":"https://kinepolisluxembourg.lu/en/films/sense-ending","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/thesenseofanending_poster.jpg"},{"@type":"Movie","name":"The Promise","url":"https://kinepolisluxembourg.lu/en/films/promise","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/primose.jpg"},{"@type":"Movie","name":"It Comes at Night","url":"https://kinepolisluxembourg.lu/en/films/it-comes-night","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/ItComesAtNight_poster.jpg"},{"@type":"Movie","name":"Rodin","url":"https://kinepolisluxembourg.lu/en/films/rodin","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Rodin_FRFO.jpg"},{"@type":"Movie","name":"K.O.","url":"https://kinepolisluxembourg.lu/en/films/ko","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/ko_poster1.jpg"},{"@type":"Movie","name":"Mon poussin","url":"https://kinepolisluxembourg.lu/en/films/mon-poussin","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/mon-poussin-affiche.jpg"},{"@type":"Movie","name":"L'Amant double","url":"https://kinepolisluxembourg.lu/en/films/lamant-double","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Amant_double.jpg"},{"@type":"Movie","name":"Alien: Covenant","url":"https://kinepolisluxembourg.lu/en/films/alien-covenant","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/AlienCovenant_CH.jpg"},{"@type":"Movie","name":"Marie-Francine","url":"https://kinepolisluxembourg.lu/en/films/marie-francine","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/mariefrancine_poster2.jpg"},{"@type":"Movie","name":"Guardians of the Galaxy Vol. 2","url":"https://kinepolisluxembourg.lu/en/films/guardians-galaxy-vol-2","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/guardiansofthegalaxyvol2_poster.jpg"},{"@type":"Movie","name":"Howards End","url":"https://kinepolisluxembourg.lu/en/films/howards-end","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/howards_end.jpg"},{"@type":"Movie","name":"#Out Of The Box: La regi\u00f3n salvaje","url":"https://kinepolisluxembourg.lu/en/films/out-box-la-region-salvaje","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/la_region_salvaje2.jpg"},{"@type":"Movie","name":"Obscure Night: Wish Upon","url":"https://kinepolisluxembourg.lu/en/films/obscure-night-wish-upon","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/wish_upon.jpg"},{"@type":"Movie","name":"Theatre: Angels in America Part 1","url":"https://kinepolisluxembourg.lu/en/films/theatre-angels-america-part-1","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/angels_in_america.jpg"},{"@type":"Movie","name":"Dunkirk","url":"https://kinepolisluxembourg.lu/en/films/dunkirk","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Dunkirk_Poster_v2.jpg"},{"@type":"Movie","name":"Avant-Premi\u00e8re: Cars 3","url":"https://kinepolisluxembourg.lu/en/films/avant-premiere-cars-3","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Cars_3_Poster_v2.jpg"},{"@type":"Movie","name":"Concert: Andr\u00e9 Rieu's 2017 Maastricht Concert","url":"https://kinepolisluxembourg.lu/en/films/concert-andre-rieus-2017-maastricht-concert","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/AndreRieu_2017_PosterComato_NL.jpg"},{"@type":"Movie","name":"Theatre: Cyrano de Bergerac","url":"https://kinepolisluxembourg.lu/en/films/theatre-cyrano-de-bergerac","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/CoFr_CyranoBergerac_Poster_1.jpg"},{"@type":"Movie","name":"Valerian and the City of a Thousand Planets","url":"https://kinepolisluxembourg.lu/en/films/valerian-and-city-thousand-planets","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/valerianposter.jpg"},{"@type":"Movie","name":"Theatre: Angels in America Part 2","url":"https://kinepolisluxembourg.lu/en/films/theatre-angels-america-part-2","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/angels_in_america.jpg"},{"@type":"Movie","name":"MET Summer Encores: Carmen","url":"https://kinepolisluxembourg.lu/en/films/met-summer-encores-carmen","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/carmen_affiche.jpg"},{"@type":"Movie","name":"#Out Of The Box: Axolotl Overkill","url":"https://kinepolisluxembourg.lu/en/films/out-box-axolotl-overkill","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/axolotl_overkill.jpg"},{"@type":"Movie","name":"Theatre: Obsession","url":"https://kinepolisluxembourg.lu/en/films/theatre-obsession","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/obsession.jpg"},{"@type":"Movie","name":"BBB: The Hitman's Bodyguard","url":"https://kinepolisluxembourg.lu/en/films/bbb-hitmans-bodyguard","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/hitmanbodyguard.jpg"},{"@type":"Movie","name":"Concert: American Valhalla","url":"https://kinepolisluxembourg.lu/en/films/concert-american-valhalla","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/AmericanVahalla_FRFO.jpg"},{"@type":"Movie","name":"Kinepolis Live: John le Carr\u00e9","url":"https://kinepolisluxembourg.lu/en/films/kinepolis-live-john-le-carre","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/john_le_carr%C3%A9.jpg"},{"@type":"Movie","name":"Concert: David Gilmour - Live at Pompeii","url":"https://kinepolisluxembourg.lu/en/films/concert-david-gilmour-live-pompeii","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/davidgilmourliveatpompeii_poster_nl.jpg"},{"@type":"Movie","name":"Theatre: Yerma","url":"https://kinepolisluxembourg.lu/en/films/theatre-yerma","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/yerma.jpg"},{"@type":"Movie","name":"Concert: Black Sabbath: The End of the End","url":"https://kinepolisluxembourg.lu/en/films/concert-black-sabbath-end-end","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Black_Sabbath_PosterComato.jpg"},{"@type":"Movie","name":"Art au cin\u00e9ma: EOS: Canaletto & the art of Venice","url":"https://kinepolisluxembourg.lu/en/films/art-au-cinema-eos-canaletto-art-venice","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/canaletto.jpg"},{"@type":"Movie","name":"Art au cin\u00e9ma: EOS: David Hockney","url":"https://kinepolisluxembourg.lu/en/films/art-au-cinema-eos-david-hockney","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/hockney.jpg"},{"@type":"Movie","name":"Art au cin\u00e9ma: EOS: C\u00e9zanne - Portraits of a Life","url":"https://kinepolisluxembourg.lu/en/films/art-au-cinema-eos-cezanne-portraits-life","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/cezanne.jpg"},{"@type":"Movie","name":"Art au cin\u00e9ma: EOS: Vincent Van Gogh","url":"https://kinepolisluxembourg.lu/en/films/art-au-cinema-eos-vincent-van-gogh","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Van-Gogh_540x810.jpg"},{"@type":"Movie","name":"Art au cin\u00e9ma: EOS: I, Claude Monet","url":"https://kinepolisluxembourg.lu/en/films/art-au-cinema-eos-i-claude-monet","image":"https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/posters/Monet.jpg"}],"@graph":[{"@type":"Organization","@id":"https://kinepolisluxembourg.lu/en/#organization","name":"Kinepolis Group NV","address":{"@type":"PostalAddress","postalCode":1000,"streetAddress":"Eeuwfeestlaan 20","addressLocality":"Brussels","addressCountry":{"@type":"Country","name":"BE"}}},{"@type":"WebSite","name":"Kinepolis Luxemburg","url":"https://kinepolisluxembourg.lu/en"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/cinemas","name":"Cinemas"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/","name":"Events"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/my_kinepolis_infos","name":"My Kinepolis"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/advantagecards","name":"Advantage Cards"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/events-movies","name":"Events & Movies"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/whitsun","name":"School Holidays"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/b2b","name":"B to B"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/28-times-cinema","name":"28 Times Cinema"},{"@type":"SiteNavigationElement","url":"https://kinepolisluxembourg.lu/en/myopinion","name":"My opinion"}]}</script> <script src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_js/js__jjfKMXAPjWX1aDNbyAIgGc6_8h_s2_cY-riEumHBjzk__rkbppkN3Y1uGmyHiLrtZQ4Xov4C6vYfsBZbFUXmrtnc__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.js"></script>
<script src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_js/js__l8FxTnrXJ-vKbfPDUNr9-J9L88qoZaadfb789ZYyqUM__xfc98UlYcDizG5vzASEkc1B8Mla_n7yydfIk1bTI5aQ__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.js"></script>
<script src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_js/js__lvjUHWwAFfkE8J6ZTUGCFuJ8VGN0Qu97o7AUESeMjlI__jhVOG4bM4MnGud-Z26I32Wob3zu4iJ-kfZjS7VK91lU__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.js"></script>
<script src="https://openx.kinepolis.com/delivery/spcjs.php?id=13&block=1&blockcampaign=0&target=_self&0=&Homepage=1"></script>
<script src="https://kinepolisluxembourg.lu/en/sites/kinepolis.lu.en/files/advagg_js/js__jgxFD2tvVZ_BDOXZdP2zzzfg8H8Vf3r7lJWXhg90NmM__NEbJeYF6p7gFrYxwcjqJ6_KLcSKG6_vZ1J8Mx7tahSo__tnuTv6NItgT6nkhCJllWVbAfmrOT_NWxcjU7P5z2VHI.js"></script>
</body>
</html>