Information about plays

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

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

{
    "id": 3594374,
    "uri": "https://api.kexp.org/v2/plays/3594374/?format=api",
    "airdate": "2025-12-22T07:23:30-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Moon Night",
    "track_id": "c08711fa-8e74-3f00-ae22-2fd5e8f040b2",
    "recording_id": "2d0e94b4-c396-4c1f-8dc5-951d618bfcef",
    "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": "https://deadmoonnight.bandcamp.com/track/dead-moon-night\n\n\"Dead Moon was a United States 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.\"\nhttps://www.deadmoonusa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}