Information about plays

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

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

{
    "id": 3629683,
    "uri": "https://api.kexp.org/v2/plays/3629683/?format=api",
    "airdate": "2026-03-16T09:01:05-07:00",
    "show": 66197,
    "show_uri": "https://api.kexp.org/v2/shows/66197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riptides",
    "track_id": null,
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "I Built a Tower",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2026-03-16",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Our pals Death Cab For Cutie are announcing a new album called \"I Built a Tower\" featuring the first single “Riptides.”\n\nThey have also announced a bunch of North American tour dates with Japanese Breakfast, Jay Som, and Nation of Language. No PNW or bay area dates have been announced yet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}