Information about plays

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

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

{
    "id": 3639595,
    "uri": "https://api.kexp.org/v2/plays/3639595/?format=api",
    "airdate": "2026-04-08T20:50:42-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://coverartarchive.org/release/303ed196-4e05-46fa-9ba0-8beafdc18093/35039379262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/303ed196-4e05-46fa-9ba0-8beafdc18093/35039379262-250.jpg",
    "song": "Yellow Cave Woman",
    "track_id": null,
    "recording_id": "91efb972-c998-4871-932e-0cb1cc96d887",
    "artist": "Velvett Fogg",
    "artist_ids": [
        "84c4a6c6-b08c-46e8-a004-28b62b5362d3"
    ],
    "album": "Velvett Fogg",
    "release_id": null,
    "release_group_id": "589e69dc-dd98-4e13-8afc-3a1d9114869c",
    "labels": [
        "Pye Records"
    ],
    "label_ids": [
        "90cdd5fe-8892-4006-829e-d0f254e6a79e"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Velvett Fogg's 1969 album, was re-released by Sanctuary Records in 2005 due to demand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}