Information about plays

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

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

{
    "id": 3571560,
    "uri": "https://api.kexp.org/v2/plays/3571560/?format=api",
    "airdate": "2025-10-29T22:00:09-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Come Down",
    "track_id": null,
    "recording_id": "d87e1ece-4fb2-44b1-88bd-4b5afb3015ff",
    "artist": "The Bumps",
    "artist_ids": [
        "d209ad9c-318b-4a76-b400-76382d40e5aa"
    ],
    "album": "Baby Blue / Please Come Down",
    "release_id": null,
    "release_group_id": "7e3e254c-2631-4482-8085-f9a7e69f1cc5",
    "labels": [
        "Piccadilly"
    ],
    "label_ids": [
        "ac9312ea-29b6-4b96-b491-f29be36061f3"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NW band released five singles between 1966 and 1969.\n\nhttps://pnwbands.com/bumps.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}