Information about plays

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

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

{
    "id": 3610509,
    "uri": "https://api.kexp.org/v2/plays/3610509/?format=api",
    "airdate": "2026-01-29T06:43:29-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connected Endlessly",
    "track_id": "ad9d44a4-2989-49dc-9bce-9a60065669c2",
    "recording_id": "d23d2e10-cfaf-4847-aa96-bbf3ca26abb3",
    "artist": "Mild Universe",
    "artist_ids": [
        "10599fe3-e4fc-4cc8-a191-d51d8bf90e25"
    ],
    "album": "Everything Must Change",
    "release_id": "1f571ab7-8e2f-4c10-9d55-9c218e553b1b",
    "release_group_id": "55e04348-e850-4453-bc80-5e4ec287c32a",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From San Francisco and on tour!\n-3/18 Bellingham, WA @ The Shakedown\n-3/19 Seattle @ Chop Suey\n-3/20 Portland @ Swan Dive\n\nhttps://milduniverse.bandcamp.com/merch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}