Information about plays

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

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

{
    "id": 3667129,
    "uri": "https://api.kexp.org/v2/plays/3667129/?format=api",
    "airdate": "2026-06-13T00:24:22-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparkle (Mr. Midnight mix)",
    "track_id": null,
    "recording_id": "b5589541-8850-407c-a863-47853eb55985",
    "artist": "Camp Lo",
    "artist_ids": [
        "a5474ad8-1671-4ace-a5ea-82df42245bda"
    ],
    "album": "Uptown Saturday Night",
    "release_id": null,
    "release_group_id": "861232ef-552f-3d14-9719-9f274d1f5238",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}