Information about plays

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

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

{
    "id": 3584987,
    "uri": "https://api.kexp.org/v2/plays/3584987/?format=api",
    "airdate": "2025-11-30T12:14:48-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unwind",
    "track_id": "0ccd914f-620f-4660-ad7f-451891ddf265",
    "recording_id": "8f252180-819a-4fe0-a8b9-1b7a78076f32",
    "artist": "Butcher Brown feat. Melanie Charles",
    "artist_ids": [
        "c0937ba4-6869-456b-afd0-10335ae50245",
        "04f9b575-3f0d-4901-a805-250ec11e2b04"
    ],
    "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": "Check out this Live on KEXP performance from last year: https://www.youtube.com/watch?v=291_o3foLZo\n\nhttps://butcherbrownmusic.bandcamp.com/album/letters-from-the-atlantic\nhttps://butcherbrown.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}