Information about plays

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

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

{
    "id": 3610319,
    "uri": "https://api.kexp.org/v2/plays/3610319/?format=api",
    "airdate": "2026-01-28T19:27:51-08:00",
    "show": 65780,
    "show_uri": "https://api.kexp.org/v2/shows/65780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abandoned Mansions",
    "track_id": null,
    "recording_id": null,
    "artist": "Magic Castles",
    "artist_ids": [],
    "album": "Abandoned Mansions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fuzz Club"
    ],
    "label_ids": [],
    "release_date": "2026-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Abandoned Mansions is a new song about love and loss, the urge to leave it all behind, and the liminal sadness inherent in once-grand places that have been forsaken and lost.”\n\nMagic Castles' new album ‘Realized' is due via Fuzz Club April 24!\n\nhttps://fuzzclub.com/products/magic-castles-realized",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}