Information about plays

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

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

{
    "id": 3575551,
    "uri": "https://api.kexp.org/v2/plays/3575551/?format=api",
    "airdate": "2025-11-08T14:05:31-08:00",
    "show": 65056,
    "show_uri": "https://api.kexp.org/v2/shows/65056/?format=api",
    "image_uri": "https://ia903402.us.archive.org/30/items/mbid-d3b41f19-00b7-4708-b564-777c2082fe8f/mbid-d3b41f19-00b7-4708-b564-777c2082fe8f-39189475081_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-d3b41f19-00b7-4708-b564-777c2082fe8f/mbid-d3b41f19-00b7-4708-b564-777c2082fe8f-39189475081_thumb250.jpg",
    "song": "Feelin’ Fuzzy (毛绒绒的感觉)",
    "track_id": "39e7a8e1-bc18-40d0-80f8-91c8c4c050e0",
    "recording_id": "89c0b15d-0b66-493c-962b-fa42cfcd0651",
    "artist": "Chinese American Bear",
    "artist_ids": [
        "75bbdfdb-2fc5-4811-8ef7-25ec23f246e1"
    ],
    "album": "Wah!!!",
    "release_id": "d3b41f19-00b7-4708-b564-777c2082fe8f",
    "release_group_id": "8de1f7e2-8dbb-41f0-a557-b6f372848744",
    "labels": [
        "Moshi Moshi Records"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chinese American Bear is performing tonight November 8th at Madame Lou's!\n---\nOn KEXP's Throwaway Style last year, Martin Douglas spoke with the married pop duo about their long journey as both musicians and partners: https://www.kexp.org/read/2023/5/25/throwaway-style-chinese-american-bears-mom-and-pop-pop/. https://chineseamericanbear.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}