Information about plays

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

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

{
    "id": 3597490,
    "uri": "https://api.kexp.org/v2/plays/3597490/?format=api",
    "airdate": "2025-12-29T06:02:36-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "https://ia904500.us.archive.org/17/items/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d-40484833696_thumb500.jpg",
    "thumbnail_uri": "https://ia804500.us.archive.org/17/items/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d/mbid-a2c67dfd-ccfe-4a80-9f9b-5691a179352d-40484833696_thumb250.jpg",
    "song": "Want",
    "track_id": "a26ce9fd-9510-37b2-bde1-b9434eb0aa2f",
    "recording_id": "b880fe5a-b421-4ce4-9462-d410af7cd068",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wild Mood Swings",
    "release_id": "a2c67dfd-ccfe-4a80-9f9b-5691a179352d",
    "release_group_id": "022a265e-a85d-3462-988e-15228a4ca44b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P. Perry Bamonte, who passed away on December 25, 2025.\n\nHe became a full time member of The Cure in 1990, playing guitar, six string bass and keyboard on the Wish, Wild Mood Swings, Bloodflowers, Acoustic Hits and The Cure albums, as well as performing more than 400 shows over 14 years.\n\nhttps://www.thecure.com/news/2025/12/perry-archangelo-bamonte-1960-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}