Information about plays

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

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

{
    "id": 3658877,
    "uri": "https://api.kexp.org/v2/plays/3658877/?format=api",
    "airdate": "2026-05-24T06:55:26-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Incomplete Step",
    "track_id": null,
    "recording_id": null,
    "artist": "Music For Sleep",
    "artist_ids": [],
    "album": "Infinite Tape Loops: I Fell Apart in Quiet Days",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ROHS!"
    ],
    "label_ids": [],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a brand new release from Music For Sleep, the solo alias of Italian musician Andrea Porcu who runs the ROHS! and Lontano Series labels ~ https://mforsleep.bandcamp.com/album/infinite-tape-loops-i-fell-apart-in-quiet-days",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}