Information about plays

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

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

{
    "id": 3602074,
    "uri": "https://api.kexp.org/v2/plays/3602074/?format=api",
    "airdate": "2026-01-09T03:31:51-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Space in Between",
    "track_id": null,
    "recording_id": "60674bfb-f3a9-4791-b833-fec56386664f",
    "artist": "How to Destroy Angels",
    "artist_ids": [
        "143b396d-a678-43aa-8c74-628fea8e381f"
    ],
    "album": "How to Destroy Angels",
    "release_id": null,
    "release_group_id": "8ee04679-8a90-41ba-9300-4247bc4946ec",
    "labels": [
        "The Null Corporation"
    ],
    "label_ids": [
        "f6f102a5-f7f0-49aa-8470-f71d083e3439"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mariqueen Maandig Reznor is a Filipina-American singer-songwriter, known as the vocalist for the band How to Destroy Angels with her husband Trent Reznor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}