Information about plays

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

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

{
    "id": 3629024,
    "uri": "https://api.kexp.org/v2/plays/3629024/?format=api",
    "airdate": "2026-03-14T23:06:16-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warbrain",
    "track_id": null,
    "recording_id": "c89fa1f8-a5c3-4c5a-a7a3-0f542b55ab24",
    "artist": "Alkaline Trio",
    "artist_ids": [
        "69421e11-e4c3-4854-951b-ceab4972e38e"
    ],
    "album": "Remains",
    "release_id": null,
    "release_group_id": "21b94230-c592-3482-bad1-e728996fa1a7",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2007-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On February 2, 2026, drummer Atom Willard announced on his Instagram that he left the band.\n\nhttps://alkalinetrio.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}