Information about plays

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

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

{
    "id": 3521976,
    "uri": "https://api.kexp.org/v2/plays/3521976/?format=api",
    "airdate": "2025-07-03T06:04:31-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freddie’s Dead",
    "track_id": "62f9e938-1e39-365c-8d93-ed8f585bbdbd",
    "recording_id": "2cbd71ec-ab6d-477a-995f-12b6148b486d",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Truth and Soul",
    "release_id": "94291b63-609c-4f81-916c-0e242c7369a2",
    "release_group_id": "98b3437a-6c67-34cb-bc5a-f808bb2b467c",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fishbone's cover of the Curtis Mayfield song, \"Freddie's Dead,\" that originally appeared on the 1972 'Super Fly' soundtrack.\n\nWatch Fishbone's 2016 live KEXP performance here:\nhttps://youtu.be/FwiTInisEVo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}