Information about plays

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

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

{
    "id": 3551841,
    "uri": "https://api.kexp.org/v2/plays/3551841/?format=api",
    "airdate": "2025-09-11T21:02:04-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba236d7d-4235-4eb8-bf18-777e4cf622c5/41631758145-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba236d7d-4235-4eb8-bf18-777e4cf622c5/41631758145-250.jpg",
    "song": "TIME IN TOKIO",
    "track_id": null,
    "recording_id": "4a7c4306-8276-4001-8048-8527461d406e",
    "artist": "Towa Tei",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "AH!!",
    "release_id": null,
    "release_group_id": "a5ae367c-390a-4a5a-bb18-bb8c47d1ed29",
    "labels": [
        "Mach"
    ],
    "label_ids": [
        "9ec29673-02f7-481c-b8fb-4e9bc9031713"
    ],
    "release_date": "2025-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TOWA TEI, who debuted in 1990 as a member of DEEE-LITE and continues to thrive on the global stage, has released his milestone album \"AH!!\"\n\nThe album cover artwork is designed by the legendary Tadanori Yokoo, and the album features an impressive lineup of guest artists, including Takkyu Ishino, CHAPPO, Yukihiro Takahashi, Haruomi Hosono, VERBAL, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}