Information about plays

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

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

{
    "id": 3555828,
    "uri": "https://api.kexp.org/v2/plays/3555828/?format=api",
    "airdate": "2025-09-21T08:44:04-07:00",
    "show": 64621,
    "show_uri": "https://api.kexp.org/v2/shows/64621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deer Park",
    "track_id": null,
    "recording_id": null,
    "artist": "Wonderful Aspiration of the Source",
    "artist_ids": [],
    "album": "Wonderful Aspiration of the Source",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Centripetal Force"
    ],
    "label_ids": [
        "a219b8fb-64f5-49cb-9acd-6259b2757c11"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new debut album from Wonderful Aspiration of the Source, an alias of Nashville-based musician and Nashville Ambient Ensemble founder Michael Hix ~ \nhttps://wonderfulaspirationofthesource.bandcamp.com/album/wonderful-aspiration-of-the-source",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}