Information about plays

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

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

{
    "id": 3588229,
    "uri": "https://api.kexp.org/v2/plays/3588229/?format=api",
    "airdate": "2025-12-07T20:51:01-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweetest Thing in the World",
    "track_id": null,
    "recording_id": "ffec7df5-7985-4ca8-b6cc-89639fc407b4",
    "artist": "Turner Bros.",
    "artist_ids": [
        "c3c1a2ef-4af0-4158-8cff-b6d59d5c481f"
    ],
    "album": "These Are the Breaks",
    "release_id": null,
    "release_group_id": "8abc5e22-85b6-4299-95ba-3bc369ee47c9",
    "labels": [
        "MB"
    ],
    "label_ids": [],
    "release_date": "2011-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turner Bros. originally released \"Sweetest Thing in the World\" in 1975, but you can find the track on the 2011 compilation album These Are the Breaks.\n\nMembers of Turner Bros. included: Allison Turner, Calvin Turner, DeWayne Garvin, Harrison Turner, Jimmy Dixon, Rudy Ross, and Teddy Patterson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}