Information about plays

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

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

{
    "id": 3520274,
    "uri": "https://api.kexp.org/v2/plays/3520274/?format=api",
    "airdate": "2025-06-29T05:22:49-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://dn721705.ca.archive.org/0/items/mbid-bf94e8d6-3659-4460-b246-968045c77a5d/mbid-bf94e8d6-3659-4460-b246-968045c77a5d-42092648037_thumb500.jpg",
    "thumbnail_uri": "https://dn721705.ca.archive.org/0/items/mbid-bf94e8d6-3659-4460-b246-968045c77a5d/mbid-bf94e8d6-3659-4460-b246-968045c77a5d-42092648037_thumb250.jpg",
    "song": "ONE HUNDRED BATS",
    "track_id": "010776a2-0fd2-4614-b9bd-4a35b42265a2",
    "recording_id": "63cc0086-17e9-41a3-8048-f2ecceaaf33e",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "CURSE",
    "release_id": "bf94e8d6-3659-4460-b246-968045c77a5d",
    "release_group_id": "4220571c-7f8b-47e5-a762-d4a71f7073c0",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-06-18",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}