Information about plays

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

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

{
    "id": 3629548,
    "uri": "https://api.kexp.org/v2/plays/3629548/?format=api",
    "airdate": "2026-03-16T01:43:06-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/b18fc319-7a66-45d4-8b89-eda237aab73a/3541167495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b18fc319-7a66-45d4-8b89-eda237aab73a/3541167495-250.jpg",
    "song": "Sub City",
    "track_id": null,
    "recording_id": "a9113c21-30a2-4988-b5f1-9e4c3e2f77aa",
    "artist": "Bud Powell",
    "artist_ids": [
        "dbc5809c-7837-4b6f-961e-340d64fbb41c"
    ],
    "album": "Time Waits: The Amazing Bud Powell, Volume 4",
    "release_id": null,
    "release_group_id": "4c845ceb-01c2-3893-a12c-8fe8aa3c9015",
    "labels": [
        "Mosaic Records"
    ],
    "label_ids": [
        "e09b6f54-231b-4fc2-a5be-4a24aa25af92"
    ],
    "release_date": "1958-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philly \"Joe Jones\"  on Drums and Sam Jones on Bass on this swinging session",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}