Information about plays

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

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

{
    "id": 3624913,
    "uri": "https://api.kexp.org/v2/plays/3624913/?format=api",
    "airdate": "2026-03-03T18:33:57-08:00",
    "show": 66082,
    "show_uri": "https://api.kexp.org/v2/shows/66082/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-b4249168-c2b1-4371-824a-b6e9eb961e4b/mbid-b4249168-c2b1-4371-824a-b6e9eb961e4b-34664912918_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-b4249168-c2b1-4371-824a-b6e9eb961e4b/mbid-b4249168-c2b1-4371-824a-b6e9eb961e4b-34664912918_thumb250.jpg",
    "song": "I Can See Clearly Now",
    "track_id": "71d71eed-06dc-39eb-ad17-94266d8e5340",
    "recording_id": "afdf1f7b-328e-4c56-8393-96198ba09936",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "I Can See Clearly Now",
    "release_id": "b4249168-c2b1-4371-824a-b6e9eb961e4b",
    "release_group_id": "5de5b01c-3abf-46d9-9cb9-993d52b0ce6c",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Zana, by request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}