Information about plays

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

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

{
    "id": 3571044,
    "uri": "https://api.kexp.org/v2/plays/3571044/?format=api",
    "airdate": "2025-10-28T14:47:49-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "https://dn721709.ca.archive.org/0/items/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30-42522804561_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30/mbid-def25b73-690b-4256-9fd9-a50bdca5bd30-42522804561_thumb250.jpg",
    "song": "Somewhere in Between",
    "track_id": "049d6ee8-9d3c-4479-8247-5d2cefbd1610",
    "recording_id": "920b6609-46bf-451d-9e4e-3fea1e77ac46",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Essex Honey",
    "release_id": "b860c24b-a30c-4dfc-886a-1d7878e6f864",
    "release_group_id": "778e2320-736e-4634-ae65-354d408c40e9",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dev Hynes a.k.a Blood Orange explores grief in his latest album Essex Honey. Following his mother’s death in 2023, this album marks the end of his creative hiatus started in 2019 to take care of her. https://www.latimes.com/entertainment-arts/music/story/2025-08-27/blood-orange-new-album-essex-honey-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}