Information about plays

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

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

{
    "id": 3574187,
    "uri": "https://api.kexp.org/v2/plays/3574187/?format=api",
    "airdate": "2025-11-05T05:12:02-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-d97ba03b-b2f3-435a-b3d0-47738a5b0a4d/mbid-d97ba03b-b2f3-435a-b3d0-47738a5b0a4d-43234051067_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-d97ba03b-b2f3-435a-b3d0-47738a5b0a4d/mbid-d97ba03b-b2f3-435a-b3d0-47738a5b0a4d-43234051067_thumb250.jpg",
    "song": "Red Brick",
    "track_id": "a5dc2180-98dd-48a5-a13d-752c8936dd87",
    "recording_id": "bec0308a-9a7a-4698-aadd-841e9f45598c",
    "artist": "The New Eves",
    "artist_ids": [
        "79f00775-ee27-4975-9b58-72f55448dc08"
    ],
    "album": "Red Brick / Whale Station",
    "release_id": "d97ba03b-b2f3-435a-b3d0-47738a5b0a4d",
    "release_group_id": "1e7fc059-120d-47f5-af5d-ed55e695c810",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2025-09-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New Eves hail from Brighton, U.K. onsists of Violet Farrer, Nina Winder-Lind, Kate Mager and Ella Oona Russell. https://theneweves.bandcamp.com/album/red-brick-whale-station",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}