Information about plays

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

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

{
    "id": 3599917,
    "uri": "https://api.kexp.org/v2/plays/3599917/?format=api",
    "airdate": "2026-01-03T23:38:55-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crush Kill Destroy",
    "track_id": null,
    "recording_id": "573a09d8-dc3f-4d0b-a7e4-516cffe7d7be",
    "artist": "Spazz",
    "artist_ids": [
        "30185d89-e9b1-4083-8a58-4688e10e0ec8"
    ],
    "album": "Crush Kill Destroy",
    "release_id": null,
    "release_group_id": "637942cf-1b83-3448-9bc4-df2c91dd2301",
    "labels": [
        "Slap a Ham Records"
    ],
    "label_ids": [
        "43fea7a2-8d22-4767-aa3a-589806823e4d"
    ],
    "release_date": "1999-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tankcrimes has reissued most of Spazz's albums:\n\nhttps://tankcrimes.merchtable.com/tankcrimes-music/vinyl/spazz-sweatin-to-the-oldies-2xlp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}