Information about plays

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

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

{
    "id": 3583345,
    "uri": "https://api.kexp.org/v2/plays/3583345/?format=api",
    "airdate": "2025-11-26T18:36:34-08:00",
    "show": 65217,
    "show_uri": "https://api.kexp.org/v2/shows/65217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4 the Tears in Your Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [],
    "album": "Around the World in a Day Singles Box Set",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Record Store Day: Black Friday\n\nTo celebrate the 40th anniversary of the album, the Prince Estate in partnership with Warner Records and Legacy Recordings, will release Around The World In A Day: The Singles, exclusively for RSD Black Friday. With audio newly remastered by original mastering engineer Bernie Grundman, with additional mastering by Chris James, the limited edition 7” box set features all four singles from the album (“Raspberry Beret”, “Paisley Park”, “Pop Life”, and “America”), plus a brand new exclusive 7” single of the 1985 track “4 The Tears In Your Eyes”, which Prince originally contributed to the We Are The World album. Each 7” is presented on a unique vinyl color and presented in their original 7” sleeves, in a clamshell box, all featuring elements of the Around The World In A Day LP sleeve, originally designed by Doug Henders.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}