Information about plays

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

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

{
    "id": 3621332,
    "uri": "https://api.kexp.org/v2/plays/3621332/?format=api",
    "airdate": "2026-02-23T15:30:40-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-d6a80ff7-2206-40ec-80ad-4dd10cce466d/mbid-d6a80ff7-2206-40ec-80ad-4dd10cce466d-9361979174_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-d6a80ff7-2206-40ec-80ad-4dd10cce466d/mbid-d6a80ff7-2206-40ec-80ad-4dd10cce466d-9361979174_thumb250.jpg",
    "song": "What Do I Get?",
    "track_id": "549a9ee3-6213-31a1-8b9f-6e860a623242",
    "recording_id": "d3892700-d0d1-45c2-99f7-66c610dd09b7",
    "artist": "Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Singles Going Steady",
    "release_id": "d6a80ff7-2206-40ec-80ad-4dd10cce466d",
    "release_group_id": "6a537b72-0bd3-38c5-8aa1-0527e6e9a2f3",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Organized The Lesser Free Trade Hall, show in Manchester, England that featured Sex Pistols, The Clash and The Damned...and changed music forever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}