Information about plays

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

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

{
    "id": 3633158,
    "uri": "https://api.kexp.org/v2/plays/3633158/?format=api",
    "airdate": "2026-03-24T15:27:39-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3bf13e8-f4e4-417c-8f14-9817d5348be6/20449236480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3bf13e8-f4e4-417c-8f14-9817d5348be6/20449236480-250.jpg",
    "song": "Rumble in the Jungle (full length)",
    "track_id": null,
    "recording_id": "fe13aa8e-3911-4722-b408-20b44158efbc",
    "artist": "Fugees feat. A Tribe Called Quest, Busta Rhymes & Forte",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82",
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f",
        "10a9ff92-9637-4498-afea-7044b2ab0dc0",
        "7324c1c8-5916-432a-be45-dd149ca9f325"
    ],
    "album": "When We Were Kings",
    "release_id": null,
    "release_group_id": "f2ac7048-fbe7-3c42-b664-7d26ab7ebaf2",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1997-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rumble in the Jungle\" (1996) was created for the \"When We Were Kings\" documentary and features the very first legal sample granted by ABBA, using the bassline from \"The Name of the Game\". The music video was filmed in one night in a custom boxing ring built in a Brooklyn alleyway:\nhttps://www.youtube.com/watch?v=Ok6fmRt6MvU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}