Information about plays

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

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

{
    "id": 3641615,
    "uri": "https://api.kexp.org/v2/plays/3641615/?format=api",
    "airdate": "2026-04-13T15:38:37-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doin’ It",
    "track_id": null,
    "recording_id": "10aedc4f-fa3e-456c-913d-6035ff0b217c",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Secrets",
    "release_id": null,
    "release_group_id": "e5504c7a-09ae-339f-a737-8b4d91bdacf9",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to James! \n\nHappy belated 86th to Herbie Hancock! Born April 12, 1940 in Chicago, IL.\n\nFun fact: Ray Parker Jr. of Ghostbusters fame contributes his vocals & guitar playing on Secrets. \n\nhttps://www.herbiehancock.com/music/discography/album/680/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}