Information about plays

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

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

{
    "id": 3581726,
    "uri": "https://api.kexp.org/v2/plays/3581726/?format=api",
    "airdate": "2025-11-23T01:36:54-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/633c38fd-f7bf-40b8-bdf5-d28a61e768f3/28036836502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/633c38fd-f7bf-40b8-bdf5-d28a61e768f3/28036836502-250.jpg",
    "song": "Bakyunsified (Moe to the Gore)+ Houkago Grind Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Houkago Grind Time",
    "artist_ids": [
        "8e92d8ec-df14-46dc-97fa-21f8ac96f333"
    ],
    "album": "Bakyunsified (Moe to the Gore)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Grindfather Productions"
    ],
    "label_ids": [],
    "release_date": "2020-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Richie in Des Moines, WA and Warren in Indiana\n\nAndrew Lee project\n\nhttps://houkagogrindtime2.bandcamp.com/album/split-with-reptile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}