Information about plays

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

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

{
    "id": 3596155,
    "uri": "https://api.kexp.org/v2/plays/3596155/?format=api",
    "airdate": "2025-12-26T06:32:21-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Child Runnin’ Wild",
    "track_id": null,
    "recording_id": "a5611d43-b1e3-4271-bac7-7dabaebf8a8a",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Superfly",
    "release_id": null,
    "release_group_id": "3f68cf91-b4f0-39ef-8318-93dc064a53ba",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1972-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Curtis Mayfield, who passed away on this day in 1999 at the age of 57.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}