Information about plays

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

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

{
    "id": 3588382,
    "uri": "https://api.kexp.org/v2/plays/3588382/?format=api",
    "airdate": "2025-12-08T06:17:05-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Will Be",
    "track_id": "5aeb0d74-64c9-4f4c-bbb6-506f78ba8922",
    "recording_id": "fab88545-4c3e-41d5-a7a1-15ea9ec480fa",
    "artist": "De La Soul feat. Yummy Bingham",
    "artist_ids": [
        "9ffd84ca-f5f0-4f1e-a781-0f34e53bd120",
        "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": "De La Soul returns with Cabin In The Sky, a deeply personal and emotionally charged album. More than just a collection of songs, this project serves as a journey through reflection, love, and healing, a space where pain transforms into art, and remembrance turns into rhythm. \n\nhttps://lightintheattic.net/products/cabin-in-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}