Information about plays

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

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

{
    "id": 3601266,
    "uri": "https://api.kexp.org/v2/plays/3601266/?format=api",
    "airdate": "2026-01-07T03:56:37-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hell to Da Naw Naw Naw",
    "track_id": null,
    "recording_id": null,
    "artist": "Bishop Bullwinkle",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bishop Bullwinkle was an American singer/comedian from Tampa, Florida best known for appearing in the viral YouTube video \"Hell to the Naw Naw\" in 2016. Bishop died on June 16, 2019 at the age of 70 years old. \n\nhttps://youtu.be/8QxIIz1yEsA?si=Z__rzJRouSko8aqq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}