Information about plays

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

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

{
    "id": 3668462,
    "uri": "https://api.kexp.org/v2/plays/3668462/?format=api",
    "airdate": "2026-06-16T01:00:50-07:00",
    "show": 67001,
    "show_uri": "https://api.kexp.org/v2/shows/67001/?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": "Summer Nights",
    "track_id": null,
    "recording_id": "73779c85-99e6-4fa8-9b55-fe29aa146122",
    "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": "Summer came early to Seattle this year :)\n\nHope everyone's staying cool out there!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}