Information about shows

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

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

{
    "id": 63422,
    "uri": "https://api.kexp.org/v2/shows/63422/?format=api",
    "program": 25,
    "program_uri": "https://api.kexp.org/v2/programs/25/?format=api",
    "hosts": [
        52
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/52/?format=api"
    ],
    "program_name": "Sound & Vision",
    "program_tags": "KEXP",
    "host_names": [
        "Emily Fox"
    ],
    "tagline": "",
    "image_uri": "https://www.kexp.org/media/filer_public/b7/cb/b7cb1b90-fc93-40f5-b2ad-00535d27b6e6/emilyfox_800x800.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/c1/6f/c16f646b-84e5-4b50-b569-201445fd65ff/soundvision-800x800.jpg",
    "start_time": "2025-05-10T07:28:53-07:00",
    "location": 1,
    "location_name": "Default"
}