Information about plays

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

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

{
    "id": 3559834,
    "uri": "https://api.kexp.org/v2/plays/3559834/?format=api",
    "airdate": "2025-10-01T00:09:17-07:00",
    "show": 64713,
    "show_uri": "https://api.kexp.org/v2/shows/64713/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-f8464deb-1295-4e52-9927-d231285207a9/mbid-f8464deb-1295-4e52-9927-d231285207a9-38221989947_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-f8464deb-1295-4e52-9927-d231285207a9/mbid-f8464deb-1295-4e52-9927-d231285207a9-38221989947_thumb250.jpg",
    "song": "If It’s Gone",
    "track_id": "f04dc323-7349-4377-864e-d1c1ef31f4ca",
    "recording_id": "c4c2fc45-a402-4fb0-ad7b-bf4f605ab223",
    "artist": "Good Looks",
    "artist_ids": [
        "64d57dc4-ad42-4489-b62e-572d8c7f1334"
    ],
    "album": "Lived Here For A While",
    "release_id": "f8464deb-1295-4e52-9927-d231285207a9",
    "release_group_id": "f89abb29-476d-4cb8-b2f8-928541f69da8",
    "labels": [
        "Keeled Scales"
    ],
    "label_ids": [
        "e125fb61-bc30-4a17-b157-19f47915ec35"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}