Information about plays

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

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

{
    "id": 3584713,
    "uri": "https://api.kexp.org/v2/plays/3584713/?format=api",
    "airdate": "2025-11-29T20:57:58-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beware, the Wolf Spider",
    "track_id": "f09a1a52-31fc-34a2-9d95-a59fbae8dbec",
    "recording_id": "146db7be-ddf5-48da-8824-17a60ddde85e",
    "artist": "The Whore Moans",
    "artist_ids": [
        "e2cf018f-1fad-47fc-8703-7ca94d7d1edf"
    ],
    "album": "Watch Out For This Thing",
    "release_id": "7f51c97a-bcdf-497c-b7db-3d6328696168",
    "release_group_id": "3336cea5-146a-3635-b745-110654095a47",
    "labels": [
        "Wizard House Recordings"
    ],
    "label_ids": [
        "6241a6e9-e2c9-49c1-8de4-1d35628d3915"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local artist The Whore Moans describes themselves as \"the post-emo reincarnation of early Mudhoney\"\n\nhttps://open.spotify.com/artist/7p0OL5ZSJbmdAR4AImGGbp",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}