Information about plays

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

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

{
    "id": 3666749,
    "uri": "https://api.kexp.org/v2/plays/3666749/?format=api",
    "airdate": "2026-06-11T21:36:15-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cruel Summers Bring FIRE LIFE!!",
    "track_id": null,
    "recording_id": "ca3c671c-4d48-46e6-9370-b46c8dd96af2",
    "artist": "De La Soul feat. Yukimi",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017",
        "e6deafd2-163c-46f3-b290-3c3c1944cffb"
    ],
    "album": "Cabin in the Sky",
    "release_id": null,
    "release_group_id": "05e414ac-82dd-4fbd-bd85-a6d294c8a1df",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recently featured on Wax Poetic Vol. 3, Little Dragon front woman wrote about working with surviving members of De La Soul for this summer banger:\n\nhttps://online.flippingbook.com/view/364598986/30/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}