Information about shows

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

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

{
    "id": 60055,
    "uri": "https://api.kexp.org/v2/shows/60055/?format=api",
    "program": 12,
    "program_uri": "https://api.kexp.org/v2/programs/12/?format=api",
    "hosts": [
        88
    ],
    "host_uris": [
        "https://api.kexp.org/v2/hosts/88/?format=api"
    ],
    "program_name": "Street Sounds",
    "program_tags": "Hip Hop",
    "host_names": [
        "DJ Yaddy"
    ],
    "tagline": "Happy Friday Everyone! Enjoy the vibes tonight, we lit! \nFollow me on all social platforms @DJYaddy",
    "image_uri": "https://www.kexp.org/filer/canonical/1606171054/24065/",
    "start_time": "2024-04-26T22:00:00-07:00"
}