Information about plays

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

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

{
    "id": 3627501,
    "uri": "https://api.kexp.org/v2/plays/3627501/?format=api",
    "airdate": "2026-03-10T19:08:07-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-6b0f6c49-3b33-4d58-9b83-3f0a8343c54c/mbid-6b0f6c49-3b33-4d58-9b83-3f0a8343c54c-42868633383_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-6b0f6c49-3b33-4d58-9b83-3f0a8343c54c/mbid-6b0f6c49-3b33-4d58-9b83-3f0a8343c54c-42868633383_thumb250.jpg",
    "song": "Soul Makossa",
    "track_id": "08d7530e-4fdb-4daa-aabd-4eab4b70d7fe",
    "recording_id": "84c66d43-1c9d-4983-9142-8ccb250265bd",
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "Soul Hits of the ’70s: Didn’t It Blow Your Mind! Volume 12",
    "release_id": "6b0f6c49-3b33-4d58-9b83-3f0a8343c54c",
    "release_group_id": "593bbff7-76c8-492d-85c7-1f1a285a416d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}