Information about plays

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

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

{
    "id": 3571012,
    "uri": "https://api.kexp.org/v2/plays/3571012/?format=api",
    "airdate": "2025-10-28T12:37:09-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turning Tables",
    "track_id": "78038f02-b78d-46a9-8222-f879fbe26544",
    "recording_id": "6f376116-f718-4af7-a9a4-6d59a75f3f7c",
    "artist": "GARDENS",
    "artist_ids": [
        "374f2c1b-7b4a-436e-8a04-1f9d1b115abe"
    ],
    "album": "Flaws",
    "release_id": "f7fa7a39-9418-4e26-a50e-cbbac31296a5",
    "release_group_id": "88cd24b1-253f-40ba-8a09-ee7c18680bd8",
    "labels": [
        "Siluh Records"
    ],
    "label_ids": [
        "d4feb413-817a-4554-b1d5-d2d4f89a15a7"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flaws is the debut album from this Austrian foursome, consisting of Luca Celine Müller, Peter Benedikt Mathis, Patrick Stieger and Laura Keiblinger.: https://thisisgardens.bandcamp.com/\n--\nCheck out the official video for Turning Tables here: https://www.youtube.com/watch?v=pvI2_Wn0G_Y-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}