Information about plays

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

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

{
    "id": 3632181,
    "uri": "https://api.kexp.org/v2/plays/3632181/?format=api",
    "airdate": "2026-03-22T00:22:08-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9d12b09-c055-4e52-8b1d-418b591a7144/27712080188-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9d12b09-c055-4e52-8b1d-418b591a7144/27712080188-250.jpg",
    "song": "Coward’s Keep",
    "track_id": null,
    "recording_id": "d2d06f17-7429-4b05-b6a8-687c19053a3f",
    "artist": "Eternal Champion",
    "artist_ids": [
        "a5e4a7e8-eed5-4d06-a56d-cb94eeaa20ca"
    ],
    "album": "Ravening Iron",
    "release_id": null,
    "release_group_id": "69ad2da5-24d6-4dc4-9a43-13bcbab61615",
    "labels": [
        "No Remorse Records"
    ],
    "label_ids": [
        "a5bd3c35-9d42-4eff-89c3-c67c4b57221d"
    ],
    "release_date": "2020-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eternal Champion put out most of their major releases on No Remorse who also the original remasters and reissues of that Death Cult demo we talked about earlier",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}