Information about plays

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

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

{
    "id": 3625365,
    "uri": "https://api.kexp.org/v2/plays/3625365/?format=api",
    "airdate": "2026-03-04T21:31:56-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild River Dream 小河",
    "track_id": null,
    "recording_id": null,
    "artist": "Brad Stank",
    "artist_ids": [
        "c3acebe1-5b3d-4d77-bc30-c59ef2b04d98"
    ],
    "album": "Wild River Dream 小河",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration with Chinese indie rock band Schoolgirl Bye Bye. They are on tour together this Spring!\n\nPortland - Mar 25 - Swan Dive\nSeattle - Mar 26 - Substation\nSF - Mar 29 - Cafe Du Nord",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}