Information about plays

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

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

{
    "id": 3609050,
    "uri": "https://api.kexp.org/v2/plays/3609050/?format=api",
    "airdate": "2026-01-25T16:55:32-08:00",
    "show": 65753,
    "show_uri": "https://api.kexp.org/v2/shows/65753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Attacking the Beat",
    "track_id": null,
    "recording_id": null,
    "artist": "Suicide Commandos",
    "artist_ids": [],
    "album": "Make A Record",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Suicide Commandos are an American punk rock trio from Minneapolis. They formed in 1975 and released two 7-inch EPs on an indie label in 1976 and 1977 before signing with Blank Records (a subsidiary label of Mercury Records) in 1977 and releasing one album, Make a Record.\n\nDespite their short original 4-year stint together, the Suicide Commandos are considered the pioneers for jump-starting a punk rock music scene in the Twin Cities, which eventually produced bands like The Suburbs, Hüsker Dü, The Replacements and Soul Asylum.  https://tinyurl.com/5xzjbeyk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}