Information about plays

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

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

{
    "id": 3615822,
    "uri": "https://api.kexp.org/v2/plays/3615822/?format=api",
    "airdate": "2026-02-10T16:45:44-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vámono",
    "track_id": "56c6f10a-6f0f-410c-9c43-184126e20aa1",
    "recording_id": "98114edf-0bae-4437-beec-95d66b510c23",
    "artist": "Buscabulla",
    "artist_ids": [
        "22c6dc01-76b9-4d63-a756-8abded216970"
    ],
    "album": "Regresa",
    "release_id": "1677039c-8154-42f7-89e1-133a7af976d6",
    "release_group_id": "be5faee0-19f4-4ad0-ad14-676b9c51ef8f",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2020-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buscabulla performed LIVE on KEXP at Home on August 20, 2020: check out the performance, hosted by El Sonido's DJ Chilly: https://youtu.be/bC-Gqpz0Qn0\nFollow this Puerto Rican duo at: https://www.buscabulla.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}