Information about plays

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

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

{
    "id": 3599824,
    "uri": "https://api.kexp.org/v2/plays/3599824/?format=api",
    "airdate": "2026-01-03T20:20:58-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me For A Ride",
    "track_id": null,
    "recording_id": "eb814c58-79e1-4948-8703-cc587e9f439b",
    "artist": "Yellow Snow",
    "artist_ids": [
        "0f12f72d-1350-4380-9a7b-c1eec1117875"
    ],
    "album": "No Seattle : Forgotten Sounds Of The North-West Grunge Era 1986-97",
    "release_id": null,
    "release_group_id": "2b9fc474-b578-4474-87dc-bf8ae2a08627",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tacoma band! Came out in 1987\n\nhttps://www.youtube.com/watch?v=iT6_W1OcdR4\n\nRead Dave Segal's piece for The Stranger on the making of No Seattle, a compilation of obscure bands from the PNW (including this one!):\n\nhttps://www.thestranger.com/music/2014/12/03/21140720/the-unlikely-birth-of-no-seattle-forgotten-sounds-of-the-north-west-grunge-era-1986andndash97",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}