Information about plays

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

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

{
    "id": 3588741,
    "uri": "https://api.kexp.org/v2/plays/3588741/?format=api",
    "airdate": "2025-12-09T03:02:00-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wah Jobble",
    "track_id": null,
    "recording_id": null,
    "artist": "Zak Mak & Quaad",
    "artist_ids": [],
    "album": "HVS09",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heavy Sounds"
    ],
    "label_ids": [
        "81311269-e370-402f-b5df-aa8b4055530f"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Heavy Sounds is very pleased to welcome Zeldin to the label for the 9th release! Featuring 3 tracks of super heavy Jungle cuts, and a rumbling collab track with Zak Mak (Zeldin & Marksman) & Quaad\"\n\nhttps://heavysounds1.bandcamp.com/album/hvs09-hvs09",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}