Information about plays

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

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

{
    "id": 3581698,
    "uri": "https://api.kexp.org/v2/plays/3581698/?format=api",
    "airdate": "2025-11-22T23:43:50-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiny Fists",
    "track_id": null,
    "recording_id": null,
    "artist": "Storm Boy",
    "artist_ids": [],
    "album": "Beast Machine Theroy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Storm Boy will be playing at The Kraken in Seattle on December 13th with Glu, Thee Deception, and The Coolers.\n\nhttps://www.facebook.com/stormboyoly/\nhttps://www.stormboyoly.com/\nhttps://stormboyoly.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}