Information about plays

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

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

{
    "id": 3589255,
    "uri": "https://api.kexp.org/v2/plays/3589255/?format=api",
    "airdate": "2025-12-10T07:43:44-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River Man",
    "track_id": null,
    "recording_id": "3bd2888b-6d08-4c48-8f59-a8b680874fdb",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Five Leaves Left",
    "release_id": null,
    "release_group_id": "b9c4fc17-0dc5-3aa5-b1b9-08e1446e5bea",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1969-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey John, this is Jessie from Jackson TN. Having a pretty hectic day, I work for a delivery company and since its the holidays, my route has nearly doubled. Currently have 172 stops to make on these Tennessee backwoods, mind playing River Man by Nick Drake to ease my mind on this chaotic day?\n--\nHey John -\nShout out to Jesse for an amazing recommendation- 1st time to hear that song and it is amazing!!\n\nKEXP Community rocks!\n\nMary in DC\n\n----\n\nYou got this, Jessie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}