Information about plays

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

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

{
    "id": 3623239,
    "uri": "https://api.kexp.org/v2/plays/3623239/?format=api",
    "airdate": "2026-02-28T00:36:54-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ice Cream, Part 2",
    "track_id": null,
    "recording_id": "2ab19822-afec-4d27-8430-09bad9d0745e",
    "artist": "Raekwonft. Method Man, Cappadonna",
    "artist_ids": [],
    "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": "Raekwon released “Ice Cream, Part 2” in 1995 as part of Only Built 4 Cuban Linx. Featuring Method Man and Cappadonna, the track blends storytelling with smooth, soulful samples, exemplifying Wu-Tang Clan’s lyrical depth and group synergy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}