Information about plays

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

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

{
    "id": 3596184,
    "uri": "https://api.kexp.org/v2/plays/3596184/?format=api",
    "airdate": "2025-12-26T07:56:41-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart-Shaped Box",
    "track_id": "a84a249d-c2f2-3753-82b5-0f57d3058474",
    "recording_id": "f16627cc-e681-45e7-b82a-b64a60f48f99",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Tad in Cannon Beach!\n\nFormed in Aberdeen and later based in Seattle, Nirvana remain one of the most widely recognized bands to emerge from the 1990's Seattle music scene. \n\nhttps://www.nirvana.com/#/\n_______________\n\nSidenote:  December 26 is also the feast day of St. Stephen (St. Stephen’s Day), the patron saint of horses!\n\nhttps://www.britannica.com/topic/Boxing-Day",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}