Information about plays

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

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

{
    "id": 3543444,
    "uri": "https://api.kexp.org/v2/plays/3543444/?format=api",
    "airdate": "2025-08-22T19:27:20-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2aeb606-e345-454b-b805-c7c108807120/42232774866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2aeb606-e345-454b-b805-c7c108807120/42232774866-250.jpg",
    "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": "The Budos Band",
    "release_id": null,
    "release_group_id": "012853cb-ce1d-3124-9cc9-1d925a19a408",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-11-29",
    "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"
}