Information about plays

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

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

{
    "id": 3575933,
    "uri": "https://api.kexp.org/v2/plays/3575933/?format=api",
    "airdate": "2025-11-09T08:08:30-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycles",
    "track_id": null,
    "recording_id": null,
    "artist": "Kennebec",
    "artist_ids": [
        "e653d242-3202-4a4d-b975-0476b253d581"
    ],
    "album": "The Water Wheel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rainwatch"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from Kennebec, the alias of Portland-based musician Eric Phillips ~ \nhttps://kennebec1.bandcamp.com/album/the-water-wheel :: \nKennebec will be touring with Brendan Eder Ensemble and performing at The Lost Church SF in San Francisco on November 18th and at Ballard Homestead in Seattle on November 22nd!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}