Information about plays

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

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

{
    "id": 3657391,
    "uri": "https://api.kexp.org/v2/plays/3657391/?format=api",
    "airdate": "2026-05-20T21:59:05-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/39cbda46-fa60-4dfa-a051-68007e6219fd/9259192165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39cbda46-fa60-4dfa-a051-68007e6219fd/9259192165-250.jpg",
    "song": "Sunset",
    "track_id": null,
    "recording_id": "01c7b04a-bed1-4b13-a054-33b97042d335",
    "artist": "Lonnie Liston Smith & The Cosmic Echoes",
    "artist_ids": [
        "9afbdfa9-cc56-40d8-929a-4f40cc196f03"
    ],
    "album": "Visions of a New World",
    "release_id": null,
    "release_group_id": "4c2774ec-f26c-3d7a-948a-174990ff41ff",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}