Information about plays

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

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

{
    "id": 3579948,
    "uri": "https://api.kexp.org/v2/plays/3579948/?format=api",
    "airdate": "2025-11-18T19:17:56-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ten",
    "track_id": null,
    "recording_id": null,
    "artist": "Sufi Dub Brothers",
    "artist_ids": [],
    "album": "Return of the Sufi Dub Brothers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fun in the Church"
    ],
    "label_ids": [
        "10ef89ba-efa5-4c79-9623-72ba7c3481ae"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ashraf Sharif Khan and Viktor Marek are the Sufi Dub Brothers.\n\nA new album, \"Return of the Sufi Dub Brothers\" is out November 28 on Fun in the Church. \n\nPre-order on their bandcamp here: https://tinyurl.com/3wrrbt8m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}