Information about plays

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

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

{
    "id": 3616723,
    "uri": "https://api.kexp.org/v2/plays/3616723/?format=api",
    "airdate": "2026-02-12T21:37:12-08:00",
    "show": 65916,
    "show_uri": "https://api.kexp.org/v2/shows/65916/?format=api",
    "image_uri": "https://coverartarchive.org/release/2172bce0-e512-45da-a883-3fcbee04a386/22810248918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2172bce0-e512-45da-a883-3fcbee04a386/22810248918-250.jpg",
    "song": "Starry Night",
    "track_id": null,
    "recording_id": "fb5981dd-0835-46e2-8574-d68bfac78c20",
    "artist": "Peggy Gou",
    "artist_ids": [
        "4c41d78d-9dd5-430d-81ea-286052158293"
    ],
    "album": "Moment EP",
    "release_id": null,
    "release_group_id": "2b213dfd-9bbb-4399-b8b2-1bc379b2f8bc",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peggy Gou is a Berlin-based Korean artist.   Watch the music video for this track here: https://bit.ly/3hctGZZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}