Information about plays

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

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

{
    "id": 3577989,
    "uri": "https://api.kexp.org/v2/plays/3577989/?format=api",
    "airdate": "2025-11-14T08:06:54-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://ia801300.us.archive.org/34/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/34/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb250.jpg",
    "song": "So What",
    "track_id": "ca631e52-1038-33be-ad35-fd8a5e9764c8",
    "recording_id": "8727b8d2-c2d8-4b93-b127-1368498fea1d",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "The Mind Is a Terrible Thing to Taste",
    "release_id": "8435354a-da22-4af1-bfcf-724bde78e0bc",
    "release_group_id": "f9ae3b6b-ee68-358f-9e75-d13b59cdbb11",
    "labels": [
        "Warner Bros. Records",
        "Sire Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In June, Al Jourgensen said that, after 17 albums, Ministry would release one final album and have one final tour.: https://www.latimes.com/entertainment-arts/music/story/2025-06-03/ministry-al-jourgensen-final-tour-album-hollywood-palladium\n--\nHere's more than an hour of that final tour in Philadelphia earlier this year: https://www.youtube.com/watch?v=OLGVX6MSWp8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}