Information about plays

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

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

{
    "id": 3570123,
    "uri": "https://api.kexp.org/v2/plays/3570123/?format=api",
    "airdate": "2025-10-26T06:27:24-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "laurel",
    "track_id": null,
    "recording_id": null,
    "artist": "Ann Annie",
    "artist_ids": [
        "32f4f6f2-1619-41ff-b219-fa2abb321318"
    ],
    "album": "el prado",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the stellar new album from Portland's ann annie ~ https://annannie.bandcamp.com/album/el-prado",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}