Information about plays

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

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

{
    "id": 3596985,
    "uri": "https://api.kexp.org/v2/plays/3596985/?format=api",
    "airdate": "2025-12-28T00:46:48-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Far Away From the Sun",
    "track_id": null,
    "recording_id": "97d2e4c5-04ea-484c-a3e0-8a411d2c24d9",
    "artist": "Sacramentum",
    "artist_ids": [
        "67673557-2310-41d3-83b9-e6e0cb1d65d5"
    ],
    "album": "Far Away From the Sun",
    "release_id": null,
    "release_group_id": "af31346e-1ded-328c-b98a-c2931b7d4183",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gothenburg, Sweden. RIP to Nisse Karlén, founding member of Sacramentum and a beast to see live. `\nhttps://www.facebook.com/sacramentumofficial\nhttps://sacramentum.bandcamp.com/album/far-away-from-the-sun-remastered-2020-with-bonus-track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}