Information about plays

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

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

{
    "id": 3625714,
    "uri": "https://api.kexp.org/v2/plays/3625714/?format=api",
    "airdate": "2026-03-05T19:10:43-08:00",
    "show": 66101,
    "show_uri": "https://api.kexp.org/v2/shows/66101/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c6f1f03-116f-4eb6-a7e2-23bf1ed21d60/34851374154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c6f1f03-116f-4eb6-a7e2-23bf1ed21d60/34851374154-250.jpg",
    "song": "Candy Gun",
    "track_id": null,
    "recording_id": "3b69193a-5066-4448-b618-693ff1debac2",
    "artist": "Melt‐Banana",
    "artist_ids": [
        "6d3f44c3-132d-42a6-a45b-16560b30a1fc"
    ],
    "album": "Fetch",
    "release_id": null,
    "release_group_id": "ebde320c-2869-423b-beed-47e1df6b459e",
    "labels": [
        "A-Zap Records"
    ],
    "label_ids": [
        "c19de6ad-6df6-4241-ad76-a2ec25ccdb57"
    ],
    "release_date": "2013-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese noise rock band Melt‐Banana has been playing extremely fast grindcore and noise music mixed with experimental, electronica and pop-based song structures since they formed in 1992. The group has released ten albums and toured worldwide extensively throughout the years. \n\nhttp://www.maroon.dti.ne.jp/melt-banana/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}