Information about plays

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

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

{
    "id": 3624777,
    "uri": "https://api.kexp.org/v2/plays/3624777/?format=api",
    "airdate": "2026-03-03T10:53:44-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foot",
    "track_id": "0734f165-a8ed-3538-ab47-2e9d526f18c7",
    "recording_id": "73cc78fc-8f66-4252-badd-289420322b27",
    "artist": "Love Battery",
    "artist_ids": [
        "20fa3e73-7ac4-4550-b9f5-6ac8c523bda5"
    ],
    "album": "Dayglo",
    "release_id": "ee3dc88a-6d16-4626-a792-60de6e827e5d",
    "release_group_id": "90edf161-3af5-3a08-8076-8bedc1cd47e7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1989, the band took its name from a Buzzcocks song, and originally included singer Ron Nine (born Ron Rudzitis, ex-Room Nine), guitarist Kevin Whitworth (ex-Crisis Party), bassist Jim Tillman (formerly of grunge forebears the U-Men), and Mudhoney drummer Dan Peters. \n--\nGo here for a biography of this Seattle band: https://www.allmusic.com/artist/love-battery-mn0000247963#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}