Information about plays

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

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

{
    "id": 3596602,
    "uri": "https://api.kexp.org/v2/plays/3596602/?format=api",
    "airdate": "2025-12-27T05:46:44-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Axe",
    "track_id": "aaa2f9a6-ed3a-3fc6-9c52-5d90cc4a3d13",
    "recording_id": "0fb20dc7-faf3-4442-b2d8-e65ca6ef9cf5",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "African Herbsman",
    "release_id": "8f11026c-0ac9-49ff-bc01-fa20840a7b93",
    "release_group_id": "e4d63022-6548-3242-9904-4563947551d7",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2003-04-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Joe!\n\n---\nWhosoever diggeth a pit\nShall bury in it, shall bury in it\nIf you are the big tree, we are the small axe\nSharpened to cut you down...\n\"Small Axe\" is a song written by Bob Marley and first released in 1973 on the Wailers album Burnin'.In the period when the song was written, virtually all the power in the Jamaican music industry was in the hands of Coxsone Dodd and Duke Reid, who represent the \"big tree\" that musicians would have to cooperate to cut down.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}