Information about plays

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

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

{
    "id": 3545735,
    "uri": "https://api.kexp.org/v2/plays/3545735/?format=api",
    "airdate": "2025-08-28T04:11:01-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "orphan//",
    "track_id": null,
    "recording_id": null,
    "artist": "KennyHoopla",
    "artist_ids": [
        "c8e48299-2214-4be5-84ba-113adc5efb35"
    ],
    "album": "orphan//",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KennyHoopla, a Milwaukee-based artist, just released the new single “orphan//.” His EP A Wonderful Life, produced by Paramore’s Zac Farro, is set to release in September. Kenny shares, “A lot of the time, I just feel very alone, like an orphan. I’m trying to see where I fit in, given the circumstances of life that everyone has to go through.” www.kennyhoopla.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}