Information about plays

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

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

{
    "id": 3544111,
    "uri": "https://api.kexp.org/v2/plays/3544111/?format=api",
    "airdate": "2025-08-24T07:23:03-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Than Happenstance",
    "track_id": null,
    "recording_id": null,
    "artist": "Mad Keys",
    "artist_ids": [
        "e94aa445-c0ec-4f63-8fec-3da6def18130"
    ],
    "album": "Go Where You're Led",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sounds Kinda Mad"
    ],
    "label_ids": [
        "3c2beab0-ff67-475b-93a0-1d08e5fe5573"
    ],
    "release_date": "2025-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a sweet new instrumental release from St. Louis-based hip-hop producer Mad Keys ~ https://madkeys.bandcamp.com/album/go-where-youre-led",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}