Information about plays

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

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

{
    "id": 3598266,
    "uri": "https://api.kexp.org/v2/plays/3598266/?format=api",
    "airdate": "2025-12-31T02:45:07-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make the World Go Round (Deep Dish radio edit)",
    "track_id": null,
    "recording_id": "aa1d7167-26a9-4414-9e88-22f0edccbad9",
    "artist": "Sandy B",
    "artist_ids": [
        "fb3672e6-4079-48cf-b4dd-ae119d047fbd"
    ],
    "album": "Make the World Go Round",
    "release_id": null,
    "release_group_id": "43deb225-eafc-3271-a6ec-0d7efb70494c",
    "labels": [
        "Champion"
    ],
    "label_ids": [
        "cf8e75c9-10b5-4f97-a82a-412b245c1166"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandra Barber, known professionally as Sandy B, is an American house music singer from New York City.\nSo many good remixes of this:  https://www.discogs.com/master/110021-Sandy-B-Make-The-World-Go-Round?srsltid=AfmBOopXxo_-rhhC4DSewEklujqCo332Sc82vU9yTxebYCu5pAGEMPlv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}