Information about plays

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

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

{
    "id": 3584653,
    "uri": "https://api.kexp.org/v2/plays/3584653/?format=api",
    "airdate": "2025-11-29T19:05:39-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Garden",
    "track_id": "29d26ae1-7a46-4691-a85f-dd3aa2329ddf",
    "recording_id": "1718a716-d051-47f3-8c44-cdb36792f378",
    "artist": "Night Wizards & Maya Marie",
    "artist_ids": [
        "19d41d2c-f306-42c1-94cb-071beda43533",
        "e23db3c2-2b0a-4c5d-8eef-23520a0f4b86"
    ],
    "album": "The Garden",
    "release_id": "44effbbc-bcea-4407-9f72-97ecb0a07e23",
    "release_group_id": "c2a2cd16-762a-4c91-89b5-206f698f1ca8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-02-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Night Wizards collaborated with Maya Marie on their single, \"The Garden,\" released in February. \nhttps://nightwizards.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}