Information about plays

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

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

{
    "id": 3570234,
    "uri": "https://api.kexp.org/v2/plays/3570234/?format=api",
    "airdate": "2025-10-26T12:56:19-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://ia600502.us.archive.org/15/items/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb-14763601258_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/15/items/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb-14763601258_thumb250.jpg",
    "song": "Borderline (An Ode to Self Care)",
    "track_id": "621ee6c5-372d-45d4-bbc7-7509482db087",
    "recording_id": "ffdbec54-1b56-4d20-bdb7-488865f46837",
    "artist": "Solange feat. Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188",
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": "331a7ba1-fae2-4881-b434-554f46c13746",
    "labels": [
        "Saint Records",
        "Columbia"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solange talked about self-care in this interview. \n\nIn the midst of conflict and chaos, she says, \"Just for the sake of being able to exist in that day, to exist without rage, and exist without heartbreak. To be able to get up and tell my child to have a wonderful day and know that he’ll be protected and nurtured and loved and treated like an equal contributor to society, I sometimes have to choose to not look.\"\n\nhttps://improvisedlife.com/2017/06/22/ode-self-care-solange/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}