Information about plays

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

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

{
    "id": 3595250,
    "uri": "https://api.kexp.org/v2/plays/3595250/?format=api",
    "airdate": "2025-12-24T07:03:04-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try to Remember",
    "track_id": null,
    "recording_id": "717383c8-9b14-43bd-8f28-bbc322d927d8",
    "artist": "Harry Belafonte",
    "artist_ids": [
        "49c48b7f-1ff1-4f02-a1aa-ca1254b46ef2"
    ],
    "album": "Harry Belaflnte, 16 Most Requested Songs",
    "release_id": null,
    "release_group_id": "c17562f3-3e3c-43bb-8f9e-e0376113821d",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep in December.. it's nice to remember. - Kevin Sur 12/24/2024 :)\n\nThe great Harry Belafonte: One-time King of Calypso and major civil-rights activist whose career took countless twists and turns over seven decades.\n\nSee him perform this at the Kennedy Center in 1962: https://tinyurl.com/p4erxsks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}