Information about plays

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

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

{
    "id": 3629922,
    "uri": "https://api.kexp.org/v2/plays/3629922/?format=api",
    "airdate": "2026-03-16T23:24:53-07:00",
    "show": 66202,
    "show_uri": "https://api.kexp.org/v2/shows/66202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Blooming",
    "track_id": null,
    "recording_id": null,
    "artist": "Axel Boman",
    "artist_ids": [],
    "album": "From Riches to Rags",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AUS"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Come for the riches, stay for the rags with the latest EP from Sweden's Axel Boman - https://axelboman.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}