Information about plays

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

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

{
    "id": 3566959,
    "uri": "https://api.kexp.org/v2/plays/3566959/?format=api",
    "airdate": "2025-10-18T21:53:22-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gateway to Hell",
    "track_id": null,
    "recording_id": null,
    "artist": "Kilynn Lunsford",
    "artist_ids": [
        "edb5b865-c245-4b3e-9fa2-c73d17bc9adb"
    ],
    "album": "Promiscuous Genes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kilynn Lunsford is a legendary performer whose many records defy categorization or easy assimilation in the mainstream indie market which has cozied up to the digital leviathan so snugly. Her music is dance dissonance; irresistible but difficult for the algorithm to understand.\" - -Tom Lax 2025\n\nhttps://kilynnlunsford.bandcamp.com/album/promiscuous-genes\nhttps://www.kilynnlunsford.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}