Information about plays

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

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

{
    "id": 3588208,
    "uri": "https://api.kexp.org/v2/plays/3588208/?format=api",
    "airdate": "2025-12-07T19:33:16-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What About Love",
    "track_id": null,
    "recording_id": "a4d53282-abaa-4fac-a542-89251360137b",
    "artist": "Brief Encounter",
    "artist_ids": [
        "1b648488-a996-4b3d-92ad-6dc871a0ff0e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from North Carolina, soul group Brief Encounter released \"What About Love\" and b-side \"Get Right Down (And Do It)\" in 1976. \n\nMembers of Brief Encounter included: Bernard Bailey, Charles Graham, Fredrick Alexander, Larry Bailey, Maurice Whittington, Michael Carter, Montie Bailey, Rufus Wilborn, and Velmar Bailey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}