Information about plays

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

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

{
    "id": 3527717,
    "uri": "https://api.kexp.org/v2/plays/3527717/?format=api",
    "airdate": "2025-07-16T11:27:39-07:00",
    "show": 64029,
    "show_uri": "https://api.kexp.org/v2/shows/64029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "gastado",
    "track_id": null,
    "recording_id": "b97b2b11-dcb7-48f6-b796-e1a71ddd9f54",
    "artist": "Blood Club",
    "artist_ids": [
        "904cd1b6-199a-4639-84b2-6ccb0335601f"
    ],
    "album": "current lust",
    "release_id": null,
    "release_group_id": "ebc1ba2e-9983-497d-aa3d-34a10d9c248c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blood Club is a band from Chicago.\n\nhttps://bl00dclub.bandcamp.com/album/current-lust-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}