Information about shows

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

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

{
    "id": 60057,
    "uri": "https://api.kexp.org/v2/shows/60057/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        48
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/48/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Greta Rose"
    ],
    "tagline": "Lots of new music to get to! Thanks for tuning in:) follow @gr3tarose",
    "image_uri": "https://www.kexp.org/media/filer_public_thumbnails/filer_public/6c/f1/6cf1f42b-6733-4b22-be94-48a54fb841bc/greta_rose.jpg__100x100_q85_crop_subsampling-2.jpg",
    "start_time": "2024-04-27T03:05:57-07:00"
}