Information about plays

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

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

{
    "id": 3605662,
    "uri": "https://api.kexp.org/v2/plays/3605662/?format=api",
    "airdate": "2026-01-17T19:51:04-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lightspeed",
    "track_id": null,
    "recording_id": null,
    "artist": "Flesh Produce",
    "artist_ids": [],
    "album": "Lightspeed",
    "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": "A request for Adam in Seattle! Thanks Adam!\n\nThe newest from Seattle digital hardcore act Flesh Produce! It's their first bit of music since 2023's Couch Slime IV, and it heralds the upcoming release of their newest record Hyper Chasm, coming out June 5th!\n\nhttps://newnoisemagazine.com/premieres/track-premiere-flesh-produce-lightspeed/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}