Information about plays

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

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

{
    "id": 3570035,
    "uri": "https://api.kexp.org/v2/plays/3570035/?format=api",
    "airdate": "2025-10-26T00:51:15-07:00",
    "show": 64936,
    "show_uri": "https://api.kexp.org/v2/shows/64936/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ef1213a-3456-445b-a421-402382e7dd1a/42845109438-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ef1213a-3456-445b-a421-402382e7dd1a/42845109438-250.jpg",
    "song": "Chunks of Flesh",
    "track_id": null,
    "recording_id": "967365ff-2f3e-49e8-879f-9068520feedb",
    "artist": "Crematory",
    "artist_ids": [
        "b4a45898-4523-4480-9013-a6db21723c19"
    ],
    "album": "Denial",
    "release_id": null,
    "release_group_id": "edce2b43-9f6c-4f03-bae2-98bc27544fa1",
    "labels": [
        "M.B.R. Records"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Final release from this Swedish band who was active from 1989 - 1993.  However, they are playing select shows in Europe.\n\nSpinning the 2009 Denial compilation via Necroharmonic Productions.\n\nhttps://crematory.bandcamp.com/album/denial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}