Information about plays

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

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

{
    "id": 3535899,
    "uri": "https://api.kexp.org/v2/plays/3535899/?format=api",
    "airdate": "2025-08-04T18:24:23-07:00",
    "show": 64201,
    "show_uri": "https://api.kexp.org/v2/shows/64201/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8a64115-e500-4192-a64b-89d4fc8bda95/4379798533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8a64115-e500-4192-a64b-89d4fc8bda95/4379798533-250.jpg",
    "song": "Flowerz",
    "track_id": null,
    "recording_id": "3b7fb90e-b1e6-4d42-b26c-4698dbe97ea1",
    "artist": "Armand van Helden feat. Roland Clark",
    "artist_ids": [
        "b09b5127-c62e-4bb2-b790-1e4aa18749ed",
        "3da8021a-6ceb-44f5-96cb-9bd38ddfc9b3"
    ],
    "album": "2 Future 4 U",
    "release_id": null,
    "release_group_id": "dc950af7-0d71-3ae8-b525-7ca9a016c836",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1999-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In Armand van Helden's compilation, \"Masterpiece: Armand Van Helden\" showcases various artists including Lisa Lisa & Cult Jam.  \n\nThis track features Roland Clark, also known as DJ Roland Clark, Dark Clark, Digital Pimps, Houseboy, Jesus Jackson, South Street Player, Urban Soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}