Information about plays

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

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

{
    "id": 3587321,
    "uri": "https://api.kexp.org/v2/plays/3587321/?format=api",
    "airdate": "2025-12-05T22:34:58-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Silly",
    "track_id": null,
    "recording_id": "a66d48bf-991a-4119-9ea5-598b90df3cdf",
    "artist": "V.I.C.",
    "artist_ids": [
        "c38ffbda-02e5-48fa-8390-d104e664d42e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "V.I.C. (Victor Grimmy Owusu) hit the scene HARD with \"Get Silly\" in 2007—it dropped December 11th off his debut album Beast. The track was produced by Mr. ColliPark, Soulja Boy Tell 'Em, and The Package Store, creating that signature bounce that had everybody getting silly on the dance floor!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}