Information about plays

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

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

{
    "id": 3571153,
    "uri": "https://api.kexp.org/v2/plays/3571153/?format=api",
    "airdate": "2025-10-28T21:15:06-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Single Minded People",
    "track_id": null,
    "recording_id": "eadf3208-9f47-48b8-80df-3fb1e9f09722",
    "artist": "Denham Audio & Coco Bryce",
    "artist_ids": [
        "9b17ce3f-ef94-4254-b4d6-2a23d859bddc",
        "55ca6b99-89b0-44e4-aee5-269d087fb110"
    ],
    "album": "Denham Audio & Friends",
    "release_id": null,
    "release_group_id": "d27cb3d1-39bf-45fd-8e1c-a2ecc5848757",
    "labels": [
        "Cheeky Music Group"
    ],
    "label_ids": [
        "b93049b4-acc9-4761-bbbc-a22fa4082e79"
    ],
    "release_date": "2021-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhythmically and tonally, this track sits in the electronic / breakbeat / house spectrum (Denham Audio’s style) blended with the breakbeat/jungle sensibility of Coco Bryce.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}