Information about plays

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

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

{
    "id": 3549619,
    "uri": "https://api.kexp.org/v2/plays/3549619/?format=api",
    "airdate": "2025-09-06T13:06:34-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia800904.us.archive.org/11/items/mbid-f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383/mbid-f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383-29251410628_thumb500.jpg",
    "thumbnail_uri": "https://ia600904.us.archive.org/11/items/mbid-f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383/mbid-f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383-29251410628_thumb250.jpg",
    "song": "Doves",
    "track_id": "bf9a896f-8e02-370d-b682-62238fa59542",
    "recording_id": "63f8101f-0657-4bd5-8612-d04a33e6d627",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Directions to See a Ghost",
    "release_id": "f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383",
    "release_group_id": "5e23bf38-ed1e-3ac7-bdd7-c5bc2371a797",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels will be at The Chapel in SF tonight. The Last of three shows.\n---\nHere's a taste of what they're like, live.  Watch a live performance of \"Doves\" in France in 2009: https://www.youtube.com/watch?v=a0K2jfNI6_k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}