Information about plays

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

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

{
    "id": 3596104,
    "uri": "https://api.kexp.org/v2/plays/3596104/?format=api",
    "airdate": "2025-12-26T03:38:58-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pleasure of Love",
    "track_id": null,
    "recording_id": "30d010c3-5b12-4c1c-9a96-d5d872b553c5",
    "artist": "The Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "Close to the Bone",
    "release_id": null,
    "release_group_id": "f1835ea3-3cc4-33b2-9206-8c99c961d0a7",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1983-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Close to the Bone is the second studio album by the Tom Tom Club that was released in 1983. \n\nThe Tom Tom Club was a side project founded in 1981 by husband-and-wife team Chris Frantz and Tina Weymouth as a side project from Talking Heads.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}