Information about shows

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

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

{
    "id": 63365,
    "uri": "https://api.kexp.org/v2/shows/63365/?format=api",
    "program": 11,
    "program_uri": "https://api.kexp.org/v2/programs/11/?format=api",
    "hosts": [
        23
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/23/?format=api"
    ],
    "program_name": "Sonic Reducer",
    "program_tags": "Punk,Rock",
    "host_names": [
        "Jenn"
    ],
    "tagline": "Happy Anniversary to us!!  It's Sonic Reducer's 21st anniversary tonight!  And to celebrate, we're giving away tickets to see Gang of Four at The Neptune in Seattle on May 20th.\n\nhttps://www.stgpresents.org/events/gang-of-four/",
    "image_uri": "https://www.kexp.org/media/filer_public/34/11/3411b274-a4c7-4205-adc9-4ddd72c3d7ba/jenn_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/88/2d/882dd299-65b2-406e-a6a5-bb72b016981b/sonicreducer-800x800.jpg",
    "start_time": "2025-05-03T21:00:52-07:00",
    "location": 1,
    "location_name": "Default"
}