Information about plays

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

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

{
    "id": 3571874,
    "uri": "https://api.kexp.org/v2/plays/3571874/?format=api",
    "airdate": "2025-10-30T15:32:43-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/aba6b4a9-e503-4ff4-bd87-ab6a150a265d/19607387174-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aba6b4a9-e503-4ff4-bd87-ab6a150a265d/19607387174-250.jpg",
    "song": "Is Anyone There",
    "track_id": null,
    "recording_id": "8516f614-6388-4505-8ea9-10c0c19951ff",
    "artist": "Hookfoot",
    "artist_ids": [
        "ea17f2c1-8102-4a7d-b614-16ea67aa411d"
    ],
    "album": "Good Times A' Comin'",
    "release_id": null,
    "release_group_id": "2ee50680-7d8f-423d-b385-fbfc0d781c58",
    "labels": [
        "Air Mail Archive"
    ],
    "label_ids": [
        "edf6fc4b-977a-4b86-a72c-b719c8aa234d"
    ],
    "release_date": "2010-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wow, the drums on this song have been sampled nearly 50 times, including by Dr. Octagon for \"halfsharkalligatorhalfman.\"\n--\nHookfoot was an English band, active from 1969-1974. They may be best known as Elton John's backing musicians on his early recordings.: https://www.last.fm/music/Hookfoot/+wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}