Information about plays

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

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

{
    "id": 3571529,
    "uri": "https://api.kexp.org/v2/plays/3571529/?format=api",
    "airdate": "2025-10-29T20:03:37-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gravedigger",
    "track_id": null,
    "recording_id": "6c1854a6-ae91-4b75-b689-a860095802bc",
    "artist": "Mass Temper",
    "artist_ids": [
        "7a5ea5a6-87a9-442f-989d-d89c9229d90d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kix International"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also on the 2003 Compilation album 'A Deadly Dose of Wylde Psych' and 2017 Numero Group's record 'Warfaring Strangers: Acid Nightmares'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}