Information about plays

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

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

{
    "id": 3635076,
    "uri": "https://api.kexp.org/v2/plays/3635076/?format=api",
    "airdate": "2026-03-29T10:06:07-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8ca02eb-3d1d-4488-a5c6-65399af0c630/40891852023-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8ca02eb-3d1d-4488-a5c6-65399af0c630/40891852023-250.jpg",
    "song": "Spangled",
    "track_id": null,
    "recording_id": "3163e3c0-0554-4c5d-bcf1-b2ee9f41f1a3",
    "artist": "Fust",
    "artist_ids": [
        "792ff83b-0432-4187-ad95-170d06ea165e"
    ],
    "album": "Big Ugly",
    "release_id": null,
    "release_group_id": "d8230afe-0d57-4c5a-8f57-a1a2eb36a842",
    "labels": [
        "Dear Life Records"
    ],
    "label_ids": [
        "48c03abc-6b4f-4bc1-8562-683972308418"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Songwriter Aaron Dowdy is currently a Ph.D. candidate for literature at Duke University.\nThey’re playing the Sunset in Seattle tonight and Bottom of the Hill in SF on April 2.\nhttps://fust.bandcamp.com/album/big-ugly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}