Information about plays

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

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

{
    "id": 3599892,
    "uri": "https://api.kexp.org/v2/plays/3599892/?format=api",
    "airdate": "2026-01-03T22:42:18-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "https://coverartarchive.org/release/db38f975-583f-421e-90cb-59ac36c6d43f/19132777570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db38f975-583f-421e-90cb-59ac36c6d43f/19132777570-250.jpg",
    "song": "Get Inside",
    "track_id": null,
    "recording_id": "421ed471-f515-47ce-bc2a-874968c4cec1",
    "artist": "Fucked and Bound",
    "artist_ids": [
        "f0cbee0c-486b-4eef-9386-aa39ead6331e"
    ],
    "album": "Suffrage",
    "release_id": null,
    "release_group_id": "5aa5a9b2-ed03-43d4-9fd3-fa070b5fb822",
    "labels": [
        "Quiet Panic"
    ],
    "label_ids": [
        "4e921a91-2e14-42ec-ac41-9b71573544e3"
    ],
    "release_date": "2018-02-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fucked and Bound changed their name to Filth is Eternal.  One of the members is a co-owner of ReAnimated Music is Seattle.\n\nhttps://www.reanimatedmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}