Information about plays

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

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

{
    "id": 3544203,
    "uri": "https://api.kexp.org/v2/plays/3544203/?format=api",
    "airdate": "2025-08-24T13:08:07-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?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": "Something New About You",
    "track_id": "7ab84a2c-e68b-46c4-b126-55b0551b6be4",
    "recording_id": "b6123d50-1a0d-48a0-ba3c-de99891dd116",
    "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": "Brand new from Butcher Brown! Five groove merchants from Virginia delivering a heady home-brew of jams and jazz, rhymes and beats: a funky, musical mix. The hybrid moniker “jazz/hip-hop” only begins to cover it.\n\nhttps://butcherbrownmusic.bandcamp.com/album/letters-from-the-atlantic\nhttps://butcherbrown.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}