Information about plays

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

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

{
    "id": 3595613,
    "uri": "https://api.kexp.org/v2/plays/3595613/?format=api",
    "airdate": "2025-12-25T01:34:47-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Door Santa",
    "track_id": null,
    "recording_id": "98df1ef2-6816-4334-86ef-aee0120c17c1",
    "artist": "Clarence Carter",
    "artist_ids": [
        "d24bd0d5-0bfe-43ca-9ddd-d731abda89d7"
    ],
    "album": "Back Door Santa / That Old Time Feeling",
    "release_id": null,
    "release_group_id": "721b8712-10cc-3fdb-857d-817f6d476388",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clarence George Carter was a blind American singer, songwriter and guitarist, born in 1936, in Montgomery, Alabama. He released \"Back Door Santa\" on the 1969 album Testifyin'. \n\nRun-D.M.C. sampled it for \"Christmas in Hollis.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}