Information about plays

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

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

{
    "id": 3645543,
    "uri": "https://api.kexp.org/v2/plays/3645543/?format=api",
    "airdate": "2026-04-23T00:11:36-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-369f61b4-b397-4c68-92e8-f363d75f5a3f/mbid-369f61b4-b397-4c68-92e8-f363d75f5a3f-13875159437_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-369f61b4-b397-4c68-92e8-f363d75f5a3f/mbid-369f61b4-b397-4c68-92e8-f363d75f5a3f-13875159437_thumb250.jpg",
    "song": "Get a Move On! (radio edit)",
    "track_id": "0a5dc0e3-5cbd-3932-aeaa-21df21886e34",
    "recording_id": "ed52cdd4-3977-4b3d-847d-9717dad95f91",
    "artist": "Mr. Scruff",
    "artist_ids": [
        "234bab50-2f04-4d21-8f91-df93ef554855"
    ],
    "album": "Get a Move On!",
    "release_id": "369f61b4-b397-4c68-92e8-f363d75f5a3f",
    "release_group_id": "e6587c37-28dd-3ecd-803f-1d9738b91b35",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1999-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}