Information about shows

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

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

{
    "id": 60123,
    "uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "program": 18,
    "program_uri": "https://api.kexp.org/v2/programs/18/?format=api",
    "hosts": [
        34
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/34/?format=api"
    ],
    "program_name": "Variety Mix",
    "program_tags": "Rock,Eclectic,Variety Mix",
    "host_names": [
        "Morgan"
    ],
    "tagline": "Happy Saturday and May the 4th Be With You! At 2pm Steve Mason of The Beta Band will be live on the show and that session is open to the public! Reach out dj@kexp.org, text 206-903-5397, @djmorganseattle :)",
    "image_uri": "https://www.kexp.org/filer/canonical/1583367848/22028/",
    "start_time": "2024-05-04T12:00:13-07:00"
}