Information about plays

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

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

{
    "id": 3622608,
    "uri": "https://api.kexp.org/v2/plays/3622608/?format=api",
    "airdate": "2026-02-26T16:04:43-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weak Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Ruts D.C. vs Mad Professor",
    "artist_ids": [],
    "album": "Rhythm Collision Dub",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Echo Beach"
    ],
    "label_ids": [
        "d314e1a4-d7be-47e6-b5f0-3e1d5445638c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ruts (later known as The Ruts D.C.) are an English reggae-influenced punk rock band, notable for the 1979 UK top 10 hit single \"Babylon's Burning\", and an earlier single \"In a Rut\", which was not a hit but was highly regarded and regularly played by BBC Radio 1 disc jockey John Peel. \nhttps://rutsdc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}