Information about plays

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

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

{
    "id": 3592285,
    "uri": "https://api.kexp.org/v2/plays/3592285/?format=api",
    "airdate": "2025-12-17T13:26:39-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Risin' To The Top (Give It All You Got)",
    "track_id": null,
    "recording_id": "cc784d69-a270-4600-b5af-9a821159c31e",
    "artist": "Keni Burke",
    "artist_ids": [
        "e2d38070-361c-43f2-bca3-d08c54222761"
    ],
    "album": "Risin' To The Top / Can't Get Enough (Do It All Night)",
    "release_id": null,
    "release_group_id": "228b7299-d0b9-48b2-ad5f-16e2316fc290",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"\"Risin' to the Top\" is a song by former Five Stairsteps member Keni Burke. Released in 1982 from his third solo album, Changes (1982), it became his most successful hit as a solo artist, peaking at number 63 on the US Billboard R&B charts and is considered Burke's signature song.\n\nSince its 1982 release, the song has been sampled extensively in R&B and hip-hop songs, most notably the following year in the Mary Jane Girls song \"All Night Long\".\" - wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}