Information about plays

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

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

{
    "id": 3672298,
    "uri": "https://api.kexp.org/v2/plays/3672298/?format=api",
    "airdate": "2026-06-25T07:27:34-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "https://dn710802.ca.archive.org/0/items/mbid-55a14211-38c8-43bf-b9ca-c600a00c097e/mbid-55a14211-38c8-43bf-b9ca-c600a00c097e-22128203307_thumb500.jpg",
    "thumbnail_uri": "https://dn710802.ca.archive.org/0/items/mbid-55a14211-38c8-43bf-b9ca-c600a00c097e/mbid-55a14211-38c8-43bf-b9ca-c600a00c097e-22128203307_thumb250.jpg",
    "song": "Hot Fun in the Summertime",
    "track_id": "384ddfc1-c1f9-3502-b1c5-d15ee28d8ae0",
    "recording_id": "92b8d452-1d03-4425-abba-908d143fc7d5",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Hot Fun in the Summertime / Fun",
    "release_id": "55a14211-38c8-43bf-b9ca-c600a00c097e",
    "release_group_id": "02340fc9-e612-3751-95d7-15afd08040de",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded on this day in 1969!\n\n\"Hot Fun in the Summertime\" was originally released in July 1969, right after the band's highly acclaimed appearance at Woodstock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}