GET /api/v2/theater/287/showtimes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "movie_id": 24458,
            "movie_title": "กล่องผีสุ่มวิญญาณ",
            "movie_poster": "https://showtimes.everyday.in.th/static/images/poster-blank-w92.png",
            "movie_duration": 0,
            "movie": "http://showtimes.everyday.in.th/api/v3-alpha/movie/24458/?format=api",
            "showtimes": [
                "11:30",
                "14:10",
                "16:50",
                "19:30"
            ],
            "is_3d": false,
            "technology": "2d",
            "cinema": "",
            "date": "2026-03-15",
            "audio": "th",
            "caption": "en",
            "extra": "",
            "updated_on": "2026-03-15T13:43:43.507502+07:00"
        }
    ]
}