Information about plays

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

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

{
    "id": 3616310,
    "uri": "https://api.kexp.org/v2/plays/3616310/?format=api",
    "airdate": "2026-02-11T21:17:04-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Celestial Gold",
    "track_id": "40e8952f-0187-4d6b-8dd1-60ce5c4ed85a",
    "recording_id": "fbb7c208-9908-4f4d-9a43-5fec54e66152",
    "artist": "Vinyl Williams",
    "artist_ids": [
        "9aee169e-faa7-4795-9358-4e76b10425f7"
    ],
    "album": "Brunei",
    "release_id": "eb36a5b7-cdd0-482e-afc7-7616eae50f81",
    "release_group_id": "feea225a-6fd2-4319-9888-c5da1221e001",
    "labels": [
        "Company Records"
    ],
    "label_ids": [
        "98b3cc0e-0467-4874-8bdc-e505e662151c"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vinyl Williams Tour Dates!\n\nMay 19 @ Kilowatt Bar in San Francisco, CA\nMay 21 @ Hidden Hall in Seattle, WA\nMay 22 @ Swan Dive in Portland, OR\n--\nBorn Lionel Williams, the multi-media artist is the grandson of renowned film composer John Williams and son of Air Supply drummer Mark Towner Williams.: https://www.allmusic.com/artist/vinyl-williams-mn0002454820/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}