Information about plays

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

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

{
    "id": 3622728,
    "uri": "https://api.kexp.org/v2/plays/3622728/?format=api",
    "airdate": "2026-02-26T21:08:58-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/38768da0-2b7b-44cc-850c-a1763de31cc9/13268855621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38768da0-2b7b-44cc-850c-a1763de31cc9/13268855621-250.jpg",
    "song": "Grass, Tree and Stone",
    "track_id": null,
    "recording_id": "0e824eed-2c43-49c3-a5bf-51b8147e6b11",
    "artist": "Susumu Yokota",
    "artist_ids": [
        "7b05d6fe-91e8-4cb9-a401-2a13b1578716"
    ],
    "album": "The Boy and the Tree",
    "release_id": null,
    "release_group_id": "d3fda1a8-84ec-3f4f-a59e-ea81515ccc85",
    "labels": [
        "Skintone"
    ],
    "label_ids": [
        "062ec6c3-e1ab-48c9-ac7c-a653a9a1a401"
    ],
    "release_date": "2002-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A prolific, prodigiously talented artist, Susumu Yokota was responsible for over thirty albums between 1993 and 2012, exploring the worlds of acid techno, trance, ambient, downtempo and beyond.\n--\nhttps://susumuyokota.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}