Information about plays

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

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

{
    "id": 3588477,
    "uri": "https://api.kexp.org/v2/plays/3588477/?format=api",
    "airdate": "2025-12-08T11:45:22-08:00",
    "show": 65323,
    "show_uri": "https://api.kexp.org/v2/shows/65323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me Something Good",
    "track_id": "c2fd7ee2-8999-3fc7-8c8e-b698bd15fa03",
    "recording_id": "8b4594f8-72da-436d-9934-67a56190d465",
    "artist": "Rufus",
    "artist_ids": [
        "ec6b11b5-d6a6-4c77-af55-8076a160cc94"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 13",
    "release_id": "2dc6b5e6-cfb0-4a03-a7dd-d33355a58632",
    "release_group_id": "02cbf0e6-825a-390e-8312-2dbbeeab2079",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tell Me Something Good\" is a song by Rufus and Chaka Khan, written by Stevie Wonder and released in 1974.  The record was produced by the band with Bob Monaco.\n\nThe song has been described by Al Ciner as having \"rude metallic guitar,\" as well as \"a beautiful bass, clav, and heavy breathing groove.\" The song can be difficult to count as there is an off-count into the verse; the first note is on the \"and of four.\" https://bit.ly/2KFWnQN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}