Information about plays

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

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

{
    "id": 3549848,
    "uri": "https://api.kexp.org/v2/plays/3549848/?format=api",
    "airdate": "2025-09-07T01:15:05-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a5adb09-3590-4d75-89b1-b2fdc39c383e/41028445247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a5adb09-3590-4d75-89b1-b2fdc39c383e/41028445247-250.jpg",
    "song": "Ritual",
    "track_id": null,
    "recording_id": "5ac925ce-d8de-4321-ab93-c4ee0d762651",
    "artist": "Blasphemy",
    "artist_ids": [
        "28271102-2afe-4bbb-932c-65e4e4fc5462"
    ],
    "album": "Blood Upon the Altar",
    "release_id": null,
    "release_group_id": "3989d577-33bf-4f06-af73-07b0dc22ae8f",
    "labels": [
        "Nuclear War Now! Productions"
    ],
    "label_ids": [
        "981100aa-968e-42bb-bc00-1c2f3aea52c6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blasphemy was initially formed in 1984 by childhood friends Nocturnal Grave Desecrator and Black Winds and 3 Black Hearts of Damnation and Impurity, joined shortly after by guitarist Caller of the Storms.\n\nhttps://www.facebook.com/OfficialBlasphemy\nhttps://nuclearwarnowproductions.bandcamp.com/album/blood-upon-the-altar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}