Information about plays

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

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

{
    "id": 3581705,
    "uri": "https://api.kexp.org/v2/plays/3581705/?format=api",
    "airdate": "2025-11-23T00:05:55-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damnator's Hand",
    "track_id": null,
    "recording_id": "b2e8ac8a-dc7d-49d4-b53b-3ab1796731e6",
    "artist": "Nocturnal",
    "artist_ids": [
        "4662cee2-1ca3-4697-b669-0a1a146565f7"
    ],
    "album": "Serpent Death",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [
        "6781d2cb-7d91-49be-829b-b9e22fe695f7"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhineland-Palatinate, Germany\n\nNocturnal have announced that they are working on new material.  No release dates have been announced yet.\n\nhttps://www.facebook.com/nocturnalunholythrash\nhttps://dyingvictimsproductions.bandcamp.com/album/nocturnal-serpent-death",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}