Information about plays

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

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

{
    "id": 3611602,
    "uri": "https://api.kexp.org/v2/plays/3611602/?format=api",
    "airdate": "2026-01-31T21:05:37-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://ia601604.us.archive.org/7/items/mbid-8a832adc-84a3-4d50-b43b-627a453f263f/mbid-8a832adc-84a3-4d50-b43b-627a453f263f-12038486966_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/7/items/mbid-8a832adc-84a3-4d50-b43b-627a453f263f/mbid-8a832adc-84a3-4d50-b43b-627a453f263f-12038486966_thumb250.jpg",
    "song": "What’s Going On",
    "track_id": "eed48a0a-86c4-4b87-871b-02657be6c81b",
    "recording_id": "2ecbc94a-0d49-4188-9b7a-284aedc44cde",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Zen Arcade",
    "release_id": "8a832adc-84a3-4d50-b43b-627a453f263f",
    "release_group_id": "ce6f4b2d-a51a-35ac-992f-3657e7c531d5",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zen Arcade is a concept album following a boy who leaves home to face a harsh and unforgiving world. Its artistic and conceptual ambitions were a great stretch given the purist sentiment then prevalent in U.S. punk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}