Information about shows

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

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

{
    "id": 63373,
    "uri": "https://api.kexp.org/v2/shows/63373/?format=api",
    "program": 5,
    "program_uri": "https://api.kexp.org/v2/programs/5/?format=api",
    "hosts": [
        21
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/21/?format=api"
    ],
    "program_name": "Midnight in a Perfect World",
    "program_tags": "Eclectic,DJ,Variety Mix",
    "host_names": [
        "Guest DJ"
    ],
    "tagline": "",
    "image_uri": "https://www.kexp.org/static/assets/img/host_default.png",
    "program_image_uri": "https://www.kexp.org/media/filer_public/57/0e/570efc6d-3833-4dd5-9c28-8d8e7736d016/midnightinaperfectworld-800x800.jpg",
    "start_time": "2025-05-05T00:00:07-07:00",
    "location": 1,
    "location_name": "Default"
}