Information about plays

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

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

{
    "id": 3663235,
    "uri": "https://api.kexp.org/v2/plays/3663235/?format=api",
    "airdate": "2026-06-03T13:59:39-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Might As Well be Strangers",
    "track_id": null,
    "recording_id": null,
    "artist": "Weezer",
    "artist_ids": [],
    "album": "Weezer (Gold Album)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2026-08-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rivers Cuomo and Karly Hartzman recorded a duet, with production by the guys who worked on Robyn and Geese's recent albums. The song in question, \"We Might As Well Be Strangers,\" is the new single from Weezer's latest self-titled, color-themed album, to be colloquially known as \"The Gold Album.\" The album is dropping on August 26th.: https://stereogum.com/2501137/weezer-announce-new-gold-album-hear-we-might-as-well-be-strangers-feat-wednesday/music\n--\nSee the music video: https://www.youtube.com/watch?v=GyE8bkeSt8w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}