Information about plays

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

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

{
    "id": 3595259,
    "uri": "https://api.kexp.org/v2/plays/3595259/?format=api",
    "airdate": "2025-12-24T07:28:51-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Xmas Party",
    "track_id": null,
    "recording_id": null,
    "artist": "Eddie and the De-Havelons",
    "artist_ids": [],
    "album": "Incotixa! Presents Cool Kooky Christmas",
    "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": "Eddie & The De-Havelons were a Jamaican rocksteady and reggae band from the mid-1960s. Led by Eddie \"Tan Tan\" Thornton, a trumpet player known for his work with The Skatalites and other influential ska groups, their sound was a fusion of soulful harmonies and rhythmic reggae beats. https://tinyurl.com/mwahf653",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}