Information about plays

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

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

{
    "id": 3588555,
    "uri": "https://api.kexp.org/v2/plays/3588555/?format=api",
    "airdate": "2025-12-08T16:00:17-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "https://ia800608.us.archive.org/18/items/mbid-08fa270a-00d8-4917-8bcf-3e8d814e6d47/mbid-08fa270a-00d8-4917-8bcf-3e8d814e6d47-41186132977_thumb500.jpg",
    "thumbnail_uri": "https://ia600608.us.archive.org/18/items/mbid-08fa270a-00d8-4917-8bcf-3e8d814e6d47/mbid-08fa270a-00d8-4917-8bcf-3e8d814e6d47-41186132977_thumb250.jpg",
    "song": "Dreams I Can't Control",
    "track_id": "2b9355c7-1202-3329-ad2f-594f0e3a207f",
    "recording_id": "5c9da0c5-85bc-4847-86f3-f7ba4fd30daa",
    "artist": "Alsace Lorraine",
    "artist_ids": [
        "50eaebbf-be16-4eba-a597-1c21d70c08f6"
    ],
    "album": "Through Small Windows",
    "release_id": "08fa270a-00d8-4917-8bcf-3e8d814e6d47",
    "release_group_id": "05219593-878e-38b2-a033-1d04b5c0b875",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/2995114-Alsace-Lorraine-Through-Small-Windows?srsltid=AfmBOooV8AkBUTsqDmPi2__DKQWifn0iBdnoCXuDUxHpYzP5nIH8r2Sw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}