Information about plays

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

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

{
    "id": 3543946,
    "uri": "https://api.kexp.org/v2/plays/3543946/?format=api",
    "airdate": "2025-08-23T22:07:13-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/182d3be0-1279-4078-92f2-c06c22663254/28794443126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/182d3be0-1279-4078-92f2-c06c22663254/28794443126-250.jpg",
    "song": "Absence",
    "track_id": null,
    "recording_id": "9a8060d4-780d-4e2a-93d1-1ba6d77d892d",
    "artist": "Regional Justice Center",
    "artist_ids": [
        "64ad5550-e93f-4add-80c3-e6b651f4f250"
    ],
    "album": "Crime and Punishment",
    "release_id": null,
    "release_group_id": "7e87835e-294d-48b7-9fff-8c100aa13fc4",
    "labels": [
        "Closed Casket Activities"
    ],
    "label_ids": [
        "0b29b4bf-2be4-4bc7-b204-b2234a9e9359"
    ],
    "release_date": "2021-03-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Members of Regional Justice Center also play in Militarie Gun.\n\nhttps://regionaljusticecenter.bandcamp.com/album/freedom-sweet-freedom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}