Information about plays

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

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

{
    "id": 3551463,
    "uri": "https://api.kexp.org/v2/plays/3551463/?format=api",
    "airdate": "2025-09-10T23:25:46-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "F.E.L.A",
    "track_id": null,
    "recording_id": null,
    "artist": "Khu.éex'",
    "artist_ids": [
        "104f1fab-b020-43e6-b8ec-d8fe766a00ac"
    ],
    "album": "Red Cedar in the Hour of Chaos",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New record out now from Seattle group Khu.éex'.\n\nhttps://khueex.bandcamp.com/album/red-cedar-in-the-hour-of-chaos\n\nCheck out an amazing in-studio session recorded this June:\n\nhttps://www.youtube.com/watch?v=hSDb6I58RwY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}