Information about plays

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

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

{
    "id": 3632726,
    "uri": "https://api.kexp.org/v2/plays/3632726/?format=api",
    "airdate": "2026-03-23T11:58:43-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5173c0c-fde4-4197-a078-85a449992dfb/30219708523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5173c0c-fde4-4197-a078-85a449992dfb/30219708523-250.jpg",
    "song": "The Creator Has a Master Plan (Peace)",
    "track_id": null,
    "recording_id": "ce468561-8886-4400-80d7-b38b9b048923",
    "artist": "Leon Thomas",
    "artist_ids": [
        "46f70f03-d259-4314-b926-2db36c28d86f"
    ],
    "album": "Spirits Known and Unknown",
    "release_id": null,
    "release_group_id": "d887e7cf-2288-3a08-853e-74591c85e556",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late, great Sonny Sharrock also plays on \"The Creator Has a Master Plan\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}