Information about plays

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

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

{
    "id": 3631478,
    "uri": "https://api.kexp.org/v2/plays/3631478/?format=api",
    "airdate": "2026-03-20T13:08:04-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://coverartarchive.org/release/2dcc9bad-8bdb-4265-9256-0212416004cb/21234434425-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2dcc9bad-8bdb-4265-9256-0212416004cb/21234434425-250.jpg",
    "song": "Spring Again",
    "track_id": null,
    "recording_id": "45148999-72fd-4995-8842-841cddd40a7a",
    "artist": "Biz Markie",
    "artist_ids": [
        "48b48175-5ffd-49a2-88e2-ca84118544ca"
    ],
    "album": "Biz’s Baddest Beats",
    "release_id": null,
    "release_group_id": "c1c2d0f3-e10f-368a-bb2f-666174354d52",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S SPRING AGAIN!!!!!!!!!\n---\nHere's the video of \"Spring Again\" with the \"Clown Prince of Rap\": https://www.youtube.com/watch?v=xuIAcZ_BS64",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}