Information about plays

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

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

{
    "id": 3576960,
    "uri": "https://api.kexp.org/v2/plays/3576960/?format=api",
    "airdate": "2025-11-11T20:41:29-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sona",
    "track_id": null,
    "recording_id": null,
    "artist": "plash",
    "artist_ids": [],
    "album": "sona",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "seulseul"
    ],
    "label_ids": [],
    "release_date": "2025-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This electric track has a math rock feel at the same time of having a driven bedroom pop sound with all sorts of tight percussive interludes and eastern musical ideas\n\nThey're a Seattle based group!! You can check them out on December 28th here in Seatown at Hidden Hall !\n\nhttps://www.instagram.com/reel/DQ0jaxKkQu4/?igsh=MXAyY2tyNW4yMnFkbA==",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}