Information about plays

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

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

{
    "id": 3526214,
    "uri": "https://api.kexp.org/v2/plays/3526214/?format=api",
    "airdate": "2025-07-13T00:03:52-07:00",
    "show": 63999,
    "show_uri": "https://api.kexp.org/v2/shows/63999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Legacy of Pain",
    "track_id": null,
    "recording_id": null,
    "artist": "Deathhammer",
    "artist_ids": [
        "131930e3-b968-4ee5-830d-ca346abeb3a5"
    ],
    "album": "Crimson Dawn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [
        "167ea0e2-47ee-4f5e-851d-264635054760"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crimson Dawn will be Deathhammer's sixth full length release and is available for pre-order via Hells Headbangers.\n\nhttps://deathhammer.bandcamp.com/album/crimson-dawn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}