Information about plays

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

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

{
    "id": 3578770,
    "uri": "https://api.kexp.org/v2/plays/3578770/?format=api",
    "airdate": "2025-11-16T00:27:00-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evil Reign",
    "track_id": null,
    "recording_id": "94910543-8461-41e2-b8b3-520987c08094",
    "artist": "Helstar",
    "artist_ids": [
        "3b0f2300-1f53-4cc1-acbc-0e9a78871661"
    ],
    "album": "Remnants of War",
    "release_id": null,
    "release_group_id": "2dc51651-bc3b-3eb1-ad31-ad0d615caf70",
    "labels": [
        "Combat"
    ],
    "label_ids": [
        "c3549b1e-57cb-4669-a4f7-ed3eec251984"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although, Helstar technically split up, they have announced a small amount of shows in their hometown of Houston.\n\nhttps://www.facebook.com/Helstar.Metal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}