Information about plays

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

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

{
    "id": 3545858,
    "uri": "https://api.kexp.org/v2/plays/3545858/?format=api",
    "airdate": "2025-08-28T11:34:55-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb250.jpg",
    "song": "Fire in the Western World",
    "track_id": "2d700c7d-afba-3129-817b-cb4e577e3758",
    "recording_id": "cc6f9c25-8c29-4eb5-ab9d-86663ca3f8cc",
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Echoes of the Past",
    "release_id": "5c391077-e2ed-4d23-a444-59185b7e5f76",
    "release_group_id": "4e73ec2a-a34f-36fe-8270-bf1df548c3b6",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'Dead Moon was a rock band from 1987 to 2006, formed in Portland, Oregon. Fronted by singer/guitarist Fred Cole, the band also included singer/bassist Toody Cole, Fred's wife, and drummer Andrew Loomis. Veterans of Portland's independent rock scene, Dead Moon combined dark and lovelorn themes with punk and country music influences into a stripped-down sound.'\n\nhttps://www.deadmoonusa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}