Information about plays

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

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

{
    "id": 3566087,
    "uri": "https://api.kexp.org/v2/plays/3566087/?format=api",
    "airdate": "2025-10-16T21:26:04-07:00",
    "show": 64852,
    "show_uri": "https://api.kexp.org/v2/shows/64852/?format=api",
    "image_uri": "https://coverartarchive.org/release/e74ccb26-36ae-42fd-a29a-1e026f082d6d/36970776296-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e74ccb26-36ae-42fd-a29a-1e026f082d6d/36970776296-250.jpg",
    "song": "My Simple Jeep",
    "track_id": null,
    "recording_id": null,
    "artist": "Mac DeMarco, Eyedress",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf",
        "0b619a94-481c-40ac-abae-85f33f2b1588"
    ],
    "album": "My Simple Jeep",
    "release_id": null,
    "release_group_id": "c756759d-bedd-4186-a784-5f6c4f61ddd2",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}