Information about plays

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

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

{
    "id": 3544599,
    "uri": "https://api.kexp.org/v2/plays/3544599/?format=api",
    "airdate": "2025-08-25T10:28:06-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia903109.us.archive.org/16/items/mbid-4d00e6b3-cf12-4f01-854c-43ca56640a9d/mbid-4d00e6b3-cf12-4f01-854c-43ca56640a9d-13245439629_thumb500.jpg",
    "thumbnail_uri": "https://ia903109.us.archive.org/16/items/mbid-4d00e6b3-cf12-4f01-854c-43ca56640a9d/mbid-4d00e6b3-cf12-4f01-854c-43ca56640a9d-13245439629_thumb250.jpg",
    "song": "Capsized",
    "track_id": "6f88c8f5-4730-4d36-a4bd-57ec11247683",
    "recording_id": "c56ed838-f114-439c-a6d7-26a253d72777",
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Are You Serious",
    "release_id": "4d00e6b3-cf12-4f01-854c-43ca56640a9d",
    "release_group_id": "f8ff1a52-b8ae-4273-8e32-50661a9f52d3",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2016-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Seattle (Benaroya Hall) September 25th AND Meany Center (March 14th, 2026!)\n\nAndrew Bird played this song Live on KEXP in 2016. Watch the full performance here:  https://youtu.be/fUb7r3AjgHI.\n\nhttps://www.andrewbird.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}