Information about shows

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

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

{
    "id": 66687,
    "uri": "https://api.kexp.org/v2/shows/66687/?format=api",
    "program": 4,
    "program_uri": "https://api.kexp.org/v2/programs/4/?format=api",
    "hosts": [
        97
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/97/?format=api"
    ],
    "program_name": "Jazz Theatre",
    "program_tags": "Jazz",
    "host_names": [
        "Noel Brass Jr."
    ],
    "tagline": "Special guest Dave Segal, local music journalist, DJ Veins writer for the Stranger, The Wire and has written liner notes for Light In the Attic, Third Man Records, and DJs library music at his long-running event Obscenely  Obscure.",
    "image_uri": "https://www.kexp.org/media/filer_public/58/71/5871c8a9-589c-4961-a72c-cd192e5eeaf5/noelbrassjr_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/88/f4/88f40328-1fad-4349-8f83-02046d4bcbf4/jazztheatre-800x800.jpg",
    "start_time": "2026-05-11T00:56:41-07:00",
    "location": 1,
    "location_name": "Default"
}