Information about shows

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

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

{
    "id": 63741,
    "uri": "https://api.kexp.org/v2/shows/63741/?format=api",
    "program": 9,
    "program_uri": "https://api.kexp.org/v2/programs/9/?format=api",
    "hosts": [
        42
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/42/?format=api"
    ],
    "program_name": "Seek & Destroy",
    "program_tags": "Metal,Rock",
    "host_names": [
        "Tanner Ellison"
    ],
    "tagline": "We're giving away three pairs of tickets to see Acid Bath, Yob, High on Fire, and Witch Mountain at Marymoor Park in Redmond, WA on June 21st.  We're also spinning some new Seattle death metal as well as celebrating Juneteenth!",
    "image_uri": "https://www.kexp.org/media/filer_public/06/5d/065dbdec-4c60-4b76-a736-b4a980892fb9/tannerellison_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/b5/54/b55468e1-08b1-44bc-a8b8-4dbcebb78346/seekdestroy-800x800.jpg",
    "start_time": "2025-06-15T00:01:20-07:00",
    "location": 1,
    "location_name": "Default"
}