In [2]:
import requests, json
In [3]:
api_key = 'razswfzzubnqy49ry2km9ce9'
In [4]:
sample_request = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=2016-08-13&zip=98056&radius=10&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
#startDate = required (set to today's date), zip/radius can be set optionally based on the user (units is just for if you want miles or kilometers)
In [5]:
data = json.loads(requests.get(sample_request).text)
#one way of getting the json
In [11]:
data[1] #sample entry.
Out[11]:
{'advisories': ['Adult Language', 'Adult Situations'],
'descriptionLang': 'en',
'directors': ['Barry Sonnenfeld'],
'entityType': 'Movie',
'genres': ['Comedy', 'Fantasy'],
'longDescription': "Tom Brand (Kevin Spacey) is a billionaire whose workaholic lifestyle takes him away from his loving wife Lara and adorable daughter Rebecca. Needing a present for Rebecca's 11th birthday, Brand buys a seemingly harmless cat from a mysterious pet store. Suddenly, a bizarre turn of events traps poor Tom inside the animal's body. The owner of the business tells him that he has one week to reconnect with his family, or live out the rest of his days as a cute and furry feline named Mr. Fuzzypants.",
'officialUrl': 'http://www.ninelivesmovie.com/',
'preferredImage': {'caption': {'content': 'Nine Lives (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12283091_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '1.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-05-27',
'releaseYear': 2016,
'rootId': '12283091',
'runTime': 'PT01H29M',
'shortDescription': 'A billionaire tries to communicate with his family when he becomes trapped inside the body of a cat.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-13T12:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-13'},
{'barg': True,
'dateTime': '2016-08-13T14:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T16:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T10:10',
'quals': 'Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T12:55',
'quals': 'Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T17:15',
'quals': 'Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T19:05',
'quals': 'Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T10:35',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T13:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T15:35',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-13'},
{'barg': True,
'dateTime': '2016-08-13T11:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-13'},
{'barg': True,
'dateTime': '2016-08-13T14:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T18:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T20:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T10:15',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T12:30',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T14:45',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-13'},
{'barg': False,
'dateTime': '2016-08-13T17:00',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-13'}],
'subType': 'Feature Film',
'title': 'Nine Lives',
'titleLang': 'en',
'tmsId': 'MV008197420000',
'topCast': ['Kevin Spacey', 'Jennifer Garner', 'Robbie Amell']}
In [241]:
data[1]['title']
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
<ipython-input-241-2d32145140a0> in <module>()
----> 1 data[1]['title']
IndexError: list index out of range
In [18]:
data[1]['showtimes'][1]
Out[18]:
{'barg': True,
'dateTime': '2016-08-13T14:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-13'}
In [19]:
data[1]['showtimes'][1]['dateTime']
Out[19]:
'2016-08-13T14:30'
In [21]:
data[1]['showtimes'][1]['theatre']['name']
Out[21]:
'Regal The Landing Stadium 14 & RPX'
In [22]:
data[1]['showtimes'][1]['ticketURI']
Out[22]:
'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-13'
In [23]:
data[1]['shortDescription']
Out[23]:
'A billionaire tries to communicate with his family when he becomes trapped inside the body of a cat.'
In [24]:
data[1]['longDescription']
Out[24]:
"Tom Brand (Kevin Spacey) is a billionaire whose workaholic lifestyle takes him away from his loving wife Lara and adorable daughter Rebecca. Needing a present for Rebecca's 11th birthday, Brand buys a seemingly harmless cat from a mysterious pet store. Suddenly, a bizarre turn of events traps poor Tom inside the animal's body. The owner of the business tells him that he has one week to reconnect with his family, or live out the rest of his days as a cute and furry feline named Mr. Fuzzypants."
In [4]:
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=2016-08-20&zip=98059&radius=7&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
In [150]:
data = json.loads(requests.get(url).text)
In [163]:
result = list()
In [164]:
test_entry = data.pop()
In [177]:
title = test_entry['title']
In [166]:
test_entry['showtimes'][0:1]
Out[166]:
[{'barg': False,
'dateTime': '2016-08-20T16:00',
'quals': 'Descriptive Video Services|Advance Tickets Available|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=160725&d=2016-08-20'}]
In [215]:
result = list()
showtime_theatre = list()
In [216]:
for showtime in test_entry['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
In [217]:
showtime_theatre
Out[217]:
[{'showtime': '16:00', 'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '22:00', 'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '15:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '16:45', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '21:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '13:45', 'theatre': 'AMC Southcenter 16'},
{'showtime': '22:45', 'theatre': 'AMC Southcenter 16'}]
In [220]:
result.append({'title': title, 'showtime_theatre': showtime_theatre})
In [221]:
result
Out[221]:
[{'showtime_theatre': [{'showtime': '16:00',
'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '22:00', 'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '15:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '16:45', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '21:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '13:45', 'theatre': 'AMC Southcenter 16'},
{'showtime': '22:45', 'theatre': 'AMC Southcenter 16'}],
'title': 'Ben-Hur 3D'}]
In [226]:
from itertools import groupby
things = [("animal", "bear"), ("animal", "duck"), ("plant", "cactus"), ("vehicle", "speed boat"), ("vehicle", "school bus")]
for key, group in groupby(things, lambda x: x[0]):
for thing in group:
print("A %s is a %s." % (thing[1], key))
print(" ")
A bear is a animal.
A duck is a animal.
A cactus is a plant.
A speed boat is a vehicle.
A school bus is a vehicle.
In [49]:
test_showtime_theatre = true_result[0]['showtime_theatre']
test_showtime_theatre
Out[49]:
[{'showtime': '13:00', 'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '19:00', 'theatre': 'Regal The Landing Stadium 14 & RPX'},
{'showtime': '12:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '18:30', 'theatre': 'Regal Parkway Plaza Stadium 12'},
{'showtime': '10:45', 'theatre': 'AMC Southcenter 16'},
{'showtime': '16:45', 'theatre': 'AMC Southcenter 16'},
{'showtime': '19:45', 'theatre': 'AMC Southcenter 16'}]
In [72]:
showtimes_by_theatre = defaultdict(list)
for showtime in test_showtime_theatre:
showtimes_by_theatre[showtime['theatre']].append(showtime['showtime'])
In [73]:
showtimes_by_theatre['Regal The Landing Stadium 14 & RPX']
Out[73]:
['13:00', '19:00']
In [5]:
import requests, json
from collections import defaultdict
In [6]:
true_result = list()
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
true_data = json.loads(requests.get(url).text)
true_result = list()
for movie in true_data:
title = movie['title']
description = movie['shortDescription']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
showtimes_by_theatre = defaultdict(list)
for Showtime in showtime_theatre:
showtimes_by_theatre[Showtime['theatre']].append(Showtime['showtime'])
new_movie = {'title': title, 'description': description, 'showtimes_by_theatre': showtimes_by_theatre}
true_result.append(new_movie)
In [25]:
return_list = list()
In [33]:
movie_title = true_result[0]['title']
description = true_result[0]['description']
theatre = 'Cinebarre Issaquah 8'
show_time = true_result[0]['showtimes_by_theatre']['Cinebarre Issaquah 8'][0] + ':00'
In [37]:
show_time
Out[37]:
'12:30:00'
In [21]:
def get_movie(start_date, zip, radius):
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
true_data = json.loads(requests.get(url).text)
true_result = list()
for movie in true_data:
title = movie['title']
description = movie['shortDescription']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
showtimes_by_theatre = defaultdict(list)
new_movie = {'title': title, 'description': description, 'showtimes_theatre': showtime_theatre}
true_result.append(new_movie)
return true_result
In [22]:
start_date = '2016-08-14'
zip = '98023'
radius = '10'
result = get_movie(start_date, zip, radius)
In [35]:
result[2]
Out[35]:
{'description': 'Three overworked and stressed-out mothers go wild after ditching their daily routines.',
'showtimes_theatre': [{'showtime': '09:35',
'theatre': 'Century Federal Way and XD'},
{'showtime': '12:05', 'theatre': 'Century Federal Way and XD'},
{'showtime': '14:35', 'theatre': 'Century Federal Way and XD'},
{'showtime': '17:05', 'theatre': 'Century Federal Way and XD'},
{'showtime': '19:35', 'theatre': 'Century Federal Way and XD'},
{'showtime': '22:05', 'theatre': 'Century Federal Way and XD'},
{'showtime': '11:30', 'theatre': 'Regal Auburn Stadium 17'},
{'showtime': '14:10', 'theatre': 'Regal Auburn Stadium 17'},
{'showtime': '17:25', 'theatre': 'Regal Auburn Stadium 17'},
{'showtime': '20:00', 'theatre': 'Regal Auburn Stadium 17'},
{'showtime': '22:45', 'theatre': 'Regal Auburn Stadium 17'},
{'showtime': '11:40', 'theatre': 'AMC Kent Station 14'},
{'showtime': '14:20', 'theatre': 'AMC Kent Station 14'},
{'showtime': '16:50', 'theatre': 'AMC Kent Station 14'},
{'showtime': '19:30', 'theatre': 'AMC Kent Station 14'},
{'showtime': '22:20', 'theatre': 'AMC Kent Station 14'}],
'title': 'Bad Moms'}
In [36]:
bad_moms = list(filter(lambda x: x['title'] == 'Bad Moms', result))
[{'description': 'Three overworked and stressed-out mothers go wild after ditching their daily routines.', 'showtimes_theatre': [{'showtime': '09:35', 'theatre': 'Century Federal Way and XD'}, {'showtime': '12:05', 'theatre': 'Century Federal Way and XD'}, {'showtime': '14:35', 'theatre': 'Century Federal Way and XD'}, {'showtime': '17:05', 'theatre': 'Century Federal Way and XD'}, {'showtime': '19:35', 'theatre': 'Century Federal Way and XD'}, {'showtime': '22:05', 'theatre': 'Century Federal Way and XD'}, {'showtime': '11:30', 'theatre': 'Regal Auburn Stadium 17'}, {'showtime': '14:10', 'theatre': 'Regal Auburn Stadium 17'}, {'showtime': '17:25', 'theatre': 'Regal Auburn Stadium 17'}, {'showtime': '20:00', 'theatre': 'Regal Auburn Stadium 17'}, {'showtime': '22:45', 'theatre': 'Regal Auburn Stadium 17'}, {'showtime': '11:40', 'theatre': 'AMC Kent Station 14'}, {'showtime': '14:20', 'theatre': 'AMC Kent Station 14'}, {'showtime': '16:50', 'theatre': 'AMC Kent Station 14'}, {'showtime': '19:30', 'theatre': 'AMC Kent Station 14'}, {'showtime': '22:20', 'theatre': 'AMC Kent Station 14'}], 'title': 'Bad Moms'}]
In [55]:
showtimes_theatre = bad_moms[0]['showtimes_theatre']
In [58]:
century_federal_way_and_xd = list(filter(lambda x: x['theatre'] == 'Century Federal Way and XD', showtimes_theatre))
In [61]:
showtimes_for_bad_moms_at_century_federal = list()
In [69]:
for showtime in century_federal_way_and_xd:
showtimes_for_bad_moms_at_century_federal.append(showtime['showtime'] + ':00')
In [70]:
showtimes_for_bad_moms_at_century_federal
Out[70]:
['09:35:00', '12:05:00', '14:35:00', '17:05:00', '19:35:00', '22:05:00']
In [85]:
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
true_data = json.loads(requests.get(url).text)
true_result = list()
title_choice_list = list()
for movie in true_data:
title = movie['title']
description = movie['shortDescription']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
showtimes_by_theatre = defaultdict(list)
new_movie = {'title': title, 'description': description, 'showtimes_theatre': showtime_theatre}
true_result.append(new_movie)
In [96]:
title_choice_list = get_title_choices('98056','10','2016-08-15')
In [97]:
chosen_title = title_choice_list[1]
In [74]:
def get_title_choices(zip,radius,date):
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
true_data = json.loads(requests.get(url).text)
true_result = list()
title_choice_list = list()
for movie in true_data:
title = movie['title']
description = movie['shortDescription']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
showtimes_by_theatre = defaultdict(list)
new_movie = {'title': title, 'description': description, 'showtimes_theatre': showtime_theatre}
true_result.append(new_movie)
for entry in true_result:
title_choice_list.append(entry['title'])
return title_choice_list
In [110]:
def get_theatre_choices(title, true_result):
title = list(filter(lambda x: x['title'] == title, true_result))
showtimes_theatre = title[0]['showtimes_theatre']
theatre_choices_list = list()
for theatre in showtimes_theatre:
if theatre['theatre'] not in theatre_choices_list:
theatre_choices_list.append(theatre['theatre'])
return theatre_choices_list
In [125]:
def get_showtime_choices(title, theatre, true_result):
title = list(filter(lambda x: x['title'] == title, true_result))
showtimes_theatre = title[0]['showtimes_theatre']
chosen_showtimes_theatre = list(filter(lambda x: x['theatre'] == theatre, showtimes_theatre))
showtime_choice_list = list()
for showtime in chosen_showtimes_theatre:
showtime_choice_list.append(showtime['showtime'] + ':00')
return showtime_choice_list
In [116]:
theatre_choices_list = get_theatre_choices(chosen_title, true_result)
chosen_theatre = theatre_choices_list[0]
In [127]:
chosen_showtime = get_showtime_choices(chosen_title, chosen_theatre, true_result)[0]
In [9]:
import requests,json
from collections import defaultdict
import datetime
In [15]:
def get_current_json(zip, radius, start_date):
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
true_data = json.loads(requests.get(url).text)
true_result = list()
return_list = list()
for movie in true_data:
title = movie['title']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
showtimes_by_theatre = defaultdict(list)
for Showtime in showtime_theatre:
showtimes_by_theatre[Showtime['theatre']].append(Showtime['showtime'])
new_movie = {'title': title, 'description': description, 'showtimes_by_theatre': showtimes_by_theatre}
true_result.append(new_movie)
return true_result
In [16]:
def get_title_choices(current_json):
title_choice_list =list()
for entry in current_json:
title_choice_list.append(entry['title'])
return title_choice_list
In [17]:
def get_theatre_choices(current_json, title):
title = list(filter(lambda x: x['title'] == chosen_title, current_json))
showtimes_theatre = title[0]['showtimes_theatre']
theatre_choices_list = list()
for theatre in showtimes_theatre:
if theatre['theatre'] not in theatre_choices_list:
theatre_choices_list.append(theatre['theatre'])
return theatre_choices_list
In [18]:
def get_showtime_choices(current_json, title, theatre):
title = list(filter(lambda x: x['title'] == chosen_title, current_json))
showtimes_theatre = title[0]['showtimes_theatre']
chosen_showtimes_theatre = list(filter(lambda x: x['theatre'] == chosen_theatre, showtimes_theatre))
showtime_choice_list = list()
for showtime in chosen_showtimes_theatre:
showtime_choice_list.append(showtime['showtime'] + ':00')
return showtime_choice_list
In [20]:
chosen_json = get_current_json('98056', '10', '2016-08-20')
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-20-880f9fbffbc9> in <module>()
----> 1 chosen_json = get_current_json('98056', '10', '2016-08-20')
<ipython-input-15-e960af829b6f> in get_current_json(zip, radius, start_date)
15 for Showtime in showtime_theatre:
16 showtimes_by_theatre[Showtime['theatre']].append(Showtime['showtime'])
---> 17 new_movie = {'title': title, 'description': description, 'showtimes_by_theatre': showtimes_by_theatre}
18 true_result.append(new_movie)
19 return true_result
NameError: name 'description' is not defined
In [136]:
title_choices_list = get_title_choices()
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-136-81b31617be44> in <module>()
----> 1 title_choices_list = get_title_choices()
<ipython-input-131-05081c9f4b01> in get_title_choices(current_json)
1 def get_title_choices(current_json = current_json):
2 title_choice_list =list()
----> 3 for entry in current_json:
4 title_choice_list.append(entry['title'])
5 return title_choice_list
TypeError: 'NoneType' object is not iterable
In [141]:
test_date = datetime.date.today()
In [144]:
test_date.strftime('%Y-%m-%d')
Out[144]:
'2016-08-15'
In [176]:
def get_current_json(zip, radius, start_date):
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=ywfnykbqh7mgmuuwt5rjxr56'
true_data = json.loads(requests.get(url).text)
true_result = list()
for movie in true_data:
title = movie['title']
# description = movie['shortDescription']
showtime_theatre = list()
for showtime in movie['showtimes']:
new_theatre = showtime['theatre']['name']
new_showtime = showtime['dateTime'][11:]
new_showtime_theatre = {'showtime': new_showtime, 'theatre': new_theatre}
showtime_theatre.append(new_showtime_theatre)
new_movie = {'title': title,'showtime_theatre': showtime_theatre}
true_result.append(new_movie)
return true_result
def get_title_choices(current_json):
title_choice_list = list()
for entry in current_json:
title_choice_list.append((entry['title'], entry['title']))
return title_choice_list
In [177]:
zip = '98056'
radius = '10'
date = '2016-08-16'
In [178]:
title_choices = get_title_choices(get_current_json(zip, radius, date))
In [190]:
title_choices[1][1]
Out[190]:
'Shaun the Sheep Movie'
In [181]:
zip = '98056'
radius = '10'
date = '2016-08-16'
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=razswfzzubnqy49ry2km9ce9'
data = get_current_json(zip,radius,date)
In [201]:
def get_theatre_choices(current_json, title):
title = list(filter(lambda x: x['title'] == title, current_json))
showtimes_theatre = title[0]['showtime_theatre']
theatre_choices_list = list()
for theatre in showtimes_theatre:
if theatre['theatre'] not in theatre_choices_list:
theatre_choices_list.append((theatre['theatre'], theatre['theatre']))
return theatre_choices_list
In [202]:
get_theatre_choices(data, title_choices[1][1])
Out[202]:
[('Regal The Landing Stadium 14 & RPX', 'Regal The Landing Stadium 14 & RPX'),
('Regal Issaquah Highlands Stadium 12 IMAX + RPX',
'Regal Issaquah Highlands Stadium 12 IMAX + RPX')]
In [203]:
test_string = "5%4%hihihi%"
In [205]:
test_string.split('%')
Out[205]:
['5', '4', 'hihihi', '']
In [6]:
current_json = get_current_json('98056', '10', '2016-08-16')
In [9]:
zip = '98056'
radius = '10'
start_date = '2016-08-16'
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=ywfnykbqh7mgmuuwt5rjxr56'
true_data = json.loads(requests.get(url).text)
In [10]:
true_data
Out[10]:
[{'advisories': ['Adult Situations'],
'animation': 'Animated',
'audience': 'Children',
'descriptionLang': 'en-GB',
'directors': ['Mark Burton', 'Richard Starzak'],
'entityType': 'Movie',
'genres': ['Comedy', 'Adventure', 'Animated', 'Children'],
'longDescription': 'When Shaun decides to take the day off and have some fun, he gets a little more action than he bargained for, ending up in the Big City.',
'officialUrl': 'http://shaunthesheep.com/movie',
'preferredImage': {'caption': {'content': 'Shaun the Sheep Movie (2015)'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11019661_p_v5_ag.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2015-01-24',
'releaseYear': 2015,
'rootId': '11019661',
'runTime': 'PT01H25M',
'shortDescription': 'Shaun decides to take the day off and have some fun but gets more action than he bargained for.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:00',
'quals': 'Descriptive Video Services',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147099&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:00',
'quals': 'Descriptive Video Services',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147099&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Shaun the Sheep Movie',
'titleLang': 'en',
'tmsId': 'MV006183910000',
'topCast': ['Justin Fletcher', 'John Sparkes', 'Omid Djalili']},
{'advisories': ['Adult Situations'],
'animation': 'Animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['Cody Cameron', 'Kris Pearn'],
'entityType': 'Movie',
'genres': ['Comedy', 'Animated', 'Children'],
'longDescription': "His genius finally recognized by his idol Chester V, inventor Flint Lockwood (Bill Hader) gets to join Chester's company, where he can work full-time on technologies to help mankind. However, Flint soon discovers that his most-famous machine, which turns water into food, is still operating but now creates animal/vegetable hybrids. With the fate of humanity in Flint's hands, he and his friends set out to save the world from tacodiles, shrimpanzees and other deliciously dangerous creatures.",
'officialUrl': 'http://www.cloudy-movie.com/',
'preferredImage': {'caption': {'content': 'Cloudy With a Chance of Meatballs 2 3D (2013)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p9872696_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2013-09-27',
'releaseYear': 2013,
'rootId': '9872696',
'runTime': 'PT01H35M',
'shortDescription': 'Flint Lockwood learns that his most-famous invention is now creating animal/vegetable hybrids.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=127484&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:00',
'quals': 'Closed Captioned|Descriptive Video Services',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=127484&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Cloudy With a Chance of Meatballs 2',
'titleLang': 'en',
'tmsId': 'MV004742400000',
'topCast': ['Bill Hader', 'Anna Faris', 'James Caan']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['David Ayer'],
'entityType': 'Movie',
'genres': ['Adventure', 'Action', 'Fantasy'],
'longDescription': "Figuring they're all expendable, a U.S. intelligence officer decides to assemble a team of dangerous, incarcerated supervillains for a top-secret mission. Now armed with government weapons, Deadshot (Will Smith), Harley Quinn (Margot Robbie), Captain Boomerang, Killer Croc and other despicable inmates must learn to work together. Dubbed Task Force X, the criminals unite to battle a mysterious and powerful entity, while the diabolical Joker (Jared Leto) launches an evil agenda of his own.",
'officialUrl': 'http://www.suicidesquad.com/',
'preferredImage': {'caption': {'content': 'Suicide Squad 3D (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'text': 'yes',
'uri': 'assets/p11319046_p_v5_ae.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-08-05',
'releaseYear': 2016,
'rootId': '11319046',
'runTime': 'PT02H03M',
'shortDescription': 'Deadshot, Harley Quinn and other supervillains unite to battle a mysterious and powerful entity.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:30',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:20',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:20',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:15',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:40',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:35',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:25',
'quals': 'Closed Captioned|RealD 3D',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:15',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=156812&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:05',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:00',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:20',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156812&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:15',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156812&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Suicide Squad 3D',
'titleLang': 'en',
'tmsId': 'MV008209130000',
'topCast': ['Will Smith', 'Jared Leto', 'Margot Robbie']},
{'advisories': ['Adult Language', 'Adult Situations'],
'descriptionLang': 'en',
'directors': ['Barry Sonnenfeld'],
'entityType': 'Movie',
'genres': ['Fantasy', 'Comedy'],
'longDescription': "Tom Brand (Kevin Spacey) is a billionaire whose workaholic lifestyle takes him away from his loving wife Lara and adorable daughter Rebecca. Needing a present for Rebecca's 11th birthday, Brand buys a seemingly harmless cat from a mysterious pet store. Suddenly, a bizarre turn of events traps poor Tom inside the animal's body. The owner of the business tells him that he has one week to reconnect with his family, or live out the rest of his days as a cute and furry feline named Mr. Fuzzypants.",
'officialUrl': 'http://www.ninelivesmovie.com/',
'preferredImage': {'caption': {'content': 'Nine Lives (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12283091_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '1.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-05-27',
'releaseYear': 2016,
'rootId': '12283091',
'runTime': 'PT01H29M',
'shortDescription': 'A billionaire tries to communicate with his family when he becomes trapped inside the body of a cat.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:45',
'quals': 'Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:35',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:35',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=156754&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:30',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:45',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=156754&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Nine Lives',
'titleLang': 'en',
'tmsId': 'MV008197420000',
'topCast': ['Kevin Spacey', 'Jennifer Garner', 'Robbie Amell']},
{'advisories': ['Adult Language',
'Adult Situations',
'Strong Sexual Content'],
'animation': 'Animated',
'descriptionLang': 'en',
'directors': ['Conrad Vernon', 'Greg Tiernan'],
'entityType': 'Movie',
'genres': ['Comedy', 'Adventure', 'Animated'],
'longDescription': "Life is good for all the food items that occupy the shelves at the local supermarket. Frank (Seth Rogen) the sausage, Brenda (Kristen Wiig) the hot dog bun, Teresa Taco and Sammy Bagel Jr. (Edward Norton) can't wait to go home with a happy customer. Soon, their world comes crashing down as poor Frank learns the horrifying truth that he will eventually become a meal. After warning his pals about their similar fate, the panicked perishables devise a plan to escape from their human enemies.",
'officialUrl': 'http://www.sausagepartymovie.com/site/',
'preferredImage': {'caption': {'content': 'Sausage Party 3D (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12364397_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '12364397',
'runTime': 'PT01H29M',
'shortDescription': 'Frank (Seth Rogen) the sausage and his supermarket pals try to save themselves from becoming a meal.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:45',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:45',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T20:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:05',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:40',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:45',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:15',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:50',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=157627&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=157627&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:30',
'theatre': {'id': '11008', 'name': 'SIFF Cinema Egyptian'}},
{'barg': False,
'dateTime': '2016-08-16T19:40',
'theatre': {'id': '11008', 'name': 'SIFF Cinema Egyptian'}},
{'barg': False,
'dateTime': '2016-08-16T21:45',
'theatre': {'id': '11008', 'name': 'SIFF Cinema Egyptian'}}],
'subType': 'Feature Film',
'title': 'Sausage Party',
'titleLang': 'en',
'tmsId': 'MV008290820000',
'topCast': ['Seth Rogen', 'Kristen Wiig', 'Jonah Hill']},
{'advisories': ['Adult Situations'],
'animation': 'Animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['Chris Renaud'],
'entityType': 'Movie',
'genres': ['Comedy', 'Adventure', 'Animated', 'Children'],
'longDescription': "Max (Louis C.K.) is a spoiled terrier who enjoys a comfortable life in a New York building until his owner adopts Duke, a giant and unruly canine. During their walk outside, they encounter a group of ferocious alley cats and wind up in a truck that's bound for the pound. Luckily, a rebellious bunny named Snowball swoops in to save the doggy duo from captivity. In exchange, Snowball demands that Max and Duke join his gang of abandoned pets on a mission against the humans who've done them wrong.",
'officialUrl': 'http://www.thesecretlifeofpets.com/',
'preferredImage': {'caption': {'content': 'The Secret Life of Pets (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11924889_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-06-18',
'releaseYear': 2016,
'rootId': '11924889',
'runTime': 'PT01H31M',
'shortDescription': 'A terrier and his canine pal encounter a rebellious bunny and his gang of abandoned pets.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:20',
'quals': 'Closed Captioned|Descriptive Video Services',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:45',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:45',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:25',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:05',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:45',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:25',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=152524&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152524&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152524&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'The Secret Life of Pets',
'titleLang': 'en',
'tmsId': 'MV007787490000',
'topCast': ['Louis C.K.', 'Eric Stonestreet', 'Kevin Hart']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['David Ayer'],
'entityType': 'Movie',
'genres': ['Action', 'Adventure', 'Fantasy'],
'longDescription': "Figuring they're all expendable, a U.S. intelligence officer decides to assemble a team of dangerous, incarcerated supervillains for a top-secret mission. Now armed with government weapons, Deadshot (Will Smith), Harley Quinn (Margot Robbie), Captain Boomerang, Killer Croc and other despicable inmates must learn to work together. Dubbed Task Force X, the criminals unite to battle a mysterious and powerful entity, while the diabolical Joker (Jared Leto) launches an evil agenda of his own.",
'officialUrl': 'http://www.suicidesquad.com/',
'preferredImage': {'caption': {'content': 'Suicide Squad: The IMAX 2D Experience (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11319046_p_v5_af.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-08-05',
'releaseYear': 2016,
'rootId': '11319046',
'runTime': 'PT02H03M',
'shortDescription': 'Deadshot, Harley Quinn and other supervillains unite to battle a mysterious and powerful entity.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:35',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:20',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:10',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': True,
'dateTime': '2016-08-16T12:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:40',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:40',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:50',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:00',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:15',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:40',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:40',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:40',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:40',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:35',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:15',
'quals': 'Closed Captioned|Descriptive Video Services',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146245&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146245&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Suicide Squad',
'titleLang': 'en',
'tmsId': 'MV006798690000',
'topCast': ['Will Smith', 'Jared Leto', 'Margot Robbie']},
{'advisories': ['Adult Situations'],
'descriptionLang': 'en',
'directors': ['Stephen Frears'],
'entityType': 'Movie',
'genres': ['Comedy drama', 'Music', 'Biography'],
'longDescription': "In the 1940s, New York socialite Florence Foster Jenkins (Meryl Streep) dreams of becoming a great opera singer. Unfortunately, her ambition far exceeds her talent. The voice Florence hears in her head is beautiful, but to everyone else it is quite lousy. Her husband St. Clair goes to extreme lengths to make sure his wife never finds out how awful she truly is. When Florence announces her plans for a concert at Carnegie Hall, St. Clair soon realizes that he's facing his greatest challenge yet.",
'officialUrl': 'http://www.florencefosterjenkinsmovie.com/',
'preferredImage': {'caption': {'content': 'Florence Foster Jenkins (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12735934_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-04-23',
'releaseYear': 2016,
'rootId': '12735934',
'runTime': 'PT01H50M',
'shortDescription': "A man goes to extremes to make sure his wife never finds out that she's an awful opera singer.",
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=161619&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:15',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': False,
'dateTime': '2016-08-16T12:55',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:50',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:50',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:50',
'quals': 'Digital Cinema|Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=161619&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=161619&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Florence Foster Jenkins',
'titleLang': 'en',
'tmsId': 'MV008736210000',
'topCast': ['Meryl Streep', 'Hugh Grant', 'Simon Helberg']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Paul Greengrass'],
'entityType': 'Movie',
'genres': ['Action', 'Thriller'],
'longDescription': "It's been 10 years since Jason Bourne (Matt Damon) walked away from the agency that trained him to become a deadly weapon. Hoping to draw him out of the shadows, CIA director Robert Dewey assigns hacker and counterinsurgency expert Heather Lee to find him. Lee suspects that former operative Nicky Parsons is also looking for him. As she begins tracking the duo, Bourne finds himself back in action battling a sinister network that utilizes terror and technology to maintain unchecked power.",
'officialUrl': 'http://www.jasonbournemovie.com/',
'preferredImage': {'caption': {'content': 'Jason Bourne (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12547089_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-29',
'releaseYear': 2016,
'rootId': '12547089',
'runTime': 'PT02H03M',
'shortDescription': 'Former CIA operative Jason Bourne battles a sinister network that utilizes terror and technology.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:10',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:40',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:40',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:55',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:20',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T10:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=158794&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158794&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158794&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Jason Bourne',
'titleLang': 'en',
'tmsId': 'MV008494650000',
'topCast': ['Matt Damon', 'Tommy Lee Jones', 'Alicia Vikander']},
{'advisories': ['Adult Language', 'Adult Situations'],
'animation': 'Live action/animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['David Lowery'],
'entityType': 'Movie',
'genres': ['Fantasy', 'Children', 'Adventure', 'Animated'],
'longDescription': 'Mr. Meacham (Robert Redford), a woodcarver, delights local children with stories of a mysterious dragon that lives deep in the woods of the Pacific Northwest. His daughter Grace (Bryce Dallas Howard) believes these are just tall tales, until she meets Pete (Oakes Fegley), a 10-year-old orphan who says he lives in the woods with a giant, friendly dragon. With help from a young girl named Natalie (Oona Laurence), Grace sets out to investigate if this fantastic claim can be true.',
'officialUrl': 'http://movies.disney.com/petes-dragon-2016',
'preferredImage': {'caption': {'content': "Pete's Dragon (2016)",
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11431385_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '11431385',
'runTime': 'PT01H43M',
'shortDescription': 'A forest ranger meets an orphan who claims he lives in the woods with a giant, friendly dragon.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:10',
'quals': 'RPX|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:50',
'quals': 'RPX|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:40',
'quals': 'RPX|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:45',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'quals': 'Reserved Seating|Descriptive Video Services|Closed Captioned|Recliners',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': True,
'dateTime': '2016-08-16T11:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:20',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:45',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:00',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T10:10',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:30',
'quals': 'Descriptive Video Services|RPX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:10',
'quals': 'Descriptive Video Services|RPX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:45',
'quals': 'Descriptive Video Services|RPX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:25',
'quals': 'Descriptive Video Services|RPX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147086&d=2016-08-16'}],
'subType': 'Feature Film',
'title': "Pete's Dragon",
'titleLang': 'en',
'tmsId': 'MV007072220000',
'topCast': ['Bryce Dallas Howard', 'Oakes Fegley', 'Wes Bentley']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['David F. Sandberg'],
'entityType': 'Movie',
'genres': ['Thriller', 'Horror'],
'longDescription': 'When Rebecca (Teresa Palmer) left home, she thought that her childhood fears were behind her. As a young girl growing up, she was never really sure of what was real when the lights went out at night. Now, her little brother Martin (Gabriel Bateman) is experiencing the same unexplained and terrifying events that jeopardized her safety and sanity. Holding a mysterious attachment to their mother (Maria Bello), a supernatural entity has returned with a vengeance to torment the entire family.',
'officialUrl': 'http://www.lightsoutmovie.com/#',
'preferredImage': {'caption': {'content': 'Lights Out (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12543830_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-22',
'releaseYear': 2016,
'rootId': '12543830',
'runTime': 'PT01H21M',
'shortDescription': 'A supernatural entity re-emerges to terrorize a family when the lights go out at night.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158784&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158784&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158784&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=158784&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158784&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158784&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158784&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158784&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=158784&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158784&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=158784&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Lights Out',
'titleLang': 'en',
'tmsId': 'MV008489110000',
'topCast': ['Teresa Palmer', 'Gabriel Bateman', 'Alexander DiPersia']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Justin Lin'],
'entityType': 'Movie',
'genres': ['Science fiction', 'Adventure', 'Action', 'Fantasy'],
'longDescription': "A surprise attack in outer space forces the Enterprise to crash-land on a mysterious world. The assault came from Krall (Idris Elba), a lizard-like dictator who derives his energy by sucking the life out of his victims. Krall needs an ancient and valuable artifact that's aboard the badly damaged starship. Left stranded in a rugged wilderness, Kirk (Chris Pine), Spock (Zachary Quinto) and the rest of the crew must now battle a deadly alien race while trying to find a way off their hostile planet.",
'officialUrl': 'http://www.startrekmovie.com/',
'preferredImage': {'caption': {'content': 'Star Trek Beyond (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11377318_p_v5_af.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-22',
'releaseYear': 2016,
'rootId': '11377318',
'runTime': 'PT02H02M',
'shortDescription': 'Stranded on a hostile planet, Kirk, Spock and the rest of the crew must battle a deadly alien race.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:45',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|Closed Captioned|Recliners|Reserved Seating',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'Closed Captioned|Barco Escape',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:30',
'quals': 'Closed Captioned|Barco Escape',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:30',
'quals': 'Closed Captioned|Barco Escape',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'quals': 'Closed Captioned|Barco Escape',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Closed Captioned|Barco Escape',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146690&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146690&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=146690&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Star Trek Beyond',
'titleLang': 'en',
'tmsId': 'MV006957960000',
'topCast': ['Chris Pine', 'Zachary Quinto', 'Karl Urban']},
{'advisories': ['Adult Language', 'Adult Situations'],
'animation': 'Live action/animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['David Lowery'],
'entityType': 'Movie',
'genres': ['Adventure', 'Animated', 'Children', 'Fantasy'],
'longDescription': 'Mr. Meacham (Robert Redford), a woodcarver, delights local children with stories of a mysterious dragon that lives deep in the woods of the Pacific Northwest. His daughter Grace (Bryce Dallas Howard) believes these are just tall tales, until she meets Pete (Oakes Fegley), a 10-year-old orphan who says he lives in the woods with a giant, friendly dragon. With help from a young girl named Natalie (Oona Laurence), Grace sets out to investigate if this fantastic claim can be true.',
'officialUrl': 'http://movies.disney.com/petes-dragon-2016',
'preferredImage': {'caption': {'content': "Pete's Dragon 3D (2016)",
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'text': 'yes',
'uri': 'assets/p11431385_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '11431385',
'runTime': 'PT01H43M',
'shortDescription': 'A forest ranger meets an orphan who claims he lives in the woods with a giant, friendly dragon.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:20',
'quals': 'RPX|No Passes|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:00',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:45',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:15',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:45',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=159273&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:45',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=159273&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:15',
'quals': 'Closed Captioned|RealD 3D',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:05',
'quals': 'Closed Captioned|RealD 3D',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=159273&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=159273&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:10',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=159273&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:45',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:00',
'quals': 'Descriptive Video Services|RPX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:30',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:10',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:00',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=159273&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:40',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=159273&d=2016-08-16'}],
'subType': 'Feature Film',
'title': "Pete's Dragon 3D",
'titleLang': 'en',
'tmsId': 'MV007072230000',
'topCast': ['Bryce Dallas Howard', 'Oakes Fegley', 'Wes Bentley']},
{'advisories': ['Adult Language', 'Adult Situations', 'Nudity'],
'descriptionLang': 'en',
'directors': ['Jon Lucas', 'Scott Moore'],
'entityType': 'Movie',
'genres': ['Comedy'],
'longDescription': "Amy (Mila Kunis) has a great husband, overachieving children, beautiful home and successful career. Unfortunately, she's also overworked, exhausted and ready to snap. Fed up, she joins forces with two other stressed-out mothers (Kristen Bell, Kathryn Hahn) to get away from daily life and conventional responsibilities. As the gals go wild with their newfound freedom, they set themselves up for the ultimate showdown with PTA queen bee Gwendolyn and her clique of seemingly perfect moms.",
'officialUrl': 'http://www.stxmovies.com/badmoms/',
'preferredImage': {'caption': {'content': 'Bad Moms (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12706834_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-07-29',
'releaseYear': 2016,
'rootId': '12706834',
'runTime': 'PT01H41M',
'shortDescription': 'Three overworked and stressed-out mothers go wild after ditching their daily routines.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T14:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:10',
'quals': 'Reserved Seating|Descriptive Video Services|Closed Captioned|Recliners',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:35',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:15',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:00',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:50',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:25',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T11:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T13:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160582&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=160582&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=160582&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Bad Moms',
'titleLang': 'en',
'tmsId': 'MV008694640000',
'topCast': ['Mila Kunis', 'Kristen Bell', 'Kathryn Hahn']},
{'advisories': ['Adult Situations'],
'descriptionLang': 'en',
'directors': ['Paul Feig'],
'entityType': 'Movie',
'genres': ['Adventure', 'Fantasy', 'Action', 'Comedy'],
'longDescription': 'Paranormal researcher Abby Yates (Melissa McCarthy) and physicist Erin Gilbert are trying to prove that ghosts exist in modern society. When strange apparitions appear in Manhattan, Gilbert and Yates turn to engineer Jillian Holtzmann for help. Also joining the team is Patty Tolan, a lifelong New Yorker who knows the city inside and out. Armed with proton packs and plenty of attitude, the four women prepare for an epic battle as more than 1,000 mischievous ghouls descend on Times Square.',
'officialUrl': 'http://www.ghostbusters.com/',
'preferredImage': {'caption': {'content': 'Ghostbusters 3D (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11471579_p_v5_ad.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-15',
'releaseYear': 2016,
'rootId': '11471579',
'runTime': 'PT01H57M',
'shortDescription': 'Four women arm themselves with proton packs to battle mischievous ghosts in New York.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T19:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9696', 'name': 'Regal The Landing Stadium 14 & RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUYZ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T11:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:25',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147628&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=147628&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Ghostbusters',
'titleLang': 'en',
'tmsId': 'MV007145930000',
'topCast': ['Melissa McCarthy', 'Kristen Wiig', 'Leslie Jones']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Justin Lin'],
'entityType': 'Movie',
'genres': ['Science fiction', 'Adventure', 'Action', 'Fantasy'],
'longDescription': "A surprise attack in outer space forces the Enterprise to crash-land on a mysterious world. The assault came from Krall (Idris Elba), a lizard-like dictator who derives his energy by sucking the life out of his victims. Krall needs an ancient and valuable artifact that's aboard the badly damaged starship. Left stranded in a rugged wilderness, Kirk (Chris Pine), Spock (Zachary Quinto) and the rest of the crew must now battle a deadly alien race while trying to find a way off their hostile planet.",
'officialUrl': 'http://www.startrekmovie.com/',
'preferredImage': {'caption': {'content': 'Star Trek Beyond 3D (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'text': 'yes',
'uri': 'assets/p11377318_p_v5_ag.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-22',
'releaseYear': 2016,
'rootId': '11377318',
'runTime': 'PT02H02M',
'shortDescription': 'Stranded on a hostile planet, Kirk, Spock and the rest of the crew must battle a deadly alien race.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T14:15',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152481&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'Recliners|Reserved Seating|Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '7956', 'name': 'AMC Loews Factoria 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAAYX&m=152481&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:50',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152481&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:30',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '10842', 'name': 'Cinebarre Issaquah 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAXBR&m=152481&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152481&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:20',
'quals': 'Descriptive Video Services|No Passes|Closed Captioned',
'theatre': {'id': '7558', 'name': 'Regal Crossroads Stadium 8'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAATX&m=152481&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:00',
'quals': 'Descriptive Video Services|Closed Captioned|RealD 3D',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=152481&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Star Trek Beyond 3D',
'titleLang': 'en',
'tmsId': 'MV007785860000',
'topCast': ['Chris Pine', 'Zachary Quinto', 'Karl Urban']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Sean Ellis'],
'entityType': 'Movie',
'genres': ['War', 'Historical drama', 'Thriller'],
'longDescription': 'In December 1941, two Czech soldiers (Jamie Dornan, Cillian Murphy) parachute into their occupied homeland to assassinate Nazi officer Reinhard Heydrich (Detlef Bothe).',
'officialUrl': 'http://www.bleeckerstreetmedia.com/anthropoid',
'preferredImage': {'caption': {'content': 'Anthropoid (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12944042_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-07-01',
'releaseYear': 2016,
'rootId': '12944042',
'runTime': 'PT02H00M',
'shortDescription': 'Two Czech soldiers parachute into occupied territory to assassinate Nazi officer Reinhard Heydrich.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:30',
'quals': 'AMC Independent|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163268&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:15',
'quals': 'AMC Independent|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163268&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'AMC Independent|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163268&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:45',
'quals': 'AMC Independent|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163268&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:30',
'quals': 'AMC Independent|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163268&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Anthropoid',
'titleLang': 'en',
'tmsId': 'MV008973770000',
'topCast': ['Jamie Dornan', 'Cillian Murphy', 'Charlotte Le Bon']},
{'advisories': ['Adult Situations'],
'animation': 'Animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['Michael Thurmeier'],
'entityType': 'Movie',
'genres': ['Children', 'Animated', 'Adventure', 'Comedy'],
'longDescription': "Manny the mammoth starts to worry when his daughter Peaches announces her engagement. Still unlucky in love, Sid the sloth volunteers to plan the couple's wedding. To Manny's dismay, nothing can stop the upcoming nuptials, except maybe the end of the world. When Scrat accidentally launches himself into outer space, he sets off a chain reaction that sends an asteroid hurtling toward Earth. Now, the entire herd must leave home to explore new lands and save itself from Scrat's cosmic blunder.",
'officialUrl': 'http://www.foxmovies.com/movies/ice-age-collision-course',
'preferredImage': {'caption': {'content': 'Ice Age: Collision Course 3D (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12009493_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-07-15',
'releaseYear': 2016,
'rootId': '12009493',
'runTime': 'PT01H34M',
'shortDescription': "The herd leaves home after Scrat's adventure in outer space sends an asteroid hurtling toward Earth.",
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:50',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=153150&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=153150&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Ice Age: Collision Course',
'titleLang': 'en',
'tmsId': 'MV007898090000',
'topCast': ['Ray Romano', 'John Leguizamo', 'Denis Leary']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['David Ayer'],
'entityType': 'Movie',
'genres': ['Adventure', 'Action', 'Fantasy'],
'longDescription': "Figuring they're all expendable, a U.S. intelligence officer decides to assemble a team of dangerous, incarcerated supervillains for a top-secret mission. Now armed with government weapons, Deadshot (Will Smith), Harley Quinn (Margot Robbie), Captain Boomerang, Killer Croc and other despicable inmates must learn to work together. Dubbed Task Force X, the criminals unite to battle a mysterious and powerful entity, while the diabolical Joker (Jared Leto) launches an evil agenda of his own.",
'officialUrl': 'http://www.suicidesquad.com/',
'preferredImage': {'caption': {'content': 'Suicide Squad: An IMAX 3D Experience (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'text': 'yes',
'uri': 'assets/p11319046_p_v5_ae.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-08-05',
'releaseYear': 2016,
'rootId': '11319046',
'runTime': 'PT02H03M',
'shortDescription': 'Deadshot, Harley Quinn and other supervillains unite to battle a mysterious and powerful entity.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T11:00',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:50',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:40',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:30',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:45',
'quals': 'IMAX',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:00',
'quals': 'IMAX',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'quals': 'IMAX',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:30',
'quals': 'IMAX',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T10:20',
'quals': 'Descriptive Video Services|IMAX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:20',
'quals': 'Closed Captioned|Descriptive Video Services|IMAX|No Passes',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|IMAX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'quals': 'Descriptive Video Services|IMAX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Descriptive Video Services|IMAX|No Passes|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:45',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:45',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=150410&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:45',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=150410&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Suicide Squad: An IMAX 3D Experience',
'titleLang': 'en',
'tmsId': 'MV007507610000',
'topCast': ['Will Smith', 'Jared Leto', 'Margot Robbie']},
{'descriptionLang': 'en',
'directors': ['John H. Lee'],
'entityType': 'Movie',
'genres': ['Action', 'Historical drama', 'War'],
'longDescription': 'Soldiers fight in the Battle of Incheon during the Korean War.',
'preferredImage': {'caption': {'content': 'Operation Chromite (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p13114058_p_v5_aa.jpg',
'width': '240'},
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '13114058',
'runTime': 'PT01H55M',
'shortDescription': 'Soldiers fight in the Battle of Incheon during the Korean War.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T11:25',
'quals': 'AMC Independent|Korean|Subtitled',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=164749&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:10',
'quals': 'AMC Independent|Korean|Subtitled',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=164749&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'AMC Independent|Korean|Subtitled',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=164749&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:45',
'quals': 'AMC Independent|Korean|Subtitled',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=164749&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:20',
'quals': 'AMC Independent|Korean|Subtitled',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=164749&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Operation Chromite',
'titleLang': 'en',
'tmsId': 'MV009147760000',
'topCast': ['Liam Neeson', 'Sean Dulake', 'Jung-jae Lee']},
{'advisories': ['Adult Language', 'Adult Situations', 'Nudity', 'Violence'],
'descriptionLang': 'en',
'directors': ['Henry Joost', 'Ariel Schulman'],
'entityType': 'Movie',
'genres': ['Thriller', 'Action'],
'longDescription': "Industrious high school senior Vee Delmonico (Emma Roberts) is tired of living life on the sidelines. Pressured by her friends, Vee decides to join Nerve, a popular online game that challenges players to accept a series of dares. It's not long before the adrenaline-fueled competition requires her to perform increasingly dangerous stunts. When Nerve begins to take a sinister turn, Vee finds herself in a high-stakes finale that will ultimately determine her entire future.",
'officialUrl': 'http://www.playnerve.com/',
'preferredImage': {'caption': {'content': 'Nerve (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12711858_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2.5'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-07-27',
'releaseYear': 2016,
'rootId': '12711858',
'runTime': 'PT01H36M',
'shortDescription': 'A teen joins a popular online game that dares players to perform increasingly dangerous stunts.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T11:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160662&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T14:00',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160662&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160662&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=160662&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:45',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160662&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:05',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=160662&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Nerve',
'titleLang': 'en',
'tmsId': 'MV008701240000',
'topCast': ['Emma Roberts', 'Dave Franco', 'Juliette Lewis']},
{'advisories': ['Adult Situations'],
'animation': 'Animated',
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['Andrew Stanton'],
'entityType': 'Movie',
'genres': ['Children', 'Comedy', 'Adventure', 'Animated'],
'longDescription': 'Dory (Ellen DeGeneres) is a wide-eyed, blue tang fish who suffers from memory loss every 10 seconds or so. The one thing she can remember is that she somehow became separated from her parents as a child. With help from her friends Nemo and Marlin, Dory embarks on an epic adventure to find them. Her journey brings her to the Marine Life Institute, a conservatory that houses diverse ocean species. Dory now knows that her family reunion will only happen if she can save mom and dad from captivity.',
'officialUrl': 'http://movies.disney.com/finding-dory',
'preferredImage': {'caption': {'content': 'Finding Dory (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12329215_p_v5_ad.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-06-17',
'releaseYear': 2016,
'rootId': '12329215',
'runTime': 'PT01H43M',
'shortDescription': 'Dory (Ellen DeGeneres) the forgetful fish embarks on an epic quest to find her mother and father.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T13:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=157244&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=157244&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T10:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157244&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T12:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157244&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T14:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157244&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '10771',
'name': 'Regal Issaquah Highlands Stadium 12 IMAX + RPX'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAWYY&m=157244&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Finding Dory',
'titleLang': 'en',
'tmsId': 'MV008243920000',
'topCast': ['Ellen DeGeneres', 'Albert Brooks', "Ed O'Neill"]},
{'advisories': ['Adult Language', 'Adult Situations'],
'descriptionLang': 'en',
'directors': ['Clay Tweel'],
'entityType': 'Movie',
'genres': ['Documentary'],
'longDescription': 'Diagnosed with ALS, former NFL football player Steve Gleason starts to record video journals for his unborn son.',
'officialUrl': 'http://gleasonmovie.com/',
'preferredImage': {'caption': {'content': 'Gleason (2016)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12433957_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-01-23',
'releaseYear': 2016,
'rootId': '12433957',
'runTime': 'PT01H51M',
'shortDescription': 'Diagnosed with ALS, former NFL player Steve Gleason records video journals for his unborn son.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T13:55',
'quals': 'AMC Independent|Descriptive Video Services|Closed Captioned',
'theatre': {'id': '9651', 'name': 'AMC Southcenter 16'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AAUXG&m=163033&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Gleason',
'titleLang': 'en',
'tmsId': 'MV008367120000',
'topCast': ['Steve Gleason', 'Drew Brees', 'Mike McCready']},
{'descriptionLang': 'en',
'entityType': 'Movie',
'genres': ['Romance'],
'longDescription': 'A cook and a sales agent meet on the Chinese New Year and start falling in love.',
'preferredImage': {'uri': 'tvbanners/generic/generic_tvbanners_v5.png'},
'releaseDate': '2016',
'releaseYear': 2016,
'rootId': '13121909',
'runTime': 'PT01H55M',
'shortDescription': 'A cook and a sales agent meet on the Chinese New Year and start falling in love.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:30',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164823&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:25',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164823&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:30',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164823&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:35',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164823&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'How to Be Yours',
'titleLang': 'en',
'tmsId': 'MV009156390000',
'topCast': ['Bea Alonzo', 'Gerald Anderson']},
{'advisories': ['Adult Situations'],
'audience': 'Children',
'descriptionLang': 'en',
'directors': ['Steven Spielberg'],
'entityType': 'Movie',
'genres': ['Fantasy', 'Adventure', 'Children'],
'longDescription': "Ten-year-old Sophie is in for the adventure of a lifetime when she meets the Big Friendly Giant (Mark Rylance). Naturally scared at first, the young girl soon realizes that the 24-foot behemoth is actually quite gentle and charming. As their friendship grows, Sophie's presence attracts the unwanted attention of Bloodbottler, Fleshlumpeater and other giants. After traveling to London, Sophie and the BFG must convince Queen Victoria to help them get rid of all the bad giants once and for all.",
'officialUrl': 'http://movies.disney.com/the-bfg',
'preferredImage': {'caption': {'content': 'The BFG: An IMAX 3D Experience (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12394804_p_v5_ac.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'PG'}],
'releaseDate': '2016-07-01',
'releaseYear': 2016,
'rootId': '12394804',
'runTime': 'PT01H55M',
'shortDescription': 'A 10-year-old girl, Queen Victoria and the Big Friendly Giant must rid the land of all bad giants.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:35',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157862&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T15:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157862&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T18:40',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157862&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:30',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=157862&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'The BFG',
'titleLang': 'en',
'tmsId': 'MV008331500000',
'topCast': ['Mark Rylance', 'Ruby Barnhill', 'Penelope Wilton']},
{'advisories': ['Adult Language', 'Adult Situations', 'Nudity'],
'descriptionLang': 'en',
'directors': ['Matt Ross'],
'entityType': 'Movie',
'genres': ['Comedy drama'],
'longDescription': 'Ben Cash (Viggo Mortensen), his wife Leslie and their six children live deep in the wilderness of Washington state. Isolated from society, Ben and Leslie devote their existence to raising their kids -- educating them to think critically, training them to be physically fit and athletic, guiding them in the wild without technology and demonstrating the beauty of co-existing with nature. When Leslie dies suddenly, Ben must take his sheltered offspring into the outside world for the first time.',
'officialUrl': 'http://www.bleeckerstreetmedia.com/captainfantastic',
'preferredImage': {'caption': {'content': 'Captain Fantastic (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12433041_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-01-23',
'releaseYear': 2016,
'rootId': '12433041',
'runTime': 'PT01H59M',
'shortDescription': 'A widower who lives in the forest takes his six children into the outside world for the first time.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T12:55',
'quals': 'Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=159459&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:15',
'quals': 'Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=159459&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:20',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}},
{'barg': False,
'dateTime': '2016-08-16T19:00',
'theatre': {'id': '10702', 'name': 'Ark Lodge Cinemas'}}],
'subType': 'Feature Film',
'title': 'Captain Fantastic',
'titleLang': 'en',
'tmsId': 'MV008366590000',
'topCast': ['Viggo Mortensen', 'Frank Langella', 'George MacKay']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Ashutosh Gowariker'],
'entityType': 'Movie',
'genres': ['Action', 'Adventure', 'Historical drama', 'Romance'],
'longDescription': 'In 2016 B.C., a farmer in the Indus Valley travels to a city and saves the life of a beautiful woman.',
'preferredImage': {'caption': {'content': 'Mohenjo Daro (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p13115381_p_v5_aa.jpg',
'width': '240'},
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '13115381',
'runTime': 'PT02H35M',
'shortDescription': 'A farmer in the Indus Valley travels to a city and saves the life of a beautiful woman.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:15',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164770&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:15',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164770&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:20',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=164770&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T12:50',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=164770&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:50',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=164770&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T21:00',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=164770&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Mohenjo Daro',
'titleLang': 'en',
'tmsId': 'MV009149040000',
'topCast': ['Hrithik Roshan', 'Pooja Hegde', 'Kabir Bedi']},
{'advisories': ['Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Woody Allen'],
'entityType': 'Movie',
'genres': ['Romantic comedy'],
'longDescription': "Looking for an exciting career, young Bobby Dorfman leaves New York for the glitz and glamour of 1930s Hollywood. After landing a job with his uncle, Bobby falls for Vonnie, a charming woman who happens to be his employer's mistress. Settling for friendship but ultimately heartbroken, Bobby returns to the Bronx and begins working in a nightclub. Everything falls into place when he finds romance with a beautiful socialite, until Vonnie walks back into his life and captures his heart once again.",
'officialUrl': 'https://www.lionsgate.com/movies/cafesociety/',
'preferredImage': {'caption': {'content': 'Café Society (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12827006_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-05-11',
'releaseYear': 2016,
'rootId': '12827006',
'runTime': 'PT01H36M',
'shortDescription': "A young man (Jesse Eisenberg) falls for his uncle's mistress after moving to Hollywood in the 1930s.",
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=162035&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T16:20',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=162035&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T19:10',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=162035&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:55',
'quals': 'Descriptive Video Services|Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=162035&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Café Society',
'titleLang': 'en',
'tmsId': 'MV008841380000',
'topCast': ['Jesse Eisenberg', 'Kristen Stewart', 'Steve Carell']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['Dharmendra Suresh Desai'],
'entityType': 'Movie',
'genres': ['Crime drama', 'Mystery', 'Romance', 'Thriller'],
'longDescription': "A naval officer (Akshay Kumar) goes on trial for the murder of his wife's lover.",
'preferredImage': {'uri': 'tvbanners/generic/generic_tvbanners_v5.png'},
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '13159471',
'runTime': 'PT02H28M',
'shortDescription': "A naval officer (Akshay Kumar) goes on trial for the murder of his wife's lover.",
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T13:30',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=165075&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T17:20',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=165075&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T21:00',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=165075&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T17:00',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=165075&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T20:50',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=165075&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Rustom',
'titleLang': 'en',
'tmsId': 'MV009194190000',
'topCast': ['Akshay Kumar', 'Ileana', 'Esha Gupta']},
{'advisories': ['Adult Language', 'Adult Situations', 'Graphic Violence'],
'descriptionLang': 'en',
'directors': ['Brad Furman'],
'entityType': 'Movie',
'genres': ['Biography', 'Thriller', 'Crime drama'],
'longDescription': "In 1986, federal agent Robert Mazur (Bryan Cranston) goes under cover to infiltrate the trafficking network of Colombian drug kingpin Pablo Escobar. Working with fellow agents Kathy Ertz (Diane Kruger) and Emir Abreu (John Leguizamo), Mazur poses as a slick, money-laundering businessman named Bob Musella. Gaining the confidence of Roberto Alcaino (Benjamin Bratt), Escobar's top lieutenant, Mazur must navigate a vicious criminal underworld where one wrong move could cost him everything.",
'officialUrl': 'http://www.theinfiltrator.com/',
'preferredImage': {'caption': {'content': 'The Infiltrator (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12631366_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-07-13',
'releaseYear': 2016,
'rootId': '12631366',
'runTime': 'PT02H07M',
'shortDescription': 'Agent Robert Mazur poses as a money launderer to infiltrate the network of drug lord Pablo Escobar.',
'showtimes': [{'barg': True,
'dateTime': '2016-08-16T16:10',
'quals': 'Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=159779&d=2016-08-16'},
{'barg': True,
'dateTime': '2016-08-16T22:00',
'quals': 'Closed Captioned',
'theatre': {'id': '7885', 'name': 'Regal Parkway Plaza Stadium 12'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AANJP&m=159779&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'The Infiltrator',
'titleLang': 'en',
'tmsId': 'MV008603730000',
'topCast': ['Bryan Cranston', 'Diane Kruger', 'John Leguizamo']},
{'advisories': ['Adult Language', 'Adult Situations', 'Graphic Violence'],
'descriptionLang': 'en',
'directors': ['David Mackenzie'],
'entityType': 'Movie',
'genres': ['Western', 'Action', 'Crime drama', 'Thriller'],
'longDescription': "Toby is a divorced father who's trying to make a better life for his son. His brother Tanner is an ex-convict with a short temper and a loose trigger finger. Together, they plan a series of heists against the bank that's about to foreclose on their family ranch. Standing in their way is Marcus, a Texas Ranger who's only weeks away from retirement. As the siblings plot their final robbery, they must also prepare for a showdown with a crafty lawman who's not ready to ride off into the sunset.",
'officialUrl': 'http://www.cbsfilms.com/hell-or-high-water/',
'preferredImage': {'caption': {'content': 'Hell or High Water (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12869704_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3.5'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-05-16',
'releaseYear': 2016,
'rootId': '12869704',
'runTime': 'PT01H42M',
'shortDescription': "A Texas Ranger pursues two brothers who steal from the same bank that's about to seize their land.",
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:45',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=162574&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T13:35',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=162574&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:25',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=162574&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T19:15',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=162574&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Closed Captioned|Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=162574&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Hell or High Water',
'titleLang': 'en',
'tmsId': 'MV008891180000',
'topCast': ['Jeff Bridges', 'Chris Pine', 'Ben Foster']},
{'advisories': ['Adult Language', 'Adult Situations'],
'descriptionLang': 'en',
'directors': ['James Schamus'],
'entityType': 'Movie',
'genres': ['Drama'],
'longDescription': 'A Jewish college student (Logan Lerman) falls for a young woman (Sarah Gadon) while clashing with his dean (Tracy Letts) in 1951 Ohio.',
'officialUrl': 'http://indignationfilm.com/',
'preferredImage': {'caption': {'content': 'Indignation (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p12764678_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '2016-01-24',
'releaseYear': 2016,
'rootId': '12764678',
'runTime': 'PT01H50M',
'shortDescription': 'A Jewish college student falls for a young woman while clashing with his dean in 1951 Ohio.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T12:55',
'quals': 'Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161214&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T15:50',
'quals': 'Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161214&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T18:55',
'quals': 'Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161214&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T22:10',
'quals': 'Closed Captioned',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=161214&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Indignation',
'titleLang': 'en',
'tmsId': 'MV008768510000',
'topCast': ['Logan Lerman', 'Sarah Gadon', 'Tracy Letts']},
{'descriptionLang': 'en',
'directors': ['Maruthi'],
'entityType': 'Movie',
'genres': ['Action', 'Romantic comedy'],
'longDescription': 'A soft-spoken police officer (Venkatesh) undergoes a drastic character shift.',
'preferredImage': {'uri': 'tvbanners/generic/generic_tvbanners_v5.png'},
'releaseDate': '2016-08-12',
'releaseYear': 2016,
'rootId': '13143619',
'shortDescription': 'A soft-spoken police officer (Venkatesh) undergoes a drastic character shift.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T13:00',
'quals': 'Digital Cinema',
'theatre': {'id': '2388', 'name': 'Lincoln Square Cinemas'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVL&m=164996&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Babu Bangaram',
'titleLang': 'en',
'tmsId': 'MV009179850000',
'topCast': ['Venkatesh', 'Nayanthara', 'Sampath Raj']},
{'advisories': ['Adult Language', 'Adult Situations', 'Violence'],
'descriptionLang': 'en',
'directors': ['David Ayer'],
'entityType': 'Movie',
'genres': ['Action', 'Adventure', 'Fantasy'],
'longDescription': "Figuring they're all expendable, a U.S. intelligence officer decides to assemble a team of dangerous, incarcerated supervillains for a top-secret mission. Now armed with government weapons, Deadshot (Will Smith), Harley Quinn (Margot Robbie), Captain Boomerang, Killer Croc and other despicable inmates must learn to work together. Dubbed Task Force X, the criminals unite to battle a mysterious and powerful entity, while the diabolical Joker (Jared Leto) launches an evil agenda of his own.",
'officialUrl': 'http://www.suicidesquad.com/',
'preferredImage': {'caption': {'content': 'Suicide Squad: An IMAX 3D Experience (2016)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'text': 'yes',
'uri': 'assets/p11319046_p_v5_ae.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '2016-08-05',
'releaseYear': 2016,
'rootId': '11319046',
'runTime': 'PT02H03M',
'shortDescription': 'Deadshot, Harley Quinn and other supervillains unite to battle a mysterious and powerful entity.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T10:45',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=164534&d=2016-08-16'},
{'barg': False,
'dateTime': '2016-08-16T16:45',
'theatre': {'id': '4247', 'name': 'AMC Kent Station 14'},
'ticketURI': 'http://www.fandango.com/tms.asp?t=AATVQ&m=164534&d=2016-08-16'}],
'subType': 'Feature Film',
'title': 'Suicide Squad: The IMAX 2D Experience',
'titleLang': 'en',
'tmsId': 'MV009116450000',
'topCast': ['Will Smith', 'Jared Leto', 'Margot Robbie']},
{'advisories': ['Adult Language', 'Adult Situations'],
'descriptionLang': 'en',
'directors': ['Emile Ardolino'],
'entityType': 'Movie',
'genres': ['Romance'],
'longDescription': "Baby (Jennifer Grey) is one listless summer away from the Peace Corps. Hoping to enjoy her youth while it lasts, she's disappointed when her summer plans deposit her at a sleepy resort in the Catskills with her parents. Her luck turns around, however, when the resort's dance instructor, Johnny (Patrick Swayze), enlists Baby as his new partner, and the two fall in love. Baby's father forbids her from seeing Johnny, but she's determined to help him perform the last big dance of the summer.",
'preferredImage': {'caption': {'content': 'Dirty Dancing (1987)',
'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p10022_p_v5_ab.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '3'},
'ratings': [{'body': 'Motion Picture Association of America',
'code': 'PG-13'}],
'releaseDate': '1987-08-25',
'releaseYear': 1987,
'rootId': '10022',
'runTime': 'PT01H40M',
'shortDescription': "Teen (Jennifer Grey) gets slinky with dance teacher (Patrick Swayze) in '63 Catskills.",
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T19:00',
'theatre': {'id': '10068', 'name': 'Central Cinema'}}],
'subType': 'Feature Film',
'title': 'Dirty Dancing',
'titleLang': 'en',
'tmsId': 'MV000224030000',
'topCast': ['Jennifer Grey', 'Patrick Swayze', 'Jerry Orbach']},
{'advisories': ['Adult Language',
'Adult Situations',
'Graphic Violence',
'Nudity'],
'descriptionLang': 'en',
'directors': ['Rowdy Herrington'],
'entityType': 'Movie',
'genres': ['Action'],
'longDescription': "The Double Deuce is the meanest, loudest and rowdiest bar south of the Mason-Dixon Line, and Dalton (Patrick Swayze) has been hired to clean it up. He might not look like much, but the Ph.D.-educated bouncer proves he's more than capable -- busting the heads of troublemakers and turning the roadhouse into a jumping hot-spot. But Dalton's romance with the gorgeous Dr. Clay (Kelly Lynch) puts him on the bad side of cutthroat local big shot Brad Wesley (Ben Gazzara).",
'preferredImage': {'caption': {'content': 'Road House (1989)', 'lang': 'en'},
'category': 'Poster Art',
'height': '360',
'primary': 'true',
'text': 'yes',
'uri': 'assets/p11668_p_v5_aa.jpg',
'width': '240'},
'qualityRating': {'ratingsBody': 'TMS', 'value': '2'},
'ratings': [{'body': 'Motion Picture Association of America', 'code': 'R'}],
'releaseDate': '1989-05-19',
'releaseYear': 1989,
'rootId': '11668',
'runTime': 'PT01H52M',
'shortDescription': 'Ph.D. bouncer (Patrick Swayze) tames bar, woos doctor (Kelly Lynch), cleans up town.',
'showtimes': [{'barg': False,
'dateTime': '2016-08-16T21:30',
'theatre': {'id': '10068', 'name': 'Central Cinema'}}],
'subType': 'Feature Film',
'title': 'Road House',
'titleLang': 'en',
'tmsId': 'MV000271480000',
'topCast': ['Patrick Swayze', 'Kelly Lynch', 'Sam Elliott']}]
In [113]:
zip = '98056'
radius = '10'
start_date = '2016-08-20'
def get_current_json():
url = 'http://data.tmsapi.com/v1.1/movies/showings?startDate=' + start_date + '&zip=' + zip + '&radius=' + radius + '&units=mi&api_key=ywfnykbqh7mgmuuwt5rjxr56'
true_data = json.loads(requests.get(url).text)
In [80]:
title_list = list()
current_filter_set = list()
for entry in true_data:
title_list.append((entry['title'], entry['title']))
title_list.sort()
In [107]:
chosen_title = title_list[2][0]
In [108]:
theatre_list = list()
for entry in true_data:
if entry['title'] == chosen_title:
current_filter_set.append(entry)
for showtime in entry['showtimes']:
theatre = showtime['theatre']['name']
if (theatre, theatre) not in theatre_list:
theatre_list.append((theatre, theatre))
theatre_list.sort()
In [109]:
chosen_theatre = theatre_list[0][0]
In [111]:
showtime_list = list()
for entry in current_filter_set:
for showtime in entry['showtimes']:
if showtime['theatre']['name'] == chosen_theatre:
showtime = showtime['dateTime'][11:]
if (showtime, showtime) not in showtime_list:
showtime_list.append((showtime, showtime))
showtime_list.sort()
In [112]:
showtime_list
Out[112]:
[('11:30', '11:30'),
('14:20', '14:20'),
('16:50', '16:50'),
('19:40', '19:40'),
('22:40', '22:40')]
In [1]:
from datetime import date
In [6]:
past = date.today()
In [7]:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-a527d09da367> in <module>()
----> 1 present = date.today() - 1
TypeError: unsupported operand type(s) for -: 'datetime.date' and 'int'
In [5]:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-5-5247ba51fe28> in <module>()
----> 1 test_date = date.isoformat(2016,8,19)
TypeError: descriptor 'isoformat' requires a 'datetime.date' object but received a 'int'
In [14]:
past = datetime.strptime(test_date, '%Y-%m-%d')
In [15]:
past < present
Out[15]:
True
In [ ]:
Content source: arnavd96/Cinemiezer
Similar notebooks: