Information about plays

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

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

{
    "id": 3572485,
    "uri": "https://api.kexp.org/v2/plays/3572485/?format=api",
    "airdate": "2025-11-01T05:27:42-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-da921e65-1ecf-4098-9432-e34a2a82a9b4/mbid-da921e65-1ecf-4098-9432-e34a2a82a9b4-36485558095_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/33/items/mbid-da921e65-1ecf-4098-9432-e34a2a82a9b4/mbid-da921e65-1ecf-4098-9432-e34a2a82a9b4-36485558095_thumb250.jpg",
    "song": "Ozone Scraper",
    "track_id": "157665a1-eeb8-4213-a6be-6cffc4e13fd1",
    "recording_id": "7a6a7c0f-c93b-46aa-a928-2a8a710bea68",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Action Adventure",
    "release_id": "da921e65-1ecf-4098-9432-e34a2a82a9b4",
    "release_group_id": "385c1a24-903a-488d-b9ea-b464807f72f5",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}