Information about plays

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

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

{
    "id": 3616727,
    "uri": "https://api.kexp.org/v2/plays/3616727/?format=api",
    "airdate": "2026-02-12T21:46:51-08:00",
    "show": 65916,
    "show_uri": "https://api.kexp.org/v2/shows/65916/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e9350e7-be1f-4a94-aa4b-329a48f7ed78/26723956128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e9350e7-be1f-4a94-aa4b-329a48f7ed78/26723956128-250.jpg",
    "song": "Higher",
    "track_id": null,
    "recording_id": "72c6ab31-d227-4700-b377-1fda3e1b96c0",
    "artist": "Towa Tei",
    "artist_ids": [
        "440cb8ef-cee3-4711-8408-b1bd6e93f390"
    ],
    "album": "Sound Museum",
    "release_id": null,
    "release_group_id": "e49cd571-1591-368d-b224-b08da098dcf9",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sound Museum\" was the second album that Towa Tei released under his own name. https://www.allmusic.com/artist/towa-tei-mn0000010802#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}