Information about plays

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

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

{
    "id": 3629559,
    "uri": "https://api.kexp.org/v2/plays/3629559/?format=api",
    "airdate": "2026-03-16T02:28:58-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d99a860-1982-48ac-8f08-e992fac78fe6/35993593824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d99a860-1982-48ac-8f08-e992fac78fe6/35993593824-250.jpg",
    "song": "If I Were a Bell",
    "track_id": null,
    "recording_id": "a305b474-e73d-4949-9060-80ad9d635881",
    "artist": "Red Garland",
    "artist_ids": [
        "d9399921-2d82-437e-825e-16daff591a0c"
    ],
    "album": "Red Garland's Piano",
    "release_id": null,
    "release_group_id": "ae59c055-8bfb-4e73-b509-87883dd49f82",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}