Information about plays

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

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

{
    "id": 3605736,
    "uri": "https://api.kexp.org/v2/plays/3605736/?format=api",
    "airdate": "2026-01-17T22:27:01-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rise Above",
    "track_id": "0830b177-3528-3dcd-aaa4-4099597e99e7",
    "recording_id": "aff08032-4540-45c4-b047-1d7c4d8edeaf",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": "a3b1d148-d444-3f6a-84a6-add7c21b698d",
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1988-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Shout out to Jacob in Hendersonville, NC for this request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}