Information about plays

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

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

{
    "id": 3571407,
    "uri": "https://api.kexp.org/v2/plays/3571407/?format=api",
    "airdate": "2025-10-29T12:32:49-07:00",
    "show": 64965,
    "show_uri": "https://api.kexp.org/v2/shows/64965/?format=api",
    "image_uri": "https://ia802309.us.archive.org/32/items/mbid-83b9bd21-77de-4bc6-9813-e56305855bea/mbid-83b9bd21-77de-4bc6-9813-e56305855bea-10008814048_thumb500.jpg",
    "thumbnail_uri": "https://ia902309.us.archive.org/32/items/mbid-83b9bd21-77de-4bc6-9813-e56305855bea/mbid-83b9bd21-77de-4bc6-9813-e56305855bea-10008814048_thumb250.jpg",
    "song": "Lampshades on Fire",
    "track_id": "519c9500-e1df-4fa7-9a5a-fa6bc240ef33",
    "recording_id": "2ce6de3e-6673-4134-9547-05caccfdb165",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Strangers to Ourselves",
    "release_id": "83b9bd21-77de-4bc6-9813-e56305855bea",
    "release_group_id": "c1163e02-afd5-4455-9179-5161c6d2b125",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2015-03-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.modestmouse.com/\n\nOne assumes \"Lampshades On Fire\" is meant as a parable about environmental carelessness (\"Pack up again, and to the next place/ Where we'll make the same mistakes/ Burn it up, or just chop it down/ But this one's done so where to now?\"), that after the third planet's been used up, we'll find somewhere else to set up shop and space travel will indeed be boring. https://pitchfork.com/reviews/tracks/17258-modest-mouse-lampshades-on-fire/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}