Information about plays

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

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

{
    "id": 3568545,
    "uri": "https://api.kexp.org/v2/plays/3568545/?format=api",
    "airdate": "2025-10-22T15:13:24-07:00",
    "show": 64904,
    "show_uri": "https://api.kexp.org/v2/shows/64904/?format=api",
    "image_uri": "https://ia600103.us.archive.org/7/items/mbid-2dc1be03-5db5-4be6-b0d6-0022f37917b9/mbid-2dc1be03-5db5-4be6-b0d6-0022f37917b9-32786146708_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/7/items/mbid-2dc1be03-5db5-4be6-b0d6-0022f37917b9/mbid-2dc1be03-5db5-4be6-b0d6-0022f37917b9-32786146708_thumb250.jpg",
    "song": "Bow Wow Wow",
    "track_id": "091ea29f-3738-35ed-a09b-15df6830b90a",
    "recording_id": "3b6196c3-c0d1-4574-a16a-96fe36fc118d",
    "artist": "Shaggy",
    "artist_ids": [
        "fc63d806-ca89-4ea3-a404-ee6de695743f"
    ],
    "album": "Pure Pleasure",
    "release_id": "2dc1be03-5db5-4be6-b0d6-0022f37917b9",
    "release_group_id": "d29d51ed-aad2-33c1-86b1-285c30645a08",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1993-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday (1968) to Shaggy (born Orville Richard Burrell), Jamaican reggae fusion singer and DJ.  Yes, he IS nicknamed after Norville,\"Shaggy\" Rogers, the Scooby-Doo cartoon character.\n--\n\"Bow Wow Wow\" contains samples of \"Atomic Dog\" by George Clinton and \"The Meow Mix Theme\" by Tom McFaul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}