Information about plays

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

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

{
    "id": 3549825,
    "uri": "https://api.kexp.org/v2/plays/3549825/?format=api",
    "airdate": "2025-09-06T23:52:34-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Gods",
    "track_id": null,
    "recording_id": null,
    "artist": "Fetish",
    "artist_ids": [
        "1884c7c8-980c-437a-8c5c-a5701d232fea"
    ],
    "album": "World Eater",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blackhouse Records"
    ],
    "label_ids": [
        "e92ca06a-d93c-45f3-97c8-6f538cc0c96a"
    ],
    "release_date": "2019-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ex-POISON IDEA and some LONG KNIFE folks drop a riff filled searing blast of hardcore punk.\n\nhttps://www.staticshockmusik.com/12-Vinyl-Hardcore-Punk/Fetish-World-Eater-LP::9171.html\nhttps://www.dropdeadhc.com/product/fetish-world-eater-cd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}