Information about plays

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

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

{
    "id": 3583252,
    "uri": "https://api.kexp.org/v2/plays/3583252/?format=api",
    "airdate": "2025-11-26T14:33:59-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "https://ia803202.us.archive.org/28/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/28/items/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9/mbid-0eaf3a43-f00e-4416-8ea3-759d1841e3c9-4402657853_thumb250.jpg",
    "song": "Funky for You",
    "track_id": "c2410f4e-2331-4f42-816f-84cc6d947935",
    "recording_id": "259d8f5e-ca71-419c-b65c-52f8a440d493",
    "artist": "Common feat. Bilal & Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6",
        "260097c7-d628-4a3f-966f-956ea430c0d8",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Like Water For Chocolate (Clean Version)",
    "release_id": "d774c3e5-3416-492e-9ae3-87e6eb289a43",
    "release_group_id": "cb275cb8-1619-48ba-8b4c-30d63b7035e9",
    "labels": [
        "MCA Records, Inc."
    ],
    "label_ids": [
        "1dd678a1-5904-4280-bafc-162224ed3405"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Roots and SV be the family tree...\"\nHere are the lyrics:https://genius.com/Common-funky-for-you-lyrics\n--\nCommon's fourth studio album, \"Like Water for Chocolate,\" turned 25 this year.: https://albumism.com/features/common-like-water-for-chocolate-album-anniversary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}