Information about plays

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

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

{
    "id": 3577025,
    "uri": "https://api.kexp.org/v2/plays/3577025/?format=api",
    "airdate": "2025-11-12T00:54:54-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee-11918800168_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee/mbid-6a429d90-f95f-4e71-86ce-39eb54afc6ee-11918800168_thumb250.jpg",
    "song": "Bent (Roi's Song)",
    "track_id": "a020bcde-99d6-425d-b662-b61a2f03b5a4",
    "recording_id": "fa10a867-aa07-465d-aedc-56a15f46c089",
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Is the Is Are",
    "release_id": "6a429d90-f95f-4e71-86ce-39eb54afc6ee",
    "release_group_id": "6bc76f2d-2fe2-40dd-bb71-ec0340f95383",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}