Information about plays

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

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

{
    "id": 3629046,
    "uri": "https://api.kexp.org/v2/plays/3629046/?format=api",
    "airdate": "2026-03-15T00:05:21-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mask of Sanity",
    "track_id": null,
    "recording_id": null,
    "artist": "Deathstorm",
    "artist_ids": [
        "50890a85-ea65-46b4-a5e7-e50bff11fcde"
    ],
    "album": "Cascophonies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [
        "6781d2cb-7d91-49be-829b-b9e22fe695f7"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming fourth full-length from these Austrian thrashers.\n\nhttps://dyingvictimsproductions.bandcamp.com/album/cascophonies\nhttps://www.facebook.com/deathstormthrash/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}