Information about plays

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

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

{
    "id": 3546583,
    "uri": "https://api.kexp.org/v2/plays/3546583/?format=api",
    "airdate": "2025-08-30T05:08:54-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia800104.us.archive.org/11/items/mbid-4d43da50-3aa2-41e3-8f34-8a8c8367bff0/mbid-4d43da50-3aa2-41e3-8f34-8a8c8367bff0-21919260586_thumb500.jpg",
    "thumbnail_uri": "https://ia800104.us.archive.org/11/items/mbid-4d43da50-3aa2-41e3-8f34-8a8c8367bff0/mbid-4d43da50-3aa2-41e3-8f34-8a8c8367bff0-21919260586_thumb250.jpg",
    "song": "Fear of the Future",
    "track_id": "dd14421d-8f9c-36c3-9471-8102f3cf1246",
    "recording_id": "40029e44-2e89-4735-8f75-5f5e023a5c38",
    "artist": "Shitdisco",
    "artist_ids": [
        "16f82d52-3c6f-409c-a5f5-f991f3abbff8"
    ],
    "album": "The Emanator",
    "release_id": "4d43da50-3aa2-41e3-8f34-8a8c8367bff0",
    "release_group_id": "71a09967-b629-4979-b437-f3059685d538",
    "labels": [
        "Dim Mak Records"
    ],
    "label_ids": [
        "21d62bdf-5962-4c41-90d0-1409ea4b59cb"
    ],
    "release_date": "2008-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}