Information about plays

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

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

{
    "id": 3599877,
    "uri": "https://api.kexp.org/v2/plays/3599877/?format=api",
    "airdate": "2026-01-03T22:07:22-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fate Unknown + Saint's Brutality",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Load",
    "artist_ids": [],
    "album": "Fate Unknown",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Going Underground"
    ],
    "label_ids": [
        "3800f078-f752-426b-86a7-dc790ae7a460"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles' Hot Load deliver their first long awaited full length.  It made Mac's Top 10 of 2025.\n\nhttps://hotload.bandcamp.com/album/fate-unknown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}