Information about plays

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

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

{
    "id": 3541682,
    "uri": "https://api.kexp.org/v2/plays/3541682/?format=api",
    "airdate": "2025-08-18T16:45:13-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://ia600500.us.archive.org/13/items/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265-21358027583_thumb500.jpg",
    "thumbnail_uri": "https://ia800500.us.archive.org/13/items/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265/mbid-935e2886-2ad1-4e4f-819d-f1920b2c4265-21358027583_thumb250.jpg",
    "song": "Tiny Cities Made of Ashes",
    "track_id": "ea897256-f91d-344e-add8-4e7b083f9020",
    "recording_id": "288e7524-3866-4232-ad4c-cbd9267a851d",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Moon & Antarctica",
    "release_id": "935e2886-2ad1-4e4f-819d-f1920b2c4265",
    "release_group_id": "a8e26959-b3b2-3440-a74a-0dc06cd6310d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-03-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch this Issaquah-originating band both days at the Psychic Salamander Festival at Remlinger Farms on September 13 and 14!\n\nhttps://www.modestmousefest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}