Information about plays

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

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

{
    "id": 3619014,
    "uri": "https://api.kexp.org/v2/plays/3619014/?format=api",
    "airdate": "2026-02-18T07:31:20-08:00",
    "show": 65965,
    "show_uri": "https://api.kexp.org/v2/shows/65965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Like Heaven (Dizzy mix)",
    "track_id": "fd656a59-027c-3d49-acbe-0e1c520d315d",
    "recording_id": "6c6fd197-1f9c-4bed-ad77-8026c6d2c274",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Join the Dots: B-Sides and Rarities",
    "release_id": "0a6108f2-c2be-4e18-8185-db1a5551ab78",
    "release_group_id": "7998a36c-c94d-39f9-a092-777817534309",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2004-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Join the Dots: B-Sides & Rarities' is a box set of The Cure, released on 26 January 2004, by their former record label Fiction. The box set includes all B-sides by the band, apart from a number of remixes, as well a number of unreleased songs and songs that had been out of physical circulation for years. \n\nhttps://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}