Information about plays

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

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

{
    "id": 3567536,
    "uri": "https://api.kexp.org/v2/plays/3567536/?format=api",
    "airdate": "2025-10-20T08:45:16-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://ia903206.us.archive.org/17/items/mbid-63e2316c-6ca7-4bcf-8e7b-4538db439bab/mbid-63e2316c-6ca7-4bcf-8e7b-4538db439bab-4252001940_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/17/items/mbid-63e2316c-6ca7-4bcf-8e7b-4538db439bab/mbid-63e2316c-6ca7-4bcf-8e7b-4538db439bab-4252001940_thumb250.jpg",
    "song": "Bonnie & Clyde",
    "track_id": "a7d310c5-fe0b-4ff4-93f2-bf56ddbe1fb8",
    "recording_id": "a7851834-5b2b-4c66-a175-6d15f99c0507",
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "False Idols",
    "release_id": "63e2316c-6ca7-4bcf-8e7b-4538db439bab",
    "release_group_id": "df988f3b-43d0-471c-b756-a66de40e1f13",
    "labels": [
        "False Idols",
        "!K7"
    ],
    "label_ids": [
        "2b2886fa-28f2-46be-b665-5ac471237e1d",
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2013-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's vocalist Francesca Belmonte that you're hearing. She's featured on two-thirds of the tracks on this 2013 album by Tricky. Read more about her here: https://tinyurl.com/2uk42j48\n\nTricky performed Live on KEXP at Home in 2020 featuring a great interview with Larry Mizell Jr. https://www.youtube.com/watch?v=PFkfpMg5Jxc\n\nTricky Bandcamp: https://tricky.bandcamp.com/album/false-idols",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}