Information about plays

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

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

{
    "id": 3570172,
    "uri": "https://api.kexp.org/v2/plays/3570172/?format=api",
    "airdate": "2025-10-26T09:21:59-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quickening / Ethchlorvynok",
    "track_id": null,
    "recording_id": null,
    "artist": "Friends of Dean Martinez",
    "artist_ids": [
        "51573fd2-0b3e-4434-9d8c-cf58ffad7fd7"
    ],
    "album": "Atardecer",
    "release_id": null,
    "release_group_id": "7a553708-8a28-395f-b0ee-187f63941404",
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "1999-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuscon, Arizona band featuring members of Giant Sand, Calexico, and Naked Prey.\nPreceded by \"Quickening\" from the same album ; Ethchlorvynol is a hypnotic sleeping pill developed in the 1950s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}