Information about plays

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

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

{
    "id": 3667501,
    "uri": "https://api.kexp.org/v2/plays/3667501/?format=api",
    "airdate": "2026-06-13T19:51:52-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fishbowl",
    "track_id": "6010a35e-8786-4540-ba7f-e178d7060d40",
    "recording_id": "c2157973-abd2-452b-9a15-1c4bfe0c89c8",
    "artist": "Warren Dunes",
    "artist_ids": [
        "b1cd7f1a-96a9-4990-a991-34b44088a756"
    ],
    "album": "Get Well Soon",
    "release_id": "68e3eec7-cd06-4e03-8bfb-36910781deb7",
    "release_group_id": "559d0db0-1bb6-4271-9379-c6337548563b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-03-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Bill who's visiting from Bellingham to go see Warren Dunes play at the Sunset Tavern TONIGHT! Go get yr tickets:\n\nhttps://dice.fm/event/k6gmd8-warren-dunes-marco-marco-13th-jun-the-sunset-tavern-seattle-tickets",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}