Information about plays

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

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

{
    "id": 3629117,
    "uri": "https://api.kexp.org/v2/plays/3629117/?format=api",
    "airdate": "2026-03-15T04:22:57-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-250.jpg",
    "song": "Human Being",
    "track_id": null,
    "recording_id": "655bdb27-b3a0-4b34-a396-a4f8d181eaf8",
    "artist": "Coloured Balls",
    "artist_ids": [
        "995c133a-1c75-4812-9f40-f339f5476580"
    ],
    "album": "Ball Power",
    "release_id": null,
    "release_group_id": "e150daef-9203-3d49-a7c1-e4b5f6d91818",
    "labels": [
        "Aztec Music"
    ],
    "label_ids": [
        "40188a3f-954e-4ed4-b561-1480d0a2b71a"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aussies from the early 1970s....",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}