Information about plays

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

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

{
    "id": 3583611,
    "uri": "https://api.kexp.org/v2/plays/3583611/?format=api",
    "airdate": "2025-11-27T10:03:08-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "https://ia601509.us.archive.org/15/items/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0-22381091089_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/15/items/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0-22381091089_thumb250.jpg",
    "song": "Respect",
    "track_id": "c6bd766d-037e-3d9d-8af8-3671a3e535ef",
    "recording_id": "4855f9bc-1189-4915-aeba-1871cf6016c9",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Promised Land",
    "release_id": "3e1610d0-5691-4f2e-9207-3237ff34e1f0",
    "release_group_id": "347e2555-c8c6-44e0-bd7f-159982a4f17b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released during a pivotal time in the feminist and civil rights movements, Franklin’s version of “Respect” became emblematic of both. “So many people identified with and related to ‘Respect’,” Franklin wrote in her autobiography. “It was the need of a nation, the need of the average man and woman in the street, the businessman, the mother, the fireman, the teacher — everyone wanted respect. It was also one of the battle cries of the civil rights movement. The song took on monumental significance.” \nhttps://tinyurl.com/msrrmdak",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}