Information about plays

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

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

{
    "id": 3592674,
    "uri": "https://api.kexp.org/v2/plays/3592674/?format=api",
    "airdate": "2025-12-18T12:17:10-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parasite",
    "track_id": null,
    "recording_id": "9f42f41c-f585-45f3-9c2c-90b4911dba1b",
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Hotter Than Hell",
    "release_id": null,
    "release_group_id": "4b05a315-c78f-3bad-a08b-e713d25a13bc",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1974-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Parasite\" was written by Ace Frehley and was one of the first songs that he wrote that made it onto a KISS album. It's also one of the first time that he sang lead vocals. Paul Stanley has said Ace was nervous about singing it, but once it was done, the band realized Ace brought something darker and more dangerous than their usual swagger-rock. Ace Frehley has performed it more often in his solo career, where it’s considered a staple.\n\nFun fact - Anthrax covered this song in 1998 exposing a new generation of fans to this tune.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}