Information about plays

list: List of plays
retrieve: Information about a specific play by ID

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

{
    "id": 3548290,
    "uri": "https://api.kexp.org/v2/plays/3548290/?format=api",
    "airdate": "2025-09-03T05:17:22-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia601705.us.archive.org/20/items/mbid-fdd266f6-2263-4a3e-a504-ead90416ada5/mbid-fdd266f6-2263-4a3e-a504-ead90416ada5-15336872555_thumb500.jpg",
    "thumbnail_uri": "https://dn720405.ca.archive.org/0/items/mbid-fdd266f6-2263-4a3e-a504-ead90416ada5/mbid-fdd266f6-2263-4a3e-a504-ead90416ada5-15336872555_thumb250.jpg",
    "song": "Bus Driver",
    "track_id": "f4f5c3c8-b911-4519-8406-d375ec72c523",
    "recording_id": "d638f0fa-4f2f-4050-8e85-a1ec044801fa",
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "Hard Again",
    "release_id": "37b31848-6d76-42c6-815f-c792bf96fab5",
    "release_group_id": "a77c72ce-c6d9-3ebd-a4c1-ced5d4ec0b4b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The undisputed father of Chicago Blues. The Chicago Blues Festival was created a year after his death in 1983. http://www.muddywaters.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}