Information about plays

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

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

{
    "id": 3631421,
    "uri": "https://api.kexp.org/v2/plays/3631421/?format=api",
    "airdate": "2026-03-20T09:33:34-07:00",
    "show": 66229,
    "show_uri": "https://api.kexp.org/v2/shows/66229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild At Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Neil Diamond",
    "artist_ids": [
        "a42d3fd5-55de-4206-86c3-4fbb5404018f"
    ],
    "album": "Wild At Heart",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "19-years after they recorded their third album, Neil Diamond is releasing his Rick Rubin produced 2007 album Wild At Heart. Diamond says, \"I’m so gratified that these songs will finally be set free into the world to complete our trilogy of work.\" The album will arrive on May 8th. \n--\nDiamond has also shared a trailer for the upcoming release; it depicts him sitting with Rubin in the same studio where they recorded Wild at Heart in and reflecting on the album’s creation all those years ago. “You wrote a lot of songs in a brief window, there,” Rubin said. “You were on fire.” “I couldn’t stop myself, it was a good feeling,” Diamond replied. “I was living with these songs for about a year. They were part of my everyday life.”: https://www.youtube.com/watch?v=q-5r0sNGYaU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}