Information about shows

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

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

{
    "id": 60046,
    "uri": "https://api.kexp.org/v2/shows/60046/?format=api",
    "program": 37,
    "program_uri": "https://api.kexp.org/v2/programs/37/?format=api",
    "hosts": [
        92
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/92/?format=api"
    ],
    "program_name": "Eastern Echoes",
    "program_tags": "Eclectic,Variety,World",
    "host_names": [
        "Diana Ratsamee"
    ],
    "tagline": "ສະບາຍດີ! 3 hours of alternative music from Asian artists all around the world. Text 206-903-KEXP or email DJ@KEXP.ORG / IG @sabaidi.ana",
    "image_uri": "https://www.kexp.org/filer/canonical/1698163506/29641/",
    "start_time": "2024-04-25T19:00:39-07:00"
}