Information about plays

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

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

{
    "id": 3551681,
    "uri": "https://api.kexp.org/v2/plays/3551681/?format=api",
    "airdate": "2025-09-11T11:28:54-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb250.jpg",
    "song": "Doom Town",
    "track_id": "b2e5736c-1fa8-3a1d-8ce9-ecde75249c2b",
    "recording_id": "e996dd20-61b5-4e30-ae54-9db47f324e50",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Wipers Box Set",
    "release_id": "313d1094-2bbb-4a2c-941d-92d530a69c4d",
    "release_group_id": "1cef754a-63e6-3892-a33d-9568f648e619",
    "labels": [
        "Zeno Records"
    ],
    "label_ids": [
        "9b41e54a-d820-44e5-b4df-cc3836323ef8"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wipers was an punk band formed in Portland, Oregon in 1977 by guitarist and vocalist Greg Sage, along with drummer Sam Henry and bassist Dave Koupal. They are also considered to be the first Pacific Northwest punk band. In particular, Kurt Cobain acknowledged that they had heavily influenced him. \n\nWipers were featured as part of the Cobain 50 podcast and you can learn more about them here:\nhttps://www.kexp.org/podcasts/cobain50/2024/6/12/wipers-is-this-real-1980-youth-of-america-1981-and-over-the-edge-1983/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}