Information about plays

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

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

{
    "id": 3541956,
    "uri": "https://api.kexp.org/v2/plays/3541956/?format=api",
    "airdate": "2025-08-19T06:18:31-07:00",
    "show": 64329,
    "show_uri": "https://api.kexp.org/v2/shows/64329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Us Dance",
    "track_id": null,
    "recording_id": "fd0f84b2-addb-4e77-afba-4d274c9ce93b",
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There are three challenges in my life. The first is being black in a white culture. The second is being transgendered in a hetero-normative culture. The third is being an artist in a business culture” - Glenn-Copeland Keyboard Fantasies (1986) is an ahead-of-it’s-time synth exploration which somehow combines the essence of new-age minimalism, early Detroit techno and the warmth of traditional songwriting. https://beverlyglenncopeland.com/ https://beverlyglenn-copeland.bandcamp.com/album/keyboard-fantasies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}