Information about plays

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

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

{
    "id": 3628994,
    "uri": "https://api.kexp.org/v2/plays/3628994/?format=api",
    "airdate": "2026-03-14T21:44:46-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-c520a54f-7f9e-4a07-8aa6-1465743f8ee3/mbid-c520a54f-7f9e-4a07-8aa6-1465743f8ee3-31689045775_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-c520a54f-7f9e-4a07-8aa6-1465743f8ee3/mbid-c520a54f-7f9e-4a07-8aa6-1465743f8ee3-31689045775_thumb250.jpg",
    "song": "Forget the Minions",
    "track_id": "af58a12e-ca18-3ccf-92b2-5530b5624093",
    "recording_id": "69de81ce-009c-480d-a0c3-d3909405d9ad",
    "artist": "Karp",
    "artist_ids": [
        "50f50c49-6cca-45b7-8717-0af54a6ad469"
    ],
    "album": "Self Titled LP",
    "release_id": "c520a54f-7f9e-4a07-8aa6-1465743f8ee3",
    "release_group_id": "cafd1bc7-dfdd-3029-939b-325d0f4a3b89",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-05-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Karp was a noise rock band from Tumwater, Washington, that formed in 1990, while the members were classmates at Tumwater High School and lasted until 1998. Members went on to play with Tight Bro's from Way Back When, The Whip, Dead Air Fresheners, Big Business and the Melvins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}