Movies playing in local theatres

/movies/showings

Returns a list of all movies and showtimes in local US and Canadian theatres, based on a given geography (postal code or latitude/longitude).

Response data will be grouped and sorted by movie title, then sorted by theatre distance and showtime.

Request Parameters

Parameter

Mandatory?

Description

startDate Yes Start date, formatted yyyy-mm-dd.
Current date or greater.
numDays No Number of days for which to return showtimes. Theatres generally release showtimes by week, Fri-Thurs. Some advance ticket showtimes for major releases may be available up to 90 days in advance.
Default is 1. Value must be between 1 and 90.

zip

No

Postal code (US or Canadian)
Must supply either zip/postal code or coordinates.
lat No Latitude; valid values are between -90 and 90.
Must supply either zip/postal code or coordinates.
lng No Longitude; valid values are between -180 and 180.
Must supply either zip/postal code or coordinates.
radius No Range to search from initial location. Maximum is 100 mi (160 km).
Defaults to 5.
units No Unit of measurement for radius parameter. Valid values are mi or km. Defaults to miles.
Also specifies unit of measurement for distance field in response.
imageSize No Requested size of image returned in preferredImage URI.
Valid values are: Sm, Md, Lg, Ms. See Image Sizing for details.
If not specified, defaults to Md.
If requested image size is not available, generic image will be returned.

imageText

No

Boolean indicating preference for image types with text (banners) or without text (iconics). If requested preference is not available, image selection will continue to next type (banner/iconic), before finally returning generic if no image found. Defaults to true for text preference.

api_key

Yes

24-character key obtained during application registration

Response Body

Response

Description

tmsId Resource identifier for movie
rootId Numeric resource identifier for program; parent id for all program variations in languages and versions
title Movie title, as set for release
titleLang 2-letter language abbreviation code (e.g., 'en'=English, 'sp'=Spanish)
shortDescription Movie description, maximum 100 characters.
descriptionLang 2-letter language abbreviation code (e.g., 'en'=English, 'sp'=Spanish)
ratings Ratings metadata, if available
body Ratings body; currently returning only MPAA ratings for movies
code Ratings code (e.g., G, PG, PG-13)
genres Comma-separated list of movie genres (e.g., Romance, Horror, Comedy)
topCast Comma-separated list of top 3 cast member names, if available.
preferredImage Movie image, if available; see Image Metadata for details
releaseYear Original year of release, regardless of release country
releaseDate Most recent release date, can be used for sorting purposes
qualityRating Critical ratings metadata, if available.
ratingsBody Critical reviewer; currently returning only TMS quality ratings
value Number of stars (for TMS ratings, 1-4 stars)
officialUrl Official movie website, if available
runTime Movie duration, specified in ISO-8601 format; PTxxHyyM = xx hours, yy minutes
showtimes List of showtimes objects with the following elements:
theatre Theatre object with the following elements:
id Resource identifier for theatre
name Theatre name
barg Boolean indicating bargain or matinee pricing for showtime
dateTime Movie showtime, in the theater’s local time zone.
ticketURI For Fandango-affiliated theatres, partial link to online Fandango ticketing.
A Fandango affiliate agreement is needed for full use of online ticketing. TMS Sales representatives can provide additional information on this service.
quals Also referred to as 'General Settings' by theatres. These are attributes or services specific to the screen or auditorium where a title is playing for the given showtime.
Examples are No Passes, Stadium Seating, Digital Presentation. Multiple values are delimited by '|'.
entityType Program type (Movie)

Sample Request

http://data.tmsapi.com/v1.1/movies/showings?startDate=2015-01-21&zip=60611&api_key=1234567890

Sample Response

[{
    "tmsId": "MV005632860000",
    "rootId": "10673530",
    "subType": "Feature Film",
    "title": "Boyhood",
    "releaseYear": 2014,
    "releaseDate": "2014-07-11",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "The joys and pitfalls of growing up are seen through the eyes of a child named Mason (Ellar Coltrane), his parents (Patricia Arquette, Ethan Hawke) and his sister (Lorelei Linklater). Vignettes, filmed with the same cast over the course of 12 years, capture family meals, road trips, birthday parties, graduations and other important milestones. Songs from Coldplay, Arcade Fire and other artists capture the time period. Directed by Richard Linklater.",
    "shortDescription": "A child (Ellar Coltrane) grows from boyhood to manhood over the course of 12 years.",
    "topCast": ["Ellar Coltrane", "Patricia Arquette", "Ethan Hawke"],
    "directors": ["Richard Linklater"],
    "officialUrl": "http://www.boyhoodmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "4"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations"],
    "runTime": "PT02H42M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Boyhood (2014)",
            "lang": "en"
        },
        "uri": "assets/p10673530_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T15:05",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=137816&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005224570000",
    "rootId": "10295153",
    "subType": "Feature Film",
    "title": "The Grand Budapest Hotel",
    "releaseYear": 2014,
    "releaseDate": "2014-03-07",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy drama"],
    "longDescription": "In the 1930s, the Grand Budapest Hotel is a popular European ski resort, presided over by concierge Gustave H. (Ralph Fiennes). Zero, a junior lobby boy, becomes Gustave's friend and protege. Gustave prides himself on providing first-class service to the hotel's guests, including satisfying the sexual needs of the many elderly women who stay there. When one of Gustave's lovers dies mysteriously, Gustave finds himself the recipient of a priceless painting and the chief suspect in her murder.",
    "shortDescription": "A lobby boy becomes the apprentice and loyal friend of a deluxe hotel's renowned concierge.",
    "topCast": ["Ralph Fiennes", "F. Murray Abraham", "Mathieu Amalric"],
    "directors": ["Wes Anderson"],
    "officialUrl": "http://www.grandbudapesthotel.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "4"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H39M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Grand Budapest Hotel (2014)",
            "lang": "en"
        },
        "uri": "assets/p10295153_p_v5_ac.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T15:35",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=133438&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005545910000",
    "rootId": "10598078",
    "subType": "Feature Film",
    "title": "Inherent Vice",
    "releaseYear": 2014,
    "releaseDate": "2014-01-09",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Crime drama", "Mystery"],
    "longDescription": "In a California beach community, private detective Larry \"Doc\" Sportello (Joaquin Phoenix) tends to work his cases through a smoky haze of marijuana. One day, Shasta, a former lover, arrives out of the blue to plead for Doc's help; it seems that Shasta's current beau, rich real-estate tycoon Mickey Wolfmann, has a wife who may be plotting to commit him to a mental hospital. When Mickey and Shasta both disappear, Doc navigates a psychedelic world of surfers, stoners and cops to solve the case.",
    "shortDescription": "A drug-fueled private detective (Joaquin Phoenix) looks for a missing ex-girlfriend and her lover.",
    "topCast": ["Joaquin Phoenix", "Josh Brolin", "Owen Wilson"],
    "directors": ["Paul Thomas Anderson"],
    "officialUrl": "http://inherentvicemovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Nudity", "Violence"],
    "runTime": "PT02H28M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Inherent Vice (2014)",
            "lang": "en"
        },
        "uri": "assets/p10598078_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T18:15",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=136925&d=2015-02-10"
    }]
}, {
    "tmsId": "EV000005335123",
    "rootId": "11420875",
    "subType": "Theatre Event",
    "title": "Bangarang!: True Romance",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T19:00",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=146985&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005083090000",
    "rootId": "10171609",
    "subType": "Feature Film",
    "title": "Foxcatcher",
    "releaseYear": 2014,
    "releaseDate": "2014-05-18",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Docudrama", "Crime drama"],
    "longDescription": "When wealthy John du Pont (Steve Carell) invites Olympic wrestler Mark Schultz (Channing Tatum) to move to his estate and help form a wrestling team for the 1988 Olympics, Mark sees a way to step out of the shadow of his charismatic brother, Dave (Mark Ruffalo). However, du Pont begins to lead Mark down a dark road, causing the athlete's self-esteem to slip. Meanwhile, du Pont becomes fixated on bringing Dave into the fold, eventually propelling all three toward an unforeseen tragedy.",
    "shortDescription": "The paranoia of John du Pont, the chemicals-manufacturing heir, prompts tragedy for two Olympians.",
    "topCast": ["Steve Carell", "Channing Tatum", "Mark Ruffalo"],
    "directors": ["Bennett Miller"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Situations", "Violence"],
    "runTime": "PT02H14M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Foxcatcher (2014)",
            "lang": "en"
        },
        "uri": "assets/p10171609_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T21:45",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=131391&d=2015-02-10"
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T11:00",
        "quals": "A.M.",
        "barg": false
    }]
}, {
    "tmsId": "EV000005335151",
    "rootId": "11420897",
    "subType": "Theatre Event",
    "title": "Weird Wednesday: Cop",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "9489",
            "name": "Alamo Drafthouse at the Ritz"
        },
        "dateTime": "2015-02-10T22:10",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAUQP&m=146990&d=2015-02-10"
    }]
}, {
    "tmsId": "EV000005191350",
    "rootId": "11289126",
    "subType": "Theatre Event",
    "title": "The Oscar Nominated Short Films 2015: Animated",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T11:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T20:15",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T11:10",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T18:45",
        "barg": false
    }]
}, {
    "tmsId": "MV005738080000",
    "rootId": "10771057",
    "subType": "Feature Film",
    "title": "The Imitation Game",
    "releaseYear": 2014,
    "releaseDate": "2014-11-14",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Docudrama", "Historical drama", "Biography"],
    "longDescription": "In 1939, newly created British intelligence agency MI6 recruits Cambridge mathematics alumnus Alan Turing (Benedict Cumberbatch) to crack Nazi codes, including Enigma -- which cryptanalysts had thought unbreakable. Turing's team, including Joan Clarke (Keira Knightley), analyze Enigma messages while he builds a machine to decipher them. Turing and team finally succeed and become heroes, but in 1952, the quiet genius encounters disgrace when authorities reveal he is gay and send him to prison.",
    "shortDescription": "Alan Turing helps crack the Enigma Code, then is prosecuted in 1952 for homosexuality.",
    "topCast": ["Benedict Cumberbatch", "Keira Knightley", "Matthew Goode"],
    "directors": ["Morten Tyldum"],
    "officialUrl": "http://theimitationgamemovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H53M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Imitation Game (2014)",
            "lang": "en"
        },
        "uri": "assets/p10771057_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T11:55",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T14:20",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T16:40",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T19:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T21:20",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T11:25",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T13:05",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T15:55",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:20",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T21:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T11:55",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:30",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:05",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:40",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:15",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T12:15",
        "quals": "Digital Presentation|Closed Captioned|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T15:00",
        "quals": "Digital Presentation|Closed Captioned|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:45",
        "quals": "Digital Presentation|Closed Captioned|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=139278&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:30",
        "quals": "Digital Presentation|Closed Captioned|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=139278&d=2015-02-10"
    }]
}, {
    "tmsId": "MV006327300000",
    "rootId": "11095407",
    "subType": "Feature Film",
    "title": "A Most Violent Year",
    "releaseYear": 2014,
    "releaseDate": "2014-12-31",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama", "Suspense"],
    "longDescription": "In 1981 New York, a fuel supplier (Oscar Isaac) tries to adhere to his own moral compass amid the rampant violence, corruption and decay that threaten his family and his business.",
    "shortDescription": "In 1981 New York, violence, corruption and decay threaten to destroy a fuel supplier's business.",
    "topCast": ["Oscar Isaac", "Jessica Chastain", "David Oyelowo"],
    "directors": ["J.C. Chandor"],
    "officialUrl": "http://newyorkcity1981.com/",
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT02H04M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "A Most Violent Year (2014)",
            "lang": "en"
        },
        "uri": "assets/p11095407_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T12:15",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T15:10",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T20:55",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T12:55",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T16:00",
        "barg": false
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:55",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=143283&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:25",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=143283&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:20",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=143283&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:30",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=143283&d=2015-02-10"
    }]
}, {
    "tmsId": "EV000004517415",
    "rootId": "10512705",
    "subType": "Theatre Event",
    "title": "Oscar Nominated Documentary Shorts Program A",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T13:20",
        "barg": false
    }]
}, {
    "tmsId": "MV005943270000",
    "rootId": "10864073",
    "subType": "Feature Film",
    "title": "Selma",
    "releaseYear": 2014,
    "releaseDate": "2014-12-25",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Historical drama", "Docudrama"],
    "longDescription": "Although the Civil Rights Act of 1964 legally desegregated the South, discrimination was still rampant in certain areas, making it very difficult for blacks to register to vote. In 1965, an Alabama city became the battleground in the fight for suffrage. Despite violent opposition, Dr. Martin Luther King Jr. (David Oyelowo) and his followers pressed forward on an epic march from Selma to Montgomery, and their efforts culminated in President Lyndon Johnson signing the Voting Rights Act of 1965.",
    "shortDescription": "Dr. Martin Luther King Jr. (David Oyelowo) wages a historic battle to win voting rights for all.",
    "topCast": ["David Oyelowo", "Tom Wilkinson", "Carmen Ejogo"],
    "directors": ["Ava DuVernay"],
    "officialUrl": "http://www.selmamovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT02H08M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Selma (2014)",
            "lang": "en"
        },
        "uri": "assets/p10864073_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T13:40",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T17:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T18:15",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T12:20",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T15:30",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T18:45",
        "barg": false
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T11:45",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140501&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T16:00",
        "quals": "Closed Captioned|Descriptive Video Services",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140501&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:00",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140501&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T21:50",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140501&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T11:45",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140501&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T14:40",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140501&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005997630000",
    "rootId": "10901383",
    "subType": "Feature Film",
    "title": "Two Days, One Night",
    "releaseYear": 2014,
    "releaseDate": "2014-05-20",
    "titleLang": "en-GB",
    "descriptionLang": "en-GB",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "The film follows Sandra, a young woman assisted by her husband, who has only one weekend to convince her colleagues to give up their bonuses so that she can keep her job.",
    "shortDescription": "A woman and her husband have to convince her colleagues to give up bonuses so she keeps her job.",
    "topCast": ["Marion Cotillard", "Fabrizio Rongione", "Catherine Salée"],
    "directors": ["Jean-Pierre Dardenne", "Luc Dardenne"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H35M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Two Days, One Night (2014)"
        },
        "uri": "assets/p10901383_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T14:50",
        "barg": false
    }, {
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T19:55",
        "barg": false
    }]
}, {
    "tmsId": "EV000005374193",
    "rootId": "11458991",
    "subType": "Theatre Event",
    "title": "Oscar Nominated Short Films 2015: Documentary Program B",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T16:15",
        "barg": false
    }]
}, {
    "tmsId": "EV000005191339",
    "rootId": "11289119",
    "subType": "Theatre Event",
    "title": "The Oscar Nominated Short Films 2015: Live Action",
    "titleLang": "en",
    "entityType": "Movie",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T17:45",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T14:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T21:40",
        "barg": false
    }]
}, {
    "tmsId": "MV005689500000",
    "rootId": "10726435",
    "subType": "Feature Film",
    "title": "Birdman or (The Unexpected Virtue of Ignorance)",
    "releaseYear": 2014,
    "releaseDate": "2014-10-17",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy drama", "Comedy"],
    "longDescription": "Former cinema superhero Riggan Thomson (Michael Keaton) is mounting an ambitious Broadway production that he hopes will breathe new life into his stagnant career. It's risky, but he hopes that his creative gamble will prove that he's a real artist and not just a washed-up movie star. As opening night approaches, a castmate is injured, forcing Riggan to hire an actor (Edward Norton) who is guaranteed to shake things up. Meanwhile, Riggan must deal with his girlfriend, daughter and ex-wife.",
    "shortDescription": "A washed-up actor, whose most-famous role was a superhero, makes a Broadway bid for glory.",
    "topCast": ["Michael Keaton", "Zach Galifianakis", "Edward Norton"],
    "directors": ["Alejandro González Iñárritu"],
    "officialUrl": "http://www.birdmanthemovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H59M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Birdman or (The Unexpected Virtue of Ignorance) (2014)",
            "lang": "en"
        },
        "uri": "assets/p10726435_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T21:40",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T11:00",
        "quals": "Star & Strollers Screening",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T14:30",
        "quals": "Star & Strollers Screening",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T16:50",
        "quals": "Star & Strollers Screening",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:50",
        "quals": "Star & Strollers Screening",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T22:15",
        "quals": "Star & Strollers Screening",
        "barg": false
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:00",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=138540&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005440720000",
    "rootId": "10488558",
    "subType": "Feature Film",
    "title": "Whiplash",
    "releaseYear": 2014,
    "releaseDate": "2014-01-16",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "A first-year music student (Miles Teller) wins a seat behind the drums in a jazz band led by a teacher (J.K. Simmons) who uses fear and intimidation to push his students to perfection.",
    "shortDescription": "A first-year music student wins a seat behind the drums of a brutal teacher's jazz band.",
    "topCast": ["Miles Teller", "J.K. Simmons", "Melissa Benoist"],
    "directors": ["Damien Chazelle"],
    "officialUrl": "http://www.sonyclassics.com/whiplash/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations"],
    "runTime": "PT01H46M",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10420",
            "name": "Violet Crown Cinema"
        },
        "dateTime": "2015-02-10T22:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T14:00",
        "barg": false
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:00",
        "quals": "Closed Captioned|CineArts Digital",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140005&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T15:45",
        "quals": "Closed Captioned|CineArts Digital",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140005&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T18:55",
        "quals": "Closed Captioned|CineArts Digital",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140005&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T21:40",
        "quals": "Closed Captioned|CineArts Digital",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140005&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T15:55",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140005&d=2015-02-10"
    }]
}, {
    "tmsId": "MV004870230000",
    "rootId": "9980618",
    "subType": "Feature Film",
    "title": "Seventh Son",
    "releaseYear": 2014,
    "releaseDate": "2014-12-17",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Fantasy", "Action", "Adventure"],
    "longDescription": "Centuries ago, a supernatural champion named Master Gregory (Jeff Bridges) defeated Mother Malkin (Julianne Moore), a malevolent witch. Now, she has escaped imprisonment and thirsts for vengeance. She summons her followers and prepares to unleash her wrath on humanity. Only one thing stands in her way: Master Gregory. Gregory takes Tom Ward (Ben Barnes) as his new apprentice, but he has only until the next full moon to teach Tom what usually takes years: how to prevail against dark magic.",
    "shortDescription": "A supernatural champion trains an apprentice to fight the dark magic of an evil witch.",
    "topCast": ["Jeff Bridges", "Julianne Moore", "Ben Barnes"],
    "directors": ["Sergei Bodrov"],
    "officialUrl": "http://www.seventhsonmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H42M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Seventh Son (2014)",
            "lang": "en"
        },
        "uri": "assets/p9980618_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T11:10",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T17:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:45",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T22:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T14:00",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:30",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:35",
        "quals": "Closed Captioned|Descriptive Video Services",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:25",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T16:00",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T21:00",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129067&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T13:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:10",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:55",
        "quals": "D-BOX",
        "barg": false
    }]
}, {
    "tmsId": "MV006221670000",
    "rootId": "11044467",
    "subType": "Feature Film",
    "title": "Amira & Sam",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy drama", "Romance"],
    "longDescription": "A veteran tries to assimilate back into civilian life in a country he barely recognizes while trying to win the heart of an Iraqi immigrant.",
    "shortDescription": "A veteran tries to assimilate back into civilian life in a country he barely recognizes.",
    "topCast": ["Martin Starr", "Dina Shihabi", "Paul Wesley"],
    "directors": ["Sean Mullin"],
    "runTime": "PT01H28M",
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T11:50",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T14:20",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T16:50",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:30",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T22:10",
        "barg": false
    }]
}, {
    "tmsId": "MV006137870000",
    "rootId": "10991238",
    "subType": "Feature Film",
    "title": "American Sniper",
    "releaseYear": 2014,
    "releaseDate": "2014-12-25",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action", "Docudrama", "War"],
    "longDescription": "U.S. Navy SEAL Chris Kyle (Bradley Cooper) takes his sole mission -- protect his comrades -- to heart and becomes one of the most lethal snipers in American history. His pinpoint accuracy not only saves countless lives but also makes him a prime target of insurgents. Despite grave danger and his struggle to be a good husband and father to his family back in the States, Kyle serves four tours of duty in Iraq. However, when he finally returns home, he finds that he cannot leave the war behind.",
    "shortDescription": "U.S. Navy SEAL Chris Kyle, one of the most lethal snipers in history, serves four tours in Iraq.",
    "topCast": ["Bradley Cooper", "Sienna Miller", "Jake McDorman"],
    "directors": ["Clint Eastwood"],
    "officialUrl": "http://www.americansnipermovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Graphic Violence"],
    "runTime": "PT02H12M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "American Sniper (2014)",
            "lang": "en"
        },
        "uri": "assets/p10991238_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T12:30",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T15:45",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:00",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T21:10",
        "barg": false
    }, {
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T22:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:05",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:05",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:10",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:20",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:00",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:25",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T16:50",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:35",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T21:55",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:30",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T16:35",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:00",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T19:40",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T21:00",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141817&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T15:45",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T18:55",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:45",
        "barg": false
    }]
}, {
    "tmsId": "MV004870240000",
    "rootId": "9980618",
    "subType": "Feature Film",
    "title": "Seventh Son 3D",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Fantasy", "Action", "Adventure"],
    "longDescription": "Centuries ago, a supernatural champion named Master Gregory (Jeff Bridges) defeated Mother Malkin (Julianne Moore), a malevolent witch. Now, she has escaped imprisonment and thirsts for vengeance. She summons her followers and prepares to unleash her wrath on humanity. Only one thing stands in her way: Master Gregory. Gregory takes Tom Ward (Ben Barnes) as his new apprentice, but he has only until the next full moon to teach Tom what usually takes years: how to prevail against dark magic.",
    "shortDescription": "A supernatural champion trains an apprentice to fight the dark magic of an evil witch.",
    "topCast": ["Jeff Bridges", "Julianne Moore", "Ben Barnes"],
    "directors": ["Sergei Bodrov"],
    "officialUrl": "http://www.seventhsonmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H42M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Seventh Son (2014)",
            "lang": "en"
        },
        "uri": "assets/p9980618_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T13:35",
        "barg": false
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:45",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:15",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:00",
        "quals": "Descriptive Video Services|No Passes|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:10",
        "quals": "Descriptive Video Services|No Passes|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:45",
        "quals": "Descriptive Video Services|No Passes|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:10",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:30",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129068&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:30",
        "quals": "D-BOX",
        "barg": false
    }]
}, {
    "tmsId": "MV006431770000",
    "rootId": "11150038",
    "subType": "Feature Film",
    "title": "Goodbye to Language 3D",
    "releaseYear": 2014,
    "releaseDate": "2014-10-13",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "As a stray dog wanders from town to country over the course of several seasons, a married woman and a single man meet, love, argue and fight.",
    "shortDescription": "Over the course of several seasons, a married woman and a single man meet, love, argue and fight.",
    "topCast": ["Héloise Godet", "Kamel Abdeli", "Richard Chevallier"],
    "directors": ["Jean-Luc Godard"],
    "runTime": "PT01H10M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Goodbye to Language (2014)",
            "lang": "en"
        },
        "uri": "assets/p11150038_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T16:15",
        "barg": false
    }]
}, {
    "tmsId": "MV001210890000",
    "rootId": "29758",
    "subType": "Feature Film",
    "title": "Secretary",
    "releaseYear": 2002,
    "releaseDate": "2002-09-20",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "Lee Holloway (Maggie Gyllenhaal), a young woman with a history of severe emotional problems, is released into the care of her overbearing parents following a stay at a mental institution. She finds work as a secretary for a rigid and demanding attorney, E. Edward Grey (James Spader), and starts dating the kind but dull Peter (Jeremy Davies). However, Lee soon realizes she's turned on by Grey's stern demeanor, and begins a sadomasochistic relationship with him.",
    "shortDescription": "A woman (Maggie Gyllenhaal) and her boss (James Spader) enjoy sadomasochism.",
    "topCast": ["James Spader", "Maggie Gyllenhaal", "Jeremy Davies"],
    "directors": ["Steven Shainberg"],
    "officialUrl": "http://www.secretarythemovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Nudity", "Strong Sexual Content"],
    "runTime": "PT01H52M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Secretary (2002)",
            "lang": "en"
        },
        "uri": "assets/p29758_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T19:00",
        "barg": false
    }]
}, {
    "tmsId": "MV006314230000",
    "rootId": "11089704",
    "subType": "Feature Film",
    "title": "The Duke of Burgundy",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "Two entomologists (Sidse Babett Knudsen, Chiara D'Anna) play ritual games of dominance and subservience.",
    "shortDescription": "Two entomologists play ritual games of dominance and subservience.",
    "topCast": ["Sidse Babett Knudsen", "Chiara D'Anna", "Eugenia Caruso"],
    "directors": ["Peter Strickland"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "advisories": ["Adult Situations"],
    "runTime": "PT01H46M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Duke of Burgundy (2014)",
            "lang": "en"
        },
        "uri": "assets/p11089704_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T21:55",
        "barg": false
    }]
}, {
    "tmsId": "MV005121440000",
    "rootId": "10205043",
    "subType": "Feature Film",
    "title": "R100",
    "releaseYear": 2013,
    "releaseDate": "2013-10-05",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy drama"],
    "longDescription": "Ruthless dominatrixes pursue a mild-mannered salesman who wants to get out of his unbreakable contract with a secret bondage club.",
    "shortDescription": "Ruthless dominatrixes pursue a mild-mannered salesman who's trying to break his contract with them.",
    "topCast": ["Mao Daichi", "Lindsay Kay Howard", "Hairi Katagiri"],
    "directors": ["Hitoshi Matsumoto"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2.5"
    },
    "advisories": ["Adult Situations", "Violence"],
    "runTime": "PT01H40M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "R100 (2013)",
            "lang": "en"
        },
        "uri": "assets/p10205043_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "10984",
            "name": "Alamo Drafthouse South Lamar"
        },
        "dateTime": "2015-02-10T22:05",
        "barg": false
    }]
}, {
    "tmsId": "MV007082730000",
    "rootId": "11436975",
    "subType": "Feature Film",
    "title": "Yennai Arindhaal",
    "releaseYear": 2015,
    "releaseDate": "2015-01-29",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action"],
    "shortDescription": "A man turns to a life of crime to help a friend.",
    "longDescription": "A man turns to a life of crime to help a friend.",
    "topCast": ["Ajith Kumar", "Trisha Krishnan", "Anushka Shetty"],
    "directors": ["Gautam Vasudev Menon"],
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T11:55",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147137&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:10",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147137&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T20:30",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147137&d=2015-02-10"
    }]
}, {
    "tmsId": "MV007082720000",
    "rootId": "11436961",
    "subType": "Feature Film",
    "title": "Baby",
    "releaseYear": 2015,
    "releaseDate": "2015-01-23",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action", "Crime drama", "Mystery", "Suspense"],
    "longDescription": "Ajay, a member of an elite counter terrorism unit, discovers a major threat and leads the team in a series of raids to stop an attack.",
    "shortDescription": "Ajay discovers a major threat and leads his team in a series of raids to stop an attack.",
    "topCast": ["Akshay Kumar", "Anupam Kher", "Tapsee Pannu"],
    "directors": ["Neeraj Pandey"],
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T12:00",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147136&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T15:25",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147136&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T18:50",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147136&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:10",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147136&d=2015-02-10"
    }]
}, {
    "tmsId": "MV006504920000",
    "rootId": "11019831",
    "subType": "Feature Film",
    "title": "The Woman in Black 2: Angel of Death",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Horror", "Suspense"],
    "longDescription": "During World War II, the London bombings force schoolteachers Eve Parkins (Phoebe Fox) and Jean Hogg (Helen McCrory) to evacuate a group of children to Crythin Gifford. When the refugees take shelter at Eel Marsh House, Eve soon comes to realize that they are not alone. The longer they remain there, the more the house's evil spirit threatens the children. With the help of a pilot (Jeremy Irvine), Eve tries to protect the children and uncover the truth behind the Woman in Black.",
    "shortDescription": "A malevolent spirit terrorizes the teachers and children who have taken refuge in Eel Marsh House.",
    "topCast": ["Phoebe Fox", "Jeremy Irvine", "Helen McCrory"],
    "directors": ["Tom Harper"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H38M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Woman in Black 2: Angel of Death (2014)",
            "lang": "en"
        },
        "uri": "assets/p11019831_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T12:05",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=144542&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T14:40",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=144542&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T17:20",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=144542&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T20:00",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=144542&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:30",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=144542&d=2015-02-10"
    }]
}, {
    "tmsId": "MV007152540000",
    "rootId": "11475843",
    "subType": "Feature Film",
    "title": "Shamitabh",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy drama", "Suspense"],
    "shortDescription": "Two people come together, but their differences force them apart.",
    "longDescription": "Two people come together, but their differences force them apart.",
    "topCast": ["Amitabh Bachchan", "Dhanush", "Akshara"],
    "directors": ["R. Balki"],
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T12:30",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147654&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T15:50",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147654&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:25",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147654&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:25",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147654&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005911820000",
    "rootId": "10849021",
    "subType": "Feature Film",
    "title": "The SpongeBob Movie: Sponge Out of Water 3D",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Animated", "Adventure", "Comedy", "Children"],
    "longDescription": "Life is dandy in Bikini Bottom for SpongeBob Squarepants (Tom Kenny) and his friends Patrick (Bill Fagerbakke), Squidward (Rodger Bumpass), Mr. Krabs (Clancy Brown) and Sandy (Carolyn Lawrence). However, when the top-secret recipe for Krabby Patties is stolen, SpongeBob finds that he must join forces with perpetual adversary Plankton (Mr. Lawrence) and come ashore to battle a fiendish pirate named Burger Beard (Antonio Banderas), who has his own plans for the delicious delicacies.",
    "shortDescription": "SpongeBob and Plankton join forces against a pirate after the recipe for Krabby Patties is stolen.",
    "topCast": ["Tom Kenny", "Bill Fagerbakke", "Rodger Bumpass"],
    "directors": ["Paul Tibbitt", "Mike Mitchell"],
    "officialUrl": "http://www.spongebobmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H32M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The SpongeBob Movie: Sponge Out of Water 3D (2015)",
            "lang": "en"
        },
        "uri": "assets/p10849021_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T12:45",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T15:30",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:35",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T18:05",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T20:45",
        "quals": "RealD 3D|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:25",
        "quals": "No Passes|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:20",
        "quals": "No Passes|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T12:00",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:20",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T14:30",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T15:40",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T16:50",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140298&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:20",
        "barg": false
    }]
}, {
    "tmsId": "MV005521240000",
    "rootId": "10569216",
    "subType": "Feature Film",
    "title": "Big Hero 6",
    "releaseYear": 2014,
    "releaseDate": "2014-11-07",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy", "Science fiction", "Action", "Adventure", "Animated"],
    "longDescription": "Robotics prodigy Hiro (Ryan Potter) lives in the city of San Fransokyo. Besides his older brother, Tadashi, Hiro's closest companion is Baymax (Scott Adsit), a robot whose sole purpose is to take care of people. When a devastating turn of events throws Hiro into the middle of a dangerous plot, he transforms Baymax and his other friends, Go Go Tamago (Jamie Chung), Wasabi (Damon Wayans Jr.), Honey Lemon (Genesis Rodriguez) and Fred (T.J. Miller) into a band of high-tech heroes.",
    "shortDescription": "A child prodigy, his robot and a reluctant crew of novice crime-fighters team up to save their city.",
    "topCast": ["Ryan Potter", "Scott Adsit", "T.J. Miller"],
    "directors": ["Don Hall", "Chris Williams"],
    "officialUrl": "http://movies.disney.com/big-hero-6?cmp=wdsmp_bh6_url_dcomBigHero6",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H48M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Big Hero 6 (2014)",
            "lang": "en"
        },
        "uri": "assets/p10569216_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:20",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136679&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T15:55",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136679&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:00",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136679&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T21:50",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136679&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005653240000",
    "rootId": "10688390",
    "subType": "Feature Film",
    "title": "Spare Parts",
    "releaseYear": 2015,
    "releaseDate": "2015-01-16",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Docudrama"],
    "longDescription": "With the help of their high school's newest teacher (George Lopez), four Hispanic students form a robotics club. Although they have no experience, the youths set their sights on a national robotics contest. With $800 and parts scavenged from old cars, they build a robot and compete against reigning champion MIT. Along the way, the students learn not only how to build a robot but something far more important: how to forge bonds that will last a lifetime.",
    "shortDescription": "Four underprivileged students go up against MIT in a national robotics competition.",
    "topCast": ["George Lopez", "Jamie Lee Curtis", "Carlos PenaVega"],
    "directors": ["Sean McNamara"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H53M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Spare Parts (2015)",
            "lang": "en"
        },
        "uri": "assets/p10688390_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:25",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=138088&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:25",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=138088&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:05",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=138088&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T21:55",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=138088&d=2015-02-10"
    }]
}, {
    "tmsId": "MV007152120000",
    "rootId": "11475631",
    "subType": "Feature Film",
    "title": "Malli Malli Idi Rani Roju",
    "releaseYear": 2015,
    "releaseDate": "2015",
    "titleLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "directors": ["Kranthi Madhav"],
    "preferredImage": {
        "uri": "tvbanners/generic/generic_tvbanners_v5.png"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:35",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147649&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T17:05",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147649&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T20:35",
        "quals": "Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=147649&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005743220000",
    "rootId": "10775319",
    "subType": "Feature Film",
    "title": "Wild",
    "releaseYear": 2014,
    "releaseDate": "2014-12-03",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Biography", "Docudrama"],
    "longDescription": "Driven to the edge by the loss of her beloved mother (Laura Dern), the dissolution of her marriage and a headlong dive into self-destructive behavior, Cheryl Strayed (Reese Witherspoon) makes a decision to halt her downward spiral and put her life back together again. With no outdoors experience, a heavy backpack and little else to go on but her own will, Cheryl sets out alone to hike the Pacific Crest Trail -- one of the country's longest and toughest through-trails.",
    "shortDescription": "A woman (Reese Witherspoon) begins an 1,100-mile solo hike as a way to cope with a recent tragedy.",
    "topCast": ["Reese Witherspoon", "Laura Dern", "Thomas Sadoski"],
    "directors": ["Jean-Marc Vallée"],
    "officialUrl": "http://www.foxsearchlight.com/wild/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Nudity"],
    "runTime": "PT01H55M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Wild (2014)",
            "lang": "en"
        },
        "uri": "assets/p10775319_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:40",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=139333&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:20",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=139333&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:10",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=139333&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:05",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=139333&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005250090000",
    "rootId": "10318081",
    "subType": "Feature Film",
    "title": "The Hunger Games: Mockingjay, Part 1",
    "releaseYear": 2014,
    "releaseDate": "2014-11-21",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Science fiction", "Action", "Adventure"],
    "longDescription": "Following her rescue from the devastating Quarter Quell, Katniss (Jennifer Lawrence) awakes in the complex beneath the supposedly destroyed District 13. Her home, District 12, has been reduced to rubble, and Peeta Mellark (Josh Hutcherson) is now the brainwashed captive of President Snow (Donald Sutherland). At the same time, Katniss also learns about a secret rebellion spreading throughout all of Panem -- a rebellion that will place her at the center of a plot to turn the tables on Snow.",
    "shortDescription": "Katniss finds herself in District 13, fighting to save Peeta and a nation moved by her courage.",
    "topCast": ["Jennifer Lawrence", "Josh Hutcherson", "Liam Hemsworth"],
    "directors": ["Francis Lawrence"],
    "officialUrl": "http://www.thehungergamesexplorer.com/us/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations", "Violence"],
    "runTime": "PT02H03M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Hunger Games: Mockingjay, Part 1 (2014)",
            "lang": "en"
        },
        "uri": "assets/p10318081_p_v5_ad.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:45",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=133759&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:40",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=133759&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:45",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=133759&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:40",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=133759&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005522260000",
    "rootId": "10569889",
    "subType": "Feature Film",
    "title": "Paddington",
    "releaseYear": 2014,
    "releaseDate": "2014-11-28",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy", "Adventure", "Animated"],
    "longDescription": "After a deadly earthquake destroys his home in Peruvian rainforest, a young bear (Ben Whishaw) makes his way to England in search of a new home. The bear, dubbed \"Paddington\" for the london train station, finds shelter with the family of Henry (Hugh Bonneville) and Mary Brown (Sally Hawkins). Although Paddington's amazement at urban living soon endears him to the Browns, someone else has her eye on him: Taxidermist Millicent Clyde (Nicole Kidman) has designs on the rare bear and his hide.",
    "shortDescription": "A kindly family comes to the rescue of a Peruvian bear who became lost in a London train station.",
    "topCast": ["Hugh Bonneville", "Sally Hawkins", "Julie Walters"],
    "directors": ["Paul King"],
    "officialUrl": "http://thepaddingtonmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H35M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Paddington (2014)",
            "lang": "en"
        },
        "uri": "assets/p10569889_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T13:50",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:15",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:15",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T21:45",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:15",
        "quals": "Closed Captioned|Descriptive Video Services",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:35",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:25",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:45",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:15",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:40",
        "quals": "Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T16:00",
        "quals": "Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:25",
        "quals": "Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=136701&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:50",
        "quals": "Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=136701&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005911800000",
    "rootId": "10849021",
    "subType": "Feature Film",
    "title": "The SpongeBob Movie: Sponge Out of Water",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy", "Adventure", "Animated", "Children"],
    "longDescription": "Life is dandy in Bikini Bottom for SpongeBob Squarepants (Tom Kenny) and his friends Patrick (Bill Fagerbakke), Squidward (Rodger Bumpass), Mr. Krabs (Clancy Brown) and Sandy (Carolyn Lawrence). However, when the top-secret recipe for Krabby Patties is stolen, SpongeBob finds that he must join forces with perpetual adversary Plankton (Mr. Lawrence) and come ashore to battle a fiendish pirate named Burger Beard (Antonio Banderas), who has his own plans for the delicious delicacies.",
    "shortDescription": "SpongeBob and Plankton join forces against a pirate after the recipe for Krabby Patties is stolen.",
    "topCast": ["Tom Kenny", "Bill Fagerbakke", "Rodger Bumpass"],
    "directors": ["Paul Tibbitt", "Mike Mitchell"],
    "officialUrl": "http://www.spongebobmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "3"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H32M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The SpongeBob Movie: Sponge Out of Water (2015)",
            "lang": "en"
        },
        "uri": "assets/p10849021_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T14:05",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:20",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:00",
        "quals": "Digital Cinema|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:00",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T16:55",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T21:45",
        "quals": "Closed Captioned|Descriptive Video Services",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T19:20",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140297&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:05",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T14:15",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T14:25",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:35",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:10",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:35",
        "barg": false
    }]
}, {
    "tmsId": "MV005987040000",
    "rootId": "10893365",
    "subType": "Feature Film",
    "title": "Black Sea",
    "releaseYear": 2014,
    "releaseDate": "2014-12-05",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Adventure", "Suspense"],
    "longDescription": "Soon after losing his salvage job, former naval officer Robinson (Jude Law) assembles a misfit crew of unemployed sailors for a risky mission: Find a sunken Nazi U-boat, rumored to contain a fortune in gold. Promising each man an equal share, Robinson leads the mixed British and Russian crew to comb the depths of the Black Sea. Before long, greed takes hold of a crew already divided along language and cultural lines -- and the fewer men that make it back alive, the more gold to go around.",
    "shortDescription": "Greed and desperation take control as a submarine captain and his crew search for sunken treasure.",
    "topCast": ["Jude Law", "Scoot McNairy", "Ben Mendelsohn"],
    "directors": ["Kevin Macdonald"],
    "officialUrl": "http://www.focusfeatures.com/Black_Sea",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H55M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Black Sea (2014)",
            "lang": "en"
        },
        "uri": "assets/p10893365_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T14:10",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140739&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:55",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140739&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T19:50",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140739&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:35",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=140739&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T11:45",
        "quals": "No Passes|Digital Presentation|Closed Captioned|AMC Independent|A.M.",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140739&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005430020000",
    "rootId": "10479485",
    "subType": "Feature Film",
    "title": "The Loft",
    "releaseYear": 2014,
    "releaseDate": "2014-10-14",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Suspense", "Mystery"],
    "longDescription": "For five men (Karl Urban, James Marsden, Wentworth Miller, Eric Stonestreet, Matthias Schoenaerts), the opportunity to share a penthouse in the city -- in which to carry on extramarital affairs -- is a dream come true, until the dead body of an unknown woman turns up. Realizing that her killer must be one of their group, the men are gripped by paranoia as each one suspects another. Friendships are tested, loyalties are questioned, and marriages crumble while fear and suspicion run rampant.",
    "shortDescription": "A dead woman is found in a loft which five men share for extramarital trysts.",
    "topCast": ["Karl Urban", "James Marsden", "Wentworth Miller"],
    "directors": ["Erik Van Looy"],
    "officialUrl": "http://theloftthemovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Nudity", "Violence"],
    "runTime": "PT01H48M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Loft (2014)",
            "lang": "en"
        },
        "uri": "assets/p10479485_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T16:50",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8949",
            "name": "Cinemark Tinseltown 17"
        },
        "dateTime": "2015-02-10T22:40",
        "quals": "Closed Captioned|Digital Cinema",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AAFUQ&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T11:50",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:05",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:30",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:20",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:50",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=135648&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:45",
        "barg": false
    }]
}, {
    "tmsId": "MV005987060000",
    "rootId": "10893389",
    "subType": "Feature Film",
    "title": "The Boy Next Door",
    "releaseYear": 2015,
    "releaseDate": "2015-01-23",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Suspense"],
    "longDescription": "When a handsome, charming teenager named Noah (Ryan Guzman) moves in next door, newly separated high-school teacher Claire Peterson (Jennifer Lopez) encourages his friendship and engages in a little bit of harmless -- or so she thinks -- flirtation. Although Noah spends much of the time hanging out with Claire's son, the teen's attraction to her is palpable. One night, Claire gives in to temptation and lets Noah seduce her -- but when she tries to end the relationship, he turns violent.",
    "shortDescription": "A teacher (Jennifer Lopez) has an ill-advised fling with an obsessive teenager (Ryan Guzman).",
    "topCast": ["Jennifer Lopez", "Ryan Guzman", "John Corbett"],
    "directors": ["Rob Cohen"],
    "officialUrl": "http://theboynextdoorfilm.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Nudity", "Violence"],
    "runTime": "PT01H30M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Boy Next Door (2015)",
            "lang": "en"
        },
        "uri": "assets/p10893389_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:20",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T15:00",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:20",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T20:00",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:20",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T16:00",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:20",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:45",
        "quals": "Digital Presentation|CC/DVS|AMC Independent",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140740&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:35",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T14:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T17:05",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:35",
        "barg": false
    }]
}, {
    "tmsId": "MV005084240000",
    "rootId": "10172962",
    "subType": "Feature Film",
    "title": "Project Almanac",
    "releaseYear": 2015,
    "releaseDate": "2015-01-30",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Science fiction", "Suspense"],
    "longDescription": "David Raskin (Jonny Weston) is a high-school science nerd who dreams of going to MIT. When he and his friends (Sam Lerner, Allen Evangelista) find his late father's plans for a \"temporal displacement device,\" David can't wait to start tinkering. When they finally get the device to work, the teenagers jump at the opportunity to manipulate time in their favor -- but their joy is short-lived when they begin to discover the consequences of their actions.",
    "shortDescription": "Found footage reveals the fate of several teenagers who build a time machine.",
    "topCast": ["Jonny Weston", "Sofia Black-D'Elia", "Sam Lerner"],
    "directors": ["Dean Israelite"],
    "officialUrl": "http://www.projectalmanac.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations"],
    "runTime": "PT01H46M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Project Almanac (2015)",
            "lang": "en"
        },
        "uri": "assets/p10172962_p_v5_ab.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:30",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:55",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:25",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:55",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:25",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T12:20",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T15:00",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:35",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:15",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=131404&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:00",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T14:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:45",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:10",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:50",
        "barg": false
    }]
}, {
    "tmsId": "MV006286810000",
    "rootId": "11077884",
    "subType": "Feature Film",
    "title": "Black or White",
    "releaseYear": 2014,
    "releaseDate": "2014-09-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Drama"],
    "longDescription": "When his wife dies in a car crash, Elliott Anderson (Kevin Costner) fields another blow: the realization that he must raise his biracial granddaughter, Eloise (Jillian Estell), alone. However, the child's paternal grandmother, Rowena (Octavia Spencer) feels that she is better equipped to take care of the child, and sues for custody. With Eloise caught in the middle, both Elliott and Rowena are forced to confront their true feelings about race, forgiveness and understanding.",
    "shortDescription": "A black woman sues a white man for custody of their biracial granddaughter.",
    "topCast": ["Kevin Costner", "Octavia Spencer", "Jillian Estell"],
    "directors": ["Mike Binder"],
    "officialUrl": "http://blackorwhitefilm.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT02H01M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Black or White (2014)",
            "lang": "en"
        },
        "uri": "assets/p11077884_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T12:45",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T14:35",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T17:15",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:35",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:15",
        "quals": "Descriptive Video Services|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T11:45",
        "quals": "No Passes|Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T14:30",
        "quals": "No Passes|Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:15",
        "quals": "No Passes|Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:00",
        "quals": "No Passes|Digital Presentation|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=145319&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:55",
        "barg": false
    }]
}, {
    "tmsId": "MV005625720000",
    "rootId": "10407904",
    "subType": "Feature Film",
    "title": "Jupiter Ascending 3D",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Adventure", "Science fiction", "Action"],
    "longDescription": "Jupiter Jones (Mila Kunis) was born under signs that predicted future greatness, but her reality as a woman consists of cleaning other people's houses and endless bad breaks. Caine (Channing Tatum), a genetically engineered hunter, arrives on Earth to locate her, making Jupiter finally aware of the great destiny that awaits her: Jupiter's genetic signature marks her as the next in line for an extraordinary inheritance that could alter the balance of the cosmos.",
    "shortDescription": "A genetically engineered soldier informs a woman (Mila Kunis) of her extraordinary destiny.",
    "topCast": ["Channing Tatum", "Mila Kunis", "Sean Bean"],
    "directors": ["Andy Wachowski", "Lana Wachowski"],
    "officialUrl": "http://www.jupiterascending.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations", "Brief Nudity", "Violence"],
    "runTime": "PT02H07M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Jupiter Ascending 3D (2015)",
            "lang": "en"
        },
        "uri": "assets/p10407904_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T13:00",
        "quals": "No Passes|Closed Captioned|Descriptive Video Services",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=137745&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T19:00",
        "quals": "Descriptive Video Services|No Passes|Closed Captioned",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=137745&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T15:10",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=137745&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T18:05",
        "quals": "Digital Presentation|CC/DVS|RealD 3D|No Passes",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=137745&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T21:00",
        "quals": "No Passes|Digital Presentation|CC/DVS|RealD 3D",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=137745&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T13:15",
        "quals": "D-BOX",
        "barg": false
    }]
}, {
    "tmsId": "MV005348890000",
    "rootId": "10407904",
    "subType": "Feature Film",
    "title": "Jupiter Ascending",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action", "Science fiction", "Adventure"],
    "longDescription": "Jupiter Jones (Mila Kunis) was born under signs that predicted future greatness, but her reality as a woman consists of cleaning other people's houses and endless bad breaks. Caine (Channing Tatum), a genetically engineered hunter, arrives on Earth to locate her, making Jupiter finally aware of the great destiny that awaits her: Jupiter's genetic signature marks her as the next in line for an extraordinary inheritance that could alter the balance of the cosmos.",
    "shortDescription": "A genetically engineered soldier informs a woman (Mila Kunis) of her extraordinary destiny.",
    "topCast": ["Channing Tatum", "Mila Kunis", "Sean Bean"],
    "directors": ["Andy Wachowski", "Lana Wachowski"],
    "officialUrl": "http://www.jupiterascending.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations", "Brief Nudity", "Violence"],
    "runTime": "PT02H07M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Jupiter Ascending 3D (2015)",
            "lang": "en"
        },
        "uri": "assets/p10407904_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T16:00",
        "quals": "Descriptive Video Services|No Passes|Closed Captioned",
        "barg": true,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=135153&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8298",
            "name": "Regal Westgate Stadium 11 Theatres"
        },
        "dateTime": "2015-02-10T22:00",
        "quals": "No Passes|Closed Captioned|Descriptive Video Services",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANOT&m=135153&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T12:15",
        "quals": "No Passes|Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=135153&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T13:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:05",
        "quals": "D-BOX",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T19:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T22:00",
        "barg": false
    }]
}, {
    "tmsId": "MV004870250000",
    "rootId": "9980618",
    "subType": "Feature Film",
    "title": "Seventh Son: An IMAX 3D Experience",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Fantasy", "Action", "Adventure"],
    "longDescription": "Centuries ago, a supernatural champion named Master Gregory (Jeff Bridges) defeated Mother Malkin (Julianne Moore), a malevolent witch. Now, she has escaped imprisonment and thirsts for vengeance. She summons her followers and prepares to unleash her wrath on humanity. Only one thing stands in her way: Master Gregory. Gregory takes Tom Ward (Ben Barnes) as his new apprentice, but he has only until the next full moon to teach Tom what usually takes years: how to prevail against dark magic.",
    "shortDescription": "A supernatural champion trains an apprentice to fight the dark magic of an evil witch.",
    "topCast": ["Jeff Bridges", "Julianne Moore", "Ben Barnes"],
    "directors": ["Sergei Bodrov"],
    "officialUrl": "http://www.seventhsonmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H42M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Seventh Son (2014)",
            "lang": "en"
        },
        "uri": "assets/p9980618_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T11:45",
        "quals": "No Passes|Digital Presentation|IMAX",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129069&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:20",
        "quals": "No Passes|Digital Presentation|IMAX",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=129069&d=2015-02-10"
    }]
}, {
    "tmsId": "MV006641060000",
    "rootId": "11256537",
    "subType": "Feature Film",
    "title": "Strange Magic",
    "releaseYear": 2015,
    "releaseDate": "2015-01-23",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Musical comedy", "Fantasy", "Animated"],
    "longDescription": "Bog King (Alan Cumming) leader of the Dark Forest, hates the notion of love and has ordered the destruction of all primroses, which are an essential ingredient of love potions. However, when he meets Marianne (Evan Rachel Wood), a feisty fairy princess whose heart was broken by a philandering fiance, he begins to change his mind. Meanwhile, an elf named Sunny (Elijah Kelley) makes his way to the Dark Forest to collect enough primrose petals for a potion of his own.",
    "shortDescription": "A rebellious fairy princess (Evan Rachel Wood) challenges a king's (Alan Cumming) hatred of love.",
    "topCast": ["Alan Cumming", "Evan Rachel Wood", "Kristin Chenoweth"],
    "directors": ["Gary Rydstrom"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "1.5"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG"
    }],
    "advisories": ["Adult Situations"],
    "runTime": "PT01H39M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Strange Magic (2015)",
            "lang": "en"
        },
        "uri": "assets/p11256537_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T13:30",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=145495&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005625730000",
    "rootId": "10407904",
    "subType": "Feature Film",
    "title": "Jupiter Ascending: An IMAX 3D Experience",
    "releaseYear": 2015,
    "releaseDate": "2015-02-06",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action", "Science fiction", "Adventure"],
    "longDescription": "Jupiter Jones (Mila Kunis) was born under signs that predicted future greatness, but her reality as a woman consists of cleaning other people's houses and endless bad breaks. Caine (Channing Tatum), a genetically engineered hunter, arrives on Earth to locate her, making Jupiter finally aware of the great destiny that awaits her: Jupiter's genetic signature marks her as the next in line for an extraordinary inheritance that could alter the balance of the cosmos.",
    "shortDescription": "A genetically engineered soldier informs a woman (Mila Kunis) of her extraordinary destiny.",
    "topCast": ["Channing Tatum", "Mila Kunis", "Sean Bean"],
    "directors": ["Andy Wachowski", "Lana Wachowski"],
    "officialUrl": "http://www.jupiterascending.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Situations", "Brief Nudity", "Violence"],
    "runTime": "PT02H07M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Jupiter Ascending 3D (2015)",
            "lang": "en"
        },
        "uri": "assets/p10407904_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T14:15",
        "quals": "No Passes|Digital Presentation|IMAX",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=137746&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:00",
        "quals": "No Passes|Digital Presentation|IMAX",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=137746&d=2015-02-10"
    }]
}, {
    "tmsId": "MV005950060000",
    "rootId": "10866908",
    "subType": "Feature Film",
    "title": "The Wedding Ringer",
    "releaseYear": 2015,
    "releaseDate": "2015-01-16",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Comedy"],
    "longDescription": "Socially awkward Doug Harris (Josh Gad) is two weeks from marrying the gal (Kaley Cuoco-Sweeting) of his dreams, but he has a problem: He doesn't have any groomsmen for the occasion. Desperate and running out of time, Doug calls upon Jimmy Callahan (Kevin Hart), owner and operator of Best Man Inc., a company that provides attendants for friendless grooms. As Doug tries to pull off the con, a bromance unexpectedly blossoms between Jimmy and himself.",
    "shortDescription": "A groom begins an unexpected bromance with the guy he hired to pose as his best man.",
    "topCast": ["Kevin Hart", "Josh Gad", "Affion Crockett"],
    "directors": ["Jeremy Garelick"],
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "R"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Brief Nudity"],
    "runTime": "PT01H41M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "The Wedding Ringer (2015)",
            "lang": "en"
        },
        "uri": "assets/p10866908_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T14:30",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140526&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:00",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140526&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T19:30",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=140526&d=2015-02-10"
    }]
}, {
    "tmsId": "MV006133770000",
    "rootId": "10988874",
    "subType": "Feature Film",
    "title": "Taken 3",
    "releaseYear": 2014,
    "releaseDate": "2014",
    "titleLang": "en",
    "descriptionLang": "en",
    "entityType": "Movie",
    "genres": ["Action", "Suspense"],
    "longDescription": "Ex-covert operative Bryan Mills (Liam Neeson) and his ex-wife, Lenore (Famke Janssen), are enjoying a reconciliation when Lenore is brutally murdered. Bryan is framed for the crime and flees, with the CIA, FBI and police all in hot pursuit. For the last time, he channels his rage and particular set of skills into hunting down Lenore's real killers, taking his revenge and protecting the one important thing left in his life: his daughter, Kim (Maggie Grace).",
    "shortDescription": "Framed for his ex-wife's murder, Bryan Mills sets out to take revenge on the real killers.",
    "topCast": ["Liam Neeson", "Forest Whitaker", "Maggie Grace"],
    "directors": ["Olivier Megaton"],
    "officialUrl": "http://www.takenmovie.com/",
    "qualityRating": {
        "ratingsBody": "TMS",
        "value": "2"
    },
    "ratings": [{
        "body": "Motion Picture Association of America",
        "code": "PG-13"
    }],
    "advisories": ["Adult Language", "Adult Situations", "Violence"],
    "runTime": "PT01H49M",
    "preferredImage": {
        "width": "240",
        "height": "360",
        "caption": {
            "content": "Taken 3: The IMAX Experience (2014)",
            "lang": "en"
        },
        "uri": "assets/p10988874_p_v5_aa.jpg",
        "category": "Poster Art",
        "text": "yes",
        "primary": "true"
    },
    "showtimes": [{
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T17:35",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141778&d=2015-02-10"
    }, {
        "theatre": {
            "id": "5320",
            "name": "AMC Barton Creek Square 14"
        },
        "dateTime": "2015-02-10T20:15",
        "quals": "Digital Presentation|CC/DVS",
        "barg": false,
        "ticketURI": "http://www.fandango.com/tms.asp?t=AANCC&m=141778&d=2015-02-10"
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T13:30",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:20",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T18:50",
        "barg": false
    }, {
        "theatre": {
            "id": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T21:25",
        "barg": false
    }]
}]