Information about plays

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

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

{
    "id": 3564411,
    "uri": "https://api.kexp.org/v2/plays/3564411/?format=api",
    "airdate": "2025-10-13T02:05:16-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://dn721307.ca.archive.org/0/items/mbid-75312054-5d15-459a-99aa-ef97018e1dda/mbid-75312054-5d15-459a-99aa-ef97018e1dda-40935427801_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-75312054-5d15-459a-99aa-ef97018e1dda/mbid-75312054-5d15-459a-99aa-ef97018e1dda-40935427801_thumb250.jpg",
    "song": "Infant Eyes",
    "track_id": "c8b7e9a8-cf08-48c8-88ce-673c65d9ab95",
    "recording_id": "5bb60221-5b24-45f9-aa4d-928cac65e57a",
    "artist": "Butcher Brown",
    "artist_ids": [
        "c0937ba4-6869-456b-afd0-10335ae50245"
    ],
    "album": "Letters From The Atlantic",
    "release_id": "75312054-5d15-459a-99aa-ef97018e1dda",
    "release_group_id": "80436c4e-4ac8-476a-af60-e69203217269",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wayne Shorter Composition formed into new life & honored by the U.K Supergroup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}