Information about plays

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

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

{
    "id": 3625332,
    "uri": "https://api.kexp.org/v2/plays/3625332/?format=api",
    "airdate": "2026-03-04T19:26:20-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jet Stream Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Jet Stream Heart",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "V2 Records"
    ],
    "label_ids": [
        "3fb03151-5703-4ac7-ba9b-8a9596a2af2f"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from English band Temples!\n\n\"Over a decade into their career as a unit, UK rockers Temples are far from settled on their sound. Whereas 2014’s debut Sun Structures reveled in vintage psych-pop pastels, the band’s latest single “Jet Stream Heart” sounds far more contemporary in its pulsating neons and pounding electronic beat as James Bagshaw’s familar vocals waft through the mix.\"\nhttps://floodmagazine.com/217290/temples-jet-stream-heart-first-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}