Information about plays

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

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

{
    "id": 3566986,
    "uri": "https://api.kexp.org/v2/plays/3566986/?format=api",
    "airdate": "2025-10-18T23:17:31-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Working Man",
    "track_id": null,
    "recording_id": "6517ef3d-dd80-4f9e-8824-897add7e71ec",
    "artist": "Stagebeast",
    "artist_ids": [
        "d6c47ff7-2881-4c1b-9ffe-6bd4e8e79a4b"
    ],
    "album": "Belgium (Ain't Fun No More) / Working Man",
    "release_id": null,
    "release_group_id": "4ea7d34e-3b1b-3296-8276-352107003139",
    "labels": [
        "EMI Music Netherlands"
    ],
    "label_ids": [
        "e771b629-4ca1-4d6a-a5dd-26f07eb28c1e"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stagebeast was an influential Belgian punk band from Oostende, active from 1977 to 1979. Led by Frank Dubbe, they released a sought-after 1978 single, \"Belgium (ain't fun no more)\", before changing their name to Revenge '88. Stagebeast is considered a pioneer of the Belgian punk and underground rock scene.\n\nhttps://goodwillrecords.net/shop/7s/punk-rock-7s/stagebeast-belgium-aint-fun-no-more-7/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}