Information about plays

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

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

{
    "id": 3572389,
    "uri": "https://api.kexp.org/v2/plays/3572389/?format=api",
    "airdate": "2025-10-31T23:44:14-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c013c6b-b187-4c74-b75f-e5ff7b95fdef/4436624126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c013c6b-b187-4c74-b75f-e5ff7b95fdef/4436624126-250.jpg",
    "song": "Constant Elevation",
    "track_id": null,
    "recording_id": "a053fe9e-b337-4fde-9350-cfd4caac85a2",
    "artist": "Gravediggaz",
    "artist_ids": [
        "7010fbf2-cbfd-4625-b0ef-a7efb9285320"
    ],
    "album": "6 Feet Deep",
    "release_id": null,
    "release_group_id": "d6f1ef7d-64e1-39fc-be5b-f2d57afa3a45",
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1994-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Horror Core season!\n\nRZA of Wu-Tang + Prince Paul + Poetic + Frukwan\n\nhttps://en.wikipedia.org/wiki/6_Feet_Deep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}