Information about plays

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

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

{
    "id": 3583627,
    "uri": "https://api.kexp.org/v2/plays/3583627/?format=api",
    "airdate": "2025-11-27T10:52:58-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to My Family",
    "track_id": "79ecd0bb-7e9d-3e31-b43b-29341dba0895",
    "recording_id": "00bd8820-f19e-4459-a3e6-0390ada318cc",
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "No Need to Argue",
    "release_id": "69a25775-3f41-44cf-9ced-c10d5221556f",
    "release_group_id": "5ece0c50-bb0b-3cdf-90e2-287a60136d69",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1994-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cranberries for Thanksgiving! Thanks for the request, Ben.\n\nThis track comes off of No Need to Argue, Irish rock band The Cranberries 2nd studio album. (And KEXP listeners' #532 favorite album of all time.) Watch the official music video here: https://www.youtube.com/watch?v=Zz-DJr1Qs54&ab_channel=TheCranberriesVEVO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}