Information about shows

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

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

{
    "id": 66737,
    "uri": "https://api.kexp.org/v2/shows/66737/?format=api",
    "program": 11,
    "program_uri": "https://api.kexp.org/v2/programs/11/?format=api",
    "hosts": [
        3
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/3/?format=api"
    ],
    "program_name": "Sonic Reducer",
    "program_tags": "Punk,Rock",
    "host_names": [
        "Brian Foss"
    ],
    "tagline": "We're airing KEXP's in-studio session with Home Front tonight at 10pm!  And playing punk too!  \n\nhttps://youtu.be/ThcSsr8KLjU?si=9FgEaQ3XI5Sp-oJH",
    "image_uri": "https://www.kexp.org/media/filer_public/ab/84/ab845462-557d-4f95-a1e6-b84fe1319ec3/brianfoss_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/88/2d/882dd299-65b2-406e-a6a5-bb72b016981b/sonicreducer-800x800.jpg",
    "start_time": "2026-05-16T21:01:31-07:00",
    "location": 1,
    "location_name": "Default"
}