Theatre showtimes

/theatres/:theatreId/showings

Returns a list of movies playing at a specified theatre, up to 90 days in advance.

Response data will be sorted by showtime.

Request Parameters

Parameter

Mandatory?

Description

theatreId Yes Theatre identifier.
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.
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
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
qualityRating Critial ratings metadata, if available.
ratingsBody Critial reviewer; currently returning only TMS quality ratings
value Number of stars (for TMS ratings, 1-4 stars)
rootId Numeric resource identifier for program; parent id for all program variations in languages and versions
runTime Movie duration, specified in ISO-8601 format; PTxxHyyM = xx hours, yy minutes
showtimes Showtimes object 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/theatres/8749/showings?startDate=2015-01-21&api_key=1234567890

Sample Response

[{
    "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": "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": "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": "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": "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": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T12:20",
        "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": "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": "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": "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": "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": "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": "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": "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": "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": "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
    }]
}, {
    "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": "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": "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": "8749",
            "name": "Galaxy Highland 10"
        },
        "dateTime": "2015-02-10T16:30",
        "quals": "D-BOX",
        "barg": false
    }]
}, {
    "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": "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
    }]
}]