Information about plays

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

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

{
    "id": 3594902,
    "uri": "https://api.kexp.org/v2/plays/3594902/?format=api",
    "airdate": "2025-12-23T13:00:29-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://coverartarchive.org/release/88bf3581-d0e6-4774-9817-b18318680a40/6167855077-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/88bf3581-d0e6-4774-9817-b18318680a40/6167855077-250.jpg",
    "song": "Peace at Last",
    "track_id": null,
    "recording_id": "8928fb19-a3e0-46ba-bbe1-ae3eb6108978",
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Peace",
    "release_id": null,
    "release_group_id": "f39a124f-0af4-4b15-b5c3-bfb9e93188da",
    "labels": [],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Every year, there's something that's in me\nSomething that I cannot ignore\nWhy does Santa come down the chimney?\nIf he were cool he would, come through the door\n\nBut I know why (I know why)\nHead is high (He's high)\nLook at him, he's stoned (Stoned)\nHe's stoned out of his mind\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}