Information about plays

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

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

{
    "id": 3548840,
    "uri": "https://api.kexp.org/v2/plays/3548840/?format=api",
    "airdate": "2025-09-04T13:06:12-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Mellow",
    "track_id": null,
    "recording_id": "f8a45a77-6a32-4e7c-a882-9281781cc908",
    "artist": "Louis Bellson, Shelly Manne, Willie Bobo & Paul Humphrey",
    "artist_ids": [],
    "album": "The Drum Sessions",
    "release_id": null,
    "release_group_id": "fc16d08e-b06f-4711-824b-331b19000ab6",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled the drums in this one for the songs \"Find My Baby\" and \"Bodyrock.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}