Information about shows

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

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

{
    "id": 64237,
    "uri": "https://api.kexp.org/v2/shows/64237/?format=api",
    "program": 12,
    "program_uri": "https://api.kexp.org/v2/programs/12/?format=api",
    "hosts": [
        40
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/40/?format=api"
    ],
    "program_name": "Street Sounds",
    "program_tags": "Hip Hop",
    "host_names": [
        "Stas THEE Boss"
    ],
    "tagline": "Today is 8/8 so you know I had to eat eat. New Young Nudy, Mick Jenkins, Smino, Stacy Epps, & Sango. I'mma play some of MIKE's Tiny Desk too cause that was crazy. Tap in dj@kexp.org or text 2069035397. Lets get in this Lions Gate Portal BB!",
    "image_uri": "https://www.kexp.org/media/filer_public/76/17/7617ea90-9bc5-4692-9a59-9f0523923dad/stastheeboss_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/b2/0f/b20fab17-d8ff-4aaf-8b52-5a8432b6f9da/streetsounds-800x800.jpg",
    "start_time": "2025-08-08T22:00:00-07:00",
    "location": 1,
    "location_name": "Default"
}