Information about shows

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

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

{
    "id": 66036,
    "uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "program": 14,
    "program_uri": "https://api.kexp.org/v2/programs/14/?format=api",
    "hosts": [
        55
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/55/?format=api"
    ],
    "program_name": "The Afternoon Show",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Larry Mizell, Jr."
    ],
    "tagline": "Welcome to the Afternoon Show! We're broadcasting Live on KEXP at Noise Pop from Oakland's 25th Street Recording. Bay Area artist Josiah Flores will be Live on KEXP at 3PM!",
    "image_uri": "https://www.kexp.org/media/filer_public/f8/b8/f8b8ddbd-9e01-491c-ba8e-46ac50b83adc/larrymizelljr_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/24/ec/24ecf023-35fd-406c-aeae-d1e30a5abe13/theafternoonshow-800x800.jpg",
    "start_time": "2026-02-26T13:02:01-08:00",
    "location": 1,
    "location_name": "Default"
}