Information about plays

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

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

{
    "id": 3565275,
    "uri": "https://api.kexp.org/v2/plays/3565275/?format=api",
    "airdate": "2025-10-15T05:00:36-07:00",
    "show": 64839,
    "show_uri": "https://api.kexp.org/v2/shows/64839/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pisces: Allison's Trip",
    "track_id": "d57840ee-e526-4a45-bbe3-b819c8e845ab",
    "recording_id": "f7e43359-e0db-46d1-a92b-40f7378ffdd3",
    "artist": "Cannonball Adderley",
    "artist_ids": [
        "a4c73ebe-b2c7-4f13-b99d-2fe1f9f27da8"
    ],
    "album": "Love, Sex and the Zodiac",
    "release_id": "4889d2ba-a077-490c-ac31-37d992456060",
    "release_group_id": "01a25854-a11f-3194-8b44-84c8e0a8125c",
    "labels": [
        "BGP Records"
    ],
    "label_ids": [
        "82b16129-49e4-43c0-a99b-2be5e3f68ae2"
    ],
    "release_date": "2001-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning! This morning on Early, we are paying tribute to the great D'Angelo who passed away yesterday at 51. Hear essential tracks from the undisputed king of neo-soul, uncover the genius of the Soulquarians collective, and get the first listen of the best brand-new Neo-Soul music that's redefining the genre.\n\n--- \n\nCannonball Adderley's \"Pisces: Allison's Trip\" was sampled in \"Believe\", a collaboration between D'Angelo and fellow Soulquarian member Q-Tip.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}