Information about plays

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

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

{
    "id": 3592654,
    "uri": "https://api.kexp.org/v2/plays/3592654/?format=api",
    "airdate": "2025-12-18T10:55:36-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feels Good",
    "track_id": null,
    "recording_id": "358cb2c5-8eb9-429e-91dd-c660364ca67d",
    "artist": "Tony! Toni! Toné!",
    "artist_ids": [
        "511562a6-c381-44df-9bc4-27be779716b8"
    ],
    "album": "The Revival",
    "release_id": null,
    "release_group_id": "c3cbc025-1dfc-349a-81e9-41076b04be8c",
    "labels": [
        "Wing"
    ],
    "label_ids": [
        "4da5ec5a-d463-446c-b4be-aa4ef056329a"
    ],
    "release_date": "1990-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Wayne Wiggins, co-founder, singer, and guitarist of Tony! Toni! Toné!, passed away on March 7 at 64 after a year-long battle with bladder cancer. His family confirmed his death, noting he remained dedicated to his music, family, fans, and community until the end. \n\nWiggins, along with his brother Raphael Saadiq and cousin Timothy Christian, founded Tony! Toni! Toné! in Oakland in 1986. The group became a defining act of the late '80s and early '90s, with hits like \"Feels Good,\" \"If I Had No Loot,\" and \"Anniversary,\" and three platinum-certified albums.\n\nhttps://www.rollingstone.com/music/music-news/dwayne-wiggins-dead-tony-toni-tone-1235291910/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}