Information about plays

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

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

{
    "id": 3583979,
    "uri": "https://api.kexp.org/v2/plays/3583979/?format=api",
    "airdate": "2025-11-28T07:07:25-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb707572-8a5f-4f9f-b898-b36e934d09a6/21275868649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb707572-8a5f-4f9f-b898-b36e934d09a6/21275868649-250.jpg",
    "song": "Dreams",
    "track_id": null,
    "recording_id": "a5618080-015e-4e30-a3b0-5b342fdcaea7",
    "artist": "Beck",
    "artist_ids": [],
    "album": "Colors",
    "release_id": null,
    "release_group_id": "84d67365-a2ca-4580-a239-9446231f27a0",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck said about \"Dreams\":  \"I was really trying to make something that would be good to play live. It started as kind of this heavy garage-rock kind of thing, and it became much more dance or some other kind of hybrid. It's just kind of this raw energy thing, and this has a beat as well.\"\n--\nWatch Beck perform this one live! https://www.youtube.com/watch?v=-zhIO2YeBGo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}