Information about plays

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

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

{
    "id": 3578128,
    "uri": "https://api.kexp.org/v2/plays/3578128/?format=api",
    "airdate": "2025-11-14T15:57:56-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://ia804501.us.archive.org/31/items/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9-29880007592_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9-29880007592_thumb250.jpg",
    "song": "Secrecy Is Incredibly Important to the Both of Them",
    "track_id": "af15940d-09aa-45de-ac60-e3a85b270360",
    "recording_id": "8c5da87d-32df-4286-b84b-ee4751214844",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "The Asymptotical World EP",
    "release_id": "ffee52e9-b1eb-4a2c-b594-9a75063e19f9",
    "release_group_id": "6522d96c-91b4-4620-96df-2612dad0e22b",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2021-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}