Information about plays

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

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

{
    "id": 3572202,
    "uri": "https://api.kexp.org/v2/plays/3572202/?format=api",
    "airdate": "2025-10-31T11:50:10-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://coverartarchive.org/release/b307e32b-b4f3-45af-8a41-21b2416a3177/23490734022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b307e32b-b4f3-45af-8a41-21b2416a3177/23490734022-250.jpg",
    "song": "Halloween",
    "track_id": null,
    "recording_id": "b86be5c0-bc60-499a-8087-d7c7591b90b7",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Superfuzz Bigmuff",
    "release_id": null,
    "release_group_id": "c92a05a8-c340-39aa-a912-e2927f2b49a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1988-10-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Mudhoney included \"Halloween\" on their 1988 debut album, Superfuzz Bigmuff. \n\nFor those scared of heights, check out the very spooooky video of Mudhoney playing Live on KEXP from the top of the Space Needle in 2013: https://www.youtube.com/watch?v=CsjSDQ_MrV8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}