Information about plays

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

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

{
    "id": 3548672,
    "uri": "https://api.kexp.org/v2/plays/3548672/?format=api",
    "airdate": "2025-09-04T02:56:34-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7050df9-4838-4e40-9ec0-53a8e5b84459/41541100441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7050df9-4838-4e40-9ec0-53a8e5b84459/41541100441-250.jpg",
    "song": "How to Impress God",
    "track_id": null,
    "recording_id": "b00b4228-1beb-4276-a856-a16f0fd4ee55",
    "artist": "Saba & No ID",
    "artist_ids": [
        "057d211a-fba8-42d7-ad14-41f41d6f762f",
        "1cd913a1-5641-4b2a-9624-a0417914e3e7"
    ],
    "album": "From the Private Collection of Saba and No ID",
    "release_id": null,
    "release_group_id": "813a8daf-8ed5-447a-875e-635f42072ade",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Private Collection of Saba and No I.D. is a collaborative studio album by the American rapper Saba and record producer No I.D. representing two generations of Chicago hip-hop.\n\nPlaying Bumbershoot! https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}