Information about plays

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

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

{
    "id": 3575197,
    "uri": "https://api.kexp.org/v2/plays/3575197/?format=api",
    "airdate": "2025-11-07T16:41:43-08:00",
    "show": 65047,
    "show_uri": "https://api.kexp.org/v2/shows/65047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beginnings",
    "track_id": "5c60e1cb-b49e-340b-b583-c2d70924fe02",
    "recording_id": "854b8a35-a5b9-42ad-85e6-c07fada4f9e8",
    "artist": "Astrud Gilberto",
    "artist_ids": [
        "8d08cabf-03a3-4f38-a815-8197a0984f19"
    ],
    "album": "Talkin' Verve",
    "release_id": "95ac99eb-7289-495e-8187-ac6c4f779621",
    "release_group_id": "85e259a6-6a6c-39a3-89b1-b8db37b44522",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1998-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Chicago!\n\nAstrud Gilberto born Astrud Evangelina Weinert; (March 29, 1940 – June 5, 2023) was a Brazilian samba and bossa nova singer and songwriter. She gained international attention in the mid-1960s following her recording of the song \"The Girl from Ipanema\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}