Information about plays

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

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

{
    "id": 3556823,
    "uri": "https://api.kexp.org/v2/plays/3556823/?format=api",
    "airdate": "2025-09-23T17:48:25-07:00",
    "show": 64643,
    "show_uri": "https://api.kexp.org/v2/shows/64643/?format=api",
    "image_uri": "https://ia903208.us.archive.org/4/items/mbid-9acd57ae-26f7-4f02-a3c4-0f9072404a67/mbid-9acd57ae-26f7-4f02-a3c4-0f9072404a67-18706202187_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/4/items/mbid-9acd57ae-26f7-4f02-a3c4-0f9072404a67/mbid-9acd57ae-26f7-4f02-a3c4-0f9072404a67-18706202187_thumb250.jpg",
    "song": "Strange or Be Forgotten",
    "track_id": "515f98de-5ba0-43f9-a1e0-52ec5bf7fe08",
    "recording_id": "2c646b96-23b1-4545-9bc9-f18572d7e987",
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Volcano",
    "release_id": "9acd57ae-26f7-4f02-a3c4-0f9072404a67",
    "release_group_id": "157ecb59-61d7-4ace-8e20-740cd4c968ae",
    "labels": [
        "Heavenly Recordings",
        "Fat Possum Records"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a",
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Temples were formed in Kettering, England in 2012, Volcano was their 2017 release.\nhttps://www.templestheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}