Information about plays

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

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

{
    "id": 3545188,
    "uri": "https://api.kexp.org/v2/plays/3545188/?format=api",
    "airdate": "2025-08-26T19:27:49-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "T.I.B.W.F.",
    "track_id": null,
    "recording_id": "4e2b3a51-9539-445a-a812-ef794d1d6193",
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "Up From the South / T.I.B.W.F.",
    "release_id": null,
    "release_group_id": "90601cd5-1500-3b72-89ee-7dcefdcd7953",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Budos Band is an American instrumental band from Staten Island, New York, formed in 2005. AllMusic describes the group as a \"doom rock Afro-soul big band with a '70s touch\" that joins \"musical universes from trippy psychedelia and Afro-funk to '70s hard rock and late-'60s soul.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}