Information about plays

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

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

{
    "id": 3552898,
    "uri": "https://api.kexp.org/v2/plays/3552898/?format=api",
    "airdate": "2025-09-14T09:09:18-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/7642accf-115c-45a5-b256-e6ce53516058/26599402999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7642accf-115c-45a5-b256-e6ce53516058/26599402999-250.jpg",
    "song": "You Got to Die",
    "track_id": null,
    "recording_id": "e101b6a4-471a-47b7-905f-8ce4a603f3c2",
    "artist": "Blind Willie McTell",
    "artist_ids": [
        "81e02e29-e46a-49cb-bf13-d204cbe86daa"
    ],
    "album": "Atlanta Twelve String",
    "release_id": null,
    "release_group_id": "1f7692b9-351a-3fee-8939-c5f78a5b9735",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Georgia musician played in a fluid, syncopated finger picking guitar style known as Piedmont blues style. While he never had commercial success, he played the Atlanta circuit and recorded up until his death. Recorded in 1949.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}