Information about plays

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

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

{
    "id": 3657387,
    "uri": "https://api.kexp.org/v2/plays/3657387/?format=api",
    "airdate": "2026-05-20T21:42:37-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As Bugs Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Michael Seyer",
    "artist_ids": [
        "01d243c3-ff03-4470-ae10-a232981ee5b5"
    ],
    "album": "As Bugs Do",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Seyerland"
    ],
    "label_ids": [],
    "release_date": "2026-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brave the changes spite our stumbling minds\nWe've crossed the line and crystallized\nAs bugs do\nHear the rain, just drink your wine\nWe're caught in vines\nStarry eyed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}