Information about plays

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

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

{
    "id": 3605799,
    "uri": "https://api.kexp.org/v2/plays/3605799/?format=api",
    "airdate": "2026-01-18T02:11:58-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living Pyre",
    "track_id": null,
    "recording_id": "76e54127-6d15-4b42-9921-0bf90221bf96",
    "artist": "Khemmis",
    "artist_ids": [
        "425780ef-6214-41cb-a867-4a3aafd4c6e3"
    ],
    "album": "Deceiver",
    "release_id": null,
    "release_group_id": "504afc09-8d0c-430a-a401-1010ee11a72d",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2021-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yet another metal band from Denver, CO, a place where the NFL football team is cool and good. I'm sensing a theme. \nhttps://khemmis.bandcamp.com/album/deceiver",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}