Information about shows

list: List of shows
retrieve: Information about a specific show, by ID

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

{
    "id": 60038,
    "uri": "https://api.kexp.org/v2/shows/60038/?format=api",
    "program": 38,
    "program_uri": "https://api.kexp.org/v2/programs/38/?format=api",
    "hosts": [
        95
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/95/?format=api"
    ],
    "program_name": "Astral Plane",
    "program_tags": "Rock,Eclectic,Psychedelic",
    "host_names": [
        "DJ Jewel"
    ],
    "tagline": "Levitation Room live on KEXP at 8pm. Tribute to Dead Meadow at 9pm. RIP Steve Kille",
    "image_uri": "https://www.kexp.org/filer/canonical/1697822386/29629/",
    "start_time": "2024-04-24T19:00:11-07:00"
}