Information about shows

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

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

{
    "id": 63016,
    "uri": "https://api.kexp.org/v2/shows/63016/?format=api",
    "program": 38,
    "program_uri": "https://api.kexp.org/v2/programs/38/?format=api",
    "hosts": [
        86
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/86/?format=api"
    ],
    "program_name": "Astral Plane",
    "program_tags": "Rock,Eclectic,Psychedelic",
    "host_names": [
        "Supreme La Rock"
    ],
    "tagline": "Psychadelic Madness! Say hey would love to hear from you - Text 206.903.5397 Email: Dj@kexp.org",
    "image_uri": "https://www.kexp.org/media/filer_public/22/8e/228e699f-73fc-4f4d-b6fa-c2aa0c1113d2/supremelarock_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/eb/b7/ebb70e9d-4944-4b3b-8bd0-9d41d0d4364e/astralplane-800x800.jpg",
    "start_time": "2025-03-26T19:02:17-07:00",
    "location": 1,
    "location_name": "Default"
}