Information about plays

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

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

{
    "id": 3569800,
    "uri": "https://api.kexp.org/v2/plays/3569800/?format=api",
    "airdate": "2025-10-25T14:54:50-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "void",
    "track_id": "787a3896-6b3c-45fd-847a-1e21047b0b8a",
    "recording_id": "8bbbaa51-7042-49ad-a065-98b0d04a97b1",
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "visions & ecstasies",
    "release_id": "2351f1d3-15a5-4ec4-a901-facbd32d0ae2",
    "release_group_id": "13b09f51-ca8e-4e51-8cd9-d2a1af8eab1c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}