Information about plays

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

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

{
    "id": 3571485,
    "uri": "https://api.kexp.org/v2/plays/3571485/?format=api",
    "airdate": "2025-10-29T17:23:07-07:00",
    "show": 64967,
    "show_uri": "https://api.kexp.org/v2/shows/64967/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-4dd9a7c6-b1bf-469c-8464-da6e2f078caa/mbid-4dd9a7c6-b1bf-469c-8464-da6e2f078caa-37722200601_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-4dd9a7c6-b1bf-469c-8464-da6e2f078caa/mbid-4dd9a7c6-b1bf-469c-8464-da6e2f078caa-37722200601_thumb250.jpg",
    "song": "Down With the King",
    "track_id": "a64f236a-f265-4b93-88cb-d8752bf80d5b",
    "recording_id": "e32f4a0d-d132-427f-a730-e2a9455e0d59",
    "artist": "Butcher Brown",
    "artist_ids": [
        "c0937ba4-6869-456b-afd0-10335ae50245"
    ],
    "album": "Down With the King",
    "release_id": "4dd9a7c6-b1bf-469c-8464-da6e2f078caa",
    "release_group_id": "5d110a8f-9768-46a1-a95a-c53b4bdb4330",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2024-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richmond, Virginia's killer funky/jazz/hiphop combo quintet covering the mighty Run-DMC and their 1993 comeback single - https://butcherbrownmusic.bandcamp.com/track/down-with-the-king",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}