Information about plays

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

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

{
    "id": 3538526,
    "uri": "https://api.kexp.org/v2/plays/3538526/?format=api",
    "airdate": "2025-08-10T22:27:58-07:00",
    "show": 64256,
    "show_uri": "https://api.kexp.org/v2/shows/64256/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f279a47-778f-44fe-a9ff-4ca61dae26c8/28949992190-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f279a47-778f-44fe-a9ff-4ca61dae26c8/28949992190-250.jpg",
    "song": "Promises: Movement 1 (Kassa Overall mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Floating Points, Pharoah Sanders & The London Symphony Orchestra",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97",
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9",
        "38712b4c-0fd4-4c65-8c7a-45676fecc973"
    ],
    "album": "Promises",
    "release_id": null,
    "release_group_id": "970f689d-1778-4953-b3ed-48d057625724",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2020-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}