Information about plays

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

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

{
    "id": 3561736,
    "uri": "https://api.kexp.org/v2/plays/3561736/?format=api",
    "airdate": "2025-10-05T18:39:20-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funkadelic Funk",
    "track_id": null,
    "recording_id": null,
    "artist": "Horace \"Ace\" Davis",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sun Seed Production"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian DJ Horace \"Ace\" Davis hooked up with the G. & G. Rhythm Section for \"Funkadelic Funk\" and b-side \"Hot Buttered Boogie\" with Sun Seed Productions.\n\nDonate any amount to KEXP right now, and receive the Black Embroidered Trucker Hat in addition to any other thank-you gifts! This item is only available for a limited time and in limited quantity, so DONATE at kexp.org/donate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}