Information about plays

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

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

{
    "id": 3571149,
    "uri": "https://api.kexp.org/v2/plays/3571149/?format=api",
    "airdate": "2025-10-28T21:02:23-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i couldn't hold back (feat. George Riley) (feat. George Riley)",
    "track_id": null,
    "recording_id": null,
    "artist": "Logic1000",
    "artist_ids": [
        "8e018193-119b-42f3-8ef8-b9575b0208ca"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Therapy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The production of this track emphasizes warmth and emotional resonance with airy pads, shimmering vocals, a blend of dancefloor energy with a more reflective mood -- coming from Logic1000 aka Samantha Poulter, an Australian-born DJ/producer based in Berlin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}