Information about plays

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

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

{
    "id": 3526139,
    "uri": "https://api.kexp.org/v2/plays/3526139/?format=api",
    "airdate": "2025-07-12T20:51:14-07:00",
    "show": 63996,
    "show_uri": "https://api.kexp.org/v2/shows/63996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silence is the Enemy",
    "track_id": null,
    "recording_id": null,
    "artist": "Yak Attack",
    "artist_ids": [
        "b863c269-792b-4a39-830c-09a11d1cc85a"
    ],
    "album": "The Radiant Kind",
    "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": "Yak Attack are from Portland!! They're great right??\n\nThey're playing Shady Grove Music Camp in Pocatello, Idaho, next weekend (July 18th/19th)! You can check it out below:\n\nhttps://shadygrovemusiccamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}