Information about plays

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

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

{
    "id": 3584807,
    "uri": "https://api.kexp.org/v2/plays/3584807/?format=api",
    "airdate": "2025-11-30T01:36:09-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barbarian",
    "track_id": null,
    "recording_id": null,
    "artist": "Hedonist",
    "artist_ids": [
        "314cdeb9-d844-4d20-a3a1-621527a77315"
    ],
    "album": "Scalpulmancy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut full length from this band out of Victoria, BC.\n\nhttps://southernlord.bandcamp.com/merch?filter_band=1528317040\nhttps://hedonistdeathmetal.bandcamp.com/album/sepulchral-lacerations-demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}