Information about plays

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

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

{
    "id": 3613341,
    "uri": "https://api.kexp.org/v2/plays/3613341/?format=api",
    "airdate": "2026-02-05T01:50:44-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbae10a3-3690-46a3-83c9-8e5aa6f8a83a/40019047165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbae10a3-3690-46a3-83c9-8e5aa6f8a83a/40019047165-250.jpg",
    "song": "Let the World Turn",
    "track_id": null,
    "recording_id": "0c714af0-2131-4dfc-a305-26665f996743",
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "…For the Whole World to See",
    "release_id": null,
    "release_group_id": "8cd7285a-7bea-3119-9083-c777f6063462",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit trio of brothers that started out as an R&B group, got inspired by MC5 and were often overlooked in the early 70's. (I wonder why.) Their original recordings became hard to find and therefore sought after by record collectors.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}