Information about plays

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

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

{
    "id": 3596253,
    "uri": "https://api.kexp.org/v2/plays/3596253/?format=api",
    "airdate": "2025-12-26T11:51:00-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stone Shadow",
    "track_id": "914340b9-3e98-492a-a117-b8d69bb7860e",
    "recording_id": "9a6cfa15-291a-4827-a4db-973988006f97",
    "artist": "Glyders",
    "artist_ids": [
        "0fb1770f-4fbd-432f-9cfa-43b727474dc2"
    ],
    "album": "Forever",
    "release_id": "9a2d4d06-b1cd-4638-b5f7-d7bca1fd45ee",
    "release_group_id": "2c99cf16-9c09-44c8-a5af-a1960fa73d52",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded in Chicago in 2014 by partners Joshua Condon and Eliza Weber, Glyders have been playing their mystery sound at shows around town and country ever since.\n\nhttps://glyders.bandcamp.com/album/forever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}