Information about plays

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

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

{
    "id": 3609786,
    "uri": "https://api.kexp.org/v2/plays/3609786/?format=api",
    "airdate": "2026-01-27T12:18:33-08:00",
    "show": 65769,
    "show_uri": "https://api.kexp.org/v2/shows/65769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To the Ground",
    "track_id": "9c574304-cbdf-46c0-b721-0d1a3985cea2",
    "recording_id": "ce328c6f-3de3-42b7-88bd-fd8748fe636a",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Blue EP",
    "release_id": "bff31a9d-841a-4fa5-bf88-3d4d223b2394",
    "release_group_id": "d6e3acb5-d0e8-4769-92b0-6a1b38a06205",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Down in the charred remains\nThey stripped the chassis clean\nAnd the bramble grew through the frame\nUntil it swallowed everything\nSwallowed everything...\"\n\nBen Gibbard is describing how nature reclaims the scene after an auto accident: https://genius.com/Death-cab-for-cutie-to-the-ground-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}