Information about plays

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

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

{
    "id": 3522784,
    "uri": "https://api.kexp.org/v2/plays/3522784/?format=api",
    "airdate": "2025-07-05T01:04:33-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frozen Darling",
    "track_id": null,
    "recording_id": null,
    "artist": "The Telepaths",
    "artist_ids": [],
    "album": "Frozen Darling / Must I Perform (7\" Vinyl)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Telepathic Foundation"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Frozen Darling\" is a 1978 punk single by Seattle’s Telepaths, known for its raw, eerie sound and cult status. The band featured Curt Werner, Erich Werner, Mike Davidson, and Bill Rieflin, who later played with R.E.M. and Ministry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}