Information about plays

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

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

{
    "id": 3551268,
    "uri": "https://api.kexp.org/v2/plays/3551268/?format=api",
    "airdate": "2025-09-10T10:51:22-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Said, She Said",
    "track_id": "bb709dea-5951-3046-a770-4ede086f8d16",
    "recording_id": "4e37c3ae-2ee8-4d3b-aa01-21e365394384",
    "artist": "Overwhelming Colorfast",
    "artist_ids": [
        "3a6b43d3-8b47-49ce-acdb-ab2299c48d1c"
    ],
    "album": "Overwhelming Colorfast",
    "release_id": "51cf3d00-d79f-488d-9a8a-ed62c4457779",
    "release_group_id": "d5d39685-617f-3468-abb5-49f556962699",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A piledriving band from the San Francisco suburb of Antioch, CA, Overwhelming Colorfast was a vehicle for Bob Reed, who was the band's sole permanent member.\n\nhttps://www.allmusic.com/artist/overwhelming-colorfast-mn0000420649#biography\n\n--\n\nThis is a Beatles cover.  It was recorded in 1992 and released on Record Store Day in 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}