Information about plays

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

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

{
    "id": 3621870,
    "uri": "https://api.kexp.org/v2/plays/3621870/?format=api",
    "airdate": "2026-02-24T22:35:13-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Gonna Love You Just a Little More Baby",
    "track_id": null,
    "recording_id": "a438de8f-5513-47bb-8f3c-3c48f8da7a21",
    "artist": "Barry White",
    "artist_ids": [
        "b904d624-9e05-4398-8f4f-88fbcf022f79"
    ],
    "album": "I’ve Got So Much to Give",
    "release_id": null,
    "release_group_id": "e8c4f4a4-8345-348a-988a-cea45b9cfe8f",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first single released off of Barry's debut album, I've Got So Much to Give. A funky gem!\n\nFun fact: Food writer Adrian Miller in his 2013 book Soul Food declared the song as his \"personal choice\" of songs by Barry White whenever a hot sauce, which Miller said \"is about seduction\", would come to mind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}