Information about plays

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

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

{
    "id": 3599885,
    "uri": "https://api.kexp.org/v2/plays/3599885/?format=api",
    "airdate": "2026-01-03T22:27:03-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Words Are Sacred",
    "track_id": null,
    "recording_id": "978d94e0-c3fb-4956-8b83-338028ea7e1d",
    "artist": "Closet Witch feat. Dylan Walker",
    "artist_ids": [
        "78c39b43-2b16-438a-b491-461b0804496e",
        "9e123d45-f27b-4003-920d-0aac7133944e"
    ],
    "album": "Chiaroscuro",
    "release_id": null,
    "release_group_id": "a80e0392-f1e6-47c6-b872-88272090cff1",
    "labels": [
        "Moment of Collapse Records"
    ],
    "label_ids": [
        "d2010cfa-7dfa-4c2f-ad49-b0c84aeb947d"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Dylan Walker of Full of Hell\n\nhttps://closetwitch.bandcamp.com/album/closet-witch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}