Information about plays

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

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

{
    "id": 3545034,
    "uri": "https://api.kexp.org/v2/plays/3545034/?format=api",
    "airdate": "2025-08-26T11:02:20-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?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": "Right Here",
    "track_id": "7e32388a-3373-446e-99ff-9e9751796f85",
    "recording_id": "d4f9020a-1896-4c4c-914b-ea8853e944a0",
    "artist": "Butcher Brown feat. Leanor Wolf",
    "artist_ids": [
        "c0937ba4-6869-456b-afd0-10335ae50245",
        "73845b7d-39d3-47cc-8961-0fd074349577"
    ],
    "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": "Butcher Brown was another of DJ Colette's choices for her 90.TEEN set.\n--\nWatch Burcher Brown perform live in our studio in 2024: https://www.youtube.com/watch?v=291_o3foLZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}