Information about plays

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

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

{
    "id": 3587188,
    "uri": "https://api.kexp.org/v2/plays/3587188/?format=api",
    "airdate": "2025-12-05T15:13:51-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild and Free",
    "track_id": null,
    "recording_id": "c354b948-5a4c-4556-908b-55c7f7fb9573",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Curtis",
    "release_id": null,
    "release_group_id": "0c24e81f-b710-3e24-a4fa-12950e153585",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Michael in SF\n\nFrom Curtis Mayfield's 1970 debut album, \"Curtis,\" produced and released by Mayfield himself!\n\nMayfield was one of the earliest artists to speak openly about African-American pride and community struggle. Mayfield reflected upon this time (the 1970s) as a \"happening era when people stopped wearing tuxedos\" and \"were getting down a little more.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}