Information about plays

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

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

{
    "id": 3548880,
    "uri": "https://api.kexp.org/v2/plays/3548880/?format=api",
    "airdate": "2025-09-04T15:28:02-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/2cf211d8-4b77-4ec4-b00b-0bac6020a988/36977422609-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2cf211d8-4b77-4ec4-b00b-0bac6020a988/36977422609-250.jpg",
    "song": "Run on for a Long Time",
    "track_id": null,
    "recording_id": "1c2ac0ef-08e9-42a5-b50d-0ffa47615334",
    "artist": "Bill Landford & The Landfordaires",
    "artist_ids": [
        "4fcadeab-6be0-4a80-b447-15f930536112",
        "6648374c-c3cc-4058-9dd3-336b32aea41c"
    ],
    "album": "Triumphs of the Blues",
    "release_id": null,
    "release_group_id": "4bf20aa3-bf02-4439-8f3f-26c3411863e8",
    "labels": [
        "Haba’na"
    ],
    "label_ids": [
        "2db61ae8-7fd3-471f-8f25-e84e98a85e6d"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The earliest recording, from 1946, is by the Golden Gate Quartet, with subsequent versions released by (among many others) Elvis Presley, Johnny Cash, Tom Jones, and even Marilyn Manson.\nThis version, dating from 1949, is by Bill Landford, a founding member of the aforementioned Golden Gate Quartet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}