Information about plays

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

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

{
    "id": 3572627,
    "uri": "https://api.kexp.org/v2/plays/3572627/?format=api",
    "airdate": "2025-11-01T14:35:53-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rolling",
    "track_id": "e41f380d-4c1f-43aa-b0e7-a5b204e07ac3",
    "recording_id": "f670826d-4c2b-4433-9e32-325d541aff9b",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Kiwanuka",
    "release_id": "69a24b27-0382-4154-91c4-dca50aead0eb",
    "release_group_id": "042fe94f-5846-469c-a739-38a9e0574d5c",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka released his self-titled third album on this date in 2019. \n--\nHere's a KEXP Sound & Vision interview with the artist about the album and his identity: https://www.kexp.org/read/2020/1/28/sound-and-vision-michael-kiwanuka-his-latest-album-kiwanuka-and-exploring-his-own-identity/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}