Information about plays

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

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

{
    "id": 3632676,
    "uri": "https://api.kexp.org/v2/plays/3632676/?format=api",
    "airdate": "2026-03-23T08:49:28-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-cd4030f9-2e02-40a3-a828-297d976a7864/mbid-cd4030f9-2e02-40a3-a828-297d976a7864-7311363487_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-cd4030f9-2e02-40a3-a828-297d976a7864/mbid-cd4030f9-2e02-40a3-a828-297d976a7864-7311363487_thumb250.jpg",
    "song": "You’re All I’ve Got Tonight",
    "track_id": "b61d8d28-8438-4a64-8192-a391580d2e76",
    "recording_id": "7b5669a1-db51-476d-b780-c9fb0813b6f7",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Bullet With Butterfly Wings",
    "release_id": "cd4030f9-2e02-40a3-a828-297d976a7864",
    "release_group_id": "e5a7a682-a3fa-465b-ba32-f9a0e210e455",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Smashing Pumpkins covering The Cars' classic track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}