Information about plays

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

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

{
    "id": 3546898,
    "uri": "https://api.kexp.org/v2/plays/3546898/?format=api",
    "airdate": "2025-08-30T21:32:59-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shell",
    "track_id": null,
    "recording_id": null,
    "artist": "Fan Club",
    "artist_ids": [
        "c3f5e338-566c-4498-ad68-f2a8b92291b8"
    ],
    "album": "Stimulation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming EP from these Seattle rockers.  They will be playing their album release show on September 5th at the Vera Project with Poison Ruin, Jivebomb, and Fashion Change.\n\nhttps://officialfanclubfanclub.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}