Information about plays

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

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

{
    "id": 3596821,
    "uri": "https://api.kexp.org/v2/plays/3596821/?format=api",
    "airdate": "2025-12-27T18:45:20-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lush",
    "track_id": "81b6df95-5eed-4488-96a2-c116597495e2",
    "recording_id": "b85cde9a-aa0f-40d3-b042-2fc81ac23fbb",
    "artist": "somesurprises",
    "artist_ids": [
        "72b52b34-43e9-4b8f-9415-b03820d05920"
    ],
    "album": "Year Without Spring",
    "release_id": "bf1f6919-6b5d-4451-8690-287eaf91b9fd",
    "release_group_id": "772161e7-e828-44e9-a60c-a9b9c9c465e0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from wonderful Seattle shoegaze band somesurprises!\n\nFrom the band: All proceeds from bandcamp sales will be forwarded onto Super Familia KC, the first and only grassroots group in the United States led by unaccompanied and undocumented youth organizers. Super Familia King County is a mutual aid group organized to resist traditional social services that can endanger unaccompanied and undocumented youth.\n\nhttps://somesurprises.bandcamp.com/album/year-without-spring",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}