Information about plays

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

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

{
    "id": 3544008,
    "uri": "https://api.kexp.org/v2/plays/3544008/?format=api",
    "airdate": "2025-08-24T00:49:35-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2e30dac-80ea-4613-a7ae-39e19e3a5df3/9501991894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2e30dac-80ea-4613-a7ae-39e19e3a5df3/9501991894-250.jpg",
    "song": "Curse of the Damned",
    "track_id": null,
    "recording_id": "ed03e935-1b46-4664-85c9-0cdc27310b8e",
    "artist": "Night Demon",
    "artist_ids": [
        "a71533db-17f0-4c37-87de-6fe6453e75a2"
    ],
    "album": "Curse of the Damned",
    "release_id": null,
    "release_group_id": "b3b910ac-d1c6-4323-a0f9-df2d71628381",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "2015-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Ventura, CA in 2011 and featuring members of Cirith Ungol and Hellwitch.  Vocalist and guitarist, Jarvis Leatherby organizes the Frost and Fire Festival in Ventura, CA.\n\nhttps://nightdemon.bandcamp.com/music\nhttps://www.nightdemon.net/\nhttps://nightdemon.net/frost-and-fire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}