Information about plays

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

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

{
    "id": 3578297,
    "uri": "https://api.kexp.org/v2/plays/3578297/?format=api",
    "airdate": "2025-11-15T01:18:30-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disfigured By Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Golden Purifier",
    "artist_ids": [
        "946b4754-7fdd-4380-bcf8-8b5dd533a505"
    ],
    "album": "AUTOBAHN",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Total Black"
    ],
    "label_ids": [
        "86964aab-fb2b-4105-986d-e10457d2e1f7"
    ],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://totalblack.bandcamp.com/album/autobahn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}