Information about plays

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

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

{
    "id": 3600151,
    "uri": "https://api.kexp.org/v2/plays/3600151/?format=api",
    "airdate": "2026-01-04T13:11:36-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunny Storms",
    "track_id": "942e443a-748f-44cc-9f29-c08de84262d4",
    "recording_id": "6465d04a-9383-47ce-bfcd-c96943756bbb",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Cabin in the Sky",
    "release_id": "ffdb0202-6992-4e20-8385-9c8cea86096a",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first album by De La Soul since the death of Trugoy the Dove (who passed during the making of the album), Cabin in the Sky finds remaining De La Soul members confronting this new dynamic and the ability to move forward in the face of great loss.\n\nhttps://www.wearedelasoul.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}