Information about plays

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

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

{
    "id": 3611541,
    "uri": "https://api.kexp.org/v2/plays/3611541/?format=api",
    "airdate": "2026-01-31T19:09:49-08:00",
    "show": 65807,
    "show_uri": "https://api.kexp.org/v2/shows/65807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride Easy",
    "track_id": null,
    "recording_id": null,
    "artist": "Serafima and the Shakedowns",
    "artist_ids": [
        "c5b73f24-7538-49b8-b4c8-f208a69a8b1f"
    ],
    "album": "Ride Easy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S A WORLD PREMIEREEEEEE\n\nSeattle band Serafima and the Shakedowns are putting out their debut record on May 1st called Ride Easy, and this is a sneak peek of the very first single! You can listen to the song on Tuesday February 3rd, and you can pre-order the record below:\n\nhttps://www.serafimaandtheshakedowns.com/order/p/ride-easy",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}