Information about shows

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

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

{
    "id": 65617,
    "uri": "https://api.kexp.org/v2/shows/65617/?format=api",
    "program": 41,
    "program_uri": "https://api.kexp.org/v2/programs/41/?format=api",
    "hosts": [
        100,
        101,
        89
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/100/?format=api",
        "https://api.kexp.org/v2/hosts/101/?format=api",
        "https://api.kexp.org/v2/hosts/89/?format=api"
    ],
    "program_name": "Vinelands",
    "program_tags": "Bay Area,Local,Eclectic",
    "host_names": [
        "Gabriel Lopez",
        "Kelley Stoltz",
        "Kennady Quille"
    ],
    "tagline": "IT'S AUDIOALANDS!!!",
    "image_uri": "https://www.kexp.org/media/filer_public/22/cf/22cf7465-3c4f-4ee8-b2cc-a4638d0e6be9/gabriellopez_2025_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/db/ea/dbea123d-cfcb-407c-be3a-142beb2f6124/vinelands-800x800.jpg",
    "start_time": "2026-01-10T18:01:30-08:00",
    "location": 1,
    "location_name": "Default"
}