Information about plays

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

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

{
    "id": 3556384,
    "uri": "https://api.kexp.org/v2/plays/3556384/?format=api",
    "airdate": "2025-09-22T16:11:00-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cake Lady",
    "track_id": null,
    "recording_id": null,
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Cake Lady",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"A sweet slice of funk and future-jazz, \"Cake Lady\" draws its first breath from the playful bounce of Herbie Hancock’s Watermelon Man—then sprints headlong into its own hypnotic groove.\"\n\nhttps://polyrhythmics.bandcamp.com/track/cake-lady",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}