Information about plays

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

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

{
    "id": 3571783,
    "uri": "https://api.kexp.org/v2/plays/3571783/?format=api",
    "airdate": "2025-10-30T10:50:31-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://dn720705.ca.archive.org/0/items/mbid-de86455c-714f-4efc-acac-2cbdb0fce078/mbid-de86455c-714f-4efc-acac-2cbdb0fce078-26780847367_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-de86455c-714f-4efc-acac-2cbdb0fce078/mbid-de86455c-714f-4efc-acac-2cbdb0fce078-26780847367_thumb250.jpg",
    "song": "Last Bongo in Belgium (Breakers mix)",
    "track_id": "63b3c478-bcc9-3929-99ab-e6063ce897f4",
    "recording_id": "59ba4192-3d2f-4bec-b729-7806750ace5e",
    "artist": "Incredible Bongo Band",
    "artist_ids": [
        "f72131c1-b677-4324-84c0-9f5991fe4a4e"
    ],
    "album": "Bongo Rock",
    "release_id": "de86455c-714f-4efc-acac-2cbdb0fce078",
    "release_group_id": "beeb6b52-d7f1-3cf4-9da4-eec7e1d59c02",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2006-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of \"Last Bongo in Belgium\"....",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}