Information about shows

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

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

{
    "id": 63355,
    "uri": "https://api.kexp.org/v2/shows/63355/?format=api",
    "program": 26,
    "program_uri": "https://api.kexp.org/v2/programs/26/?format=api",
    "hosts": [
        54
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/54/?format=api"
    ],
    "program_name": "90.TEEN",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Youth DJ"
    ],
    "tagline": "Solar Pulse",
    "image_uri": "https://www.kexp.org/media/filer_public/f4/c9/f4c950c6-4cb8-4ed5-a47f-702d5885f9bb/90teen_igsquare_1080x1080.jpg",
    "program_image_uri": "https://www.kexp.org/media/filer_public/43/da/43dad723-bb60-4945-9911-438ec2074a3c/90teen-800x800.jpg",
    "start_time": "2025-05-03T06:01:01-07:00",
    "location": 1,
    "location_name": "Default"
}