Information about plays

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

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

{
    "id": 3576363,
    "uri": "https://api.kexp.org/v2/plays/3576363/?format=api",
    "airdate": "2025-11-10T08:49:59-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slick Watts",
    "track_id": "a6939f38-66b1-3452-9726-713a56e1b7c4",
    "recording_id": "c8eaa28e-12d7-4013-be12-85073b271715",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Cinémetropolis",
    "release_id": "ccd40ce5-d969-4d2e-898e-1eb71d6f81da",
    "release_group_id": "b929be65-82d2-495c-a799-283755696c1b",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-06-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to former NBA coach Lenny Wilkens - legendary coach of the 1979 Seattle Supersonics passed away at 88. Hall of famer as a player and a coach. Olympics 1992 Dream Team.\n\nLenny Wilkens coached a total of 2,487 NBA regular season games, which remains the most in league history. His coaching career spanned 32 seasons and six teams, and he also won 1,332 games\n\nHe won an NBA championship with the 1987-79 Sonics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}