Information about plays

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

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

{
    "id": 3568973,
    "uri": "https://api.kexp.org/v2/plays/3568973/?format=api",
    "airdate": "2025-10-23T14:41:57-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2ad9472-5ecf-42f7-9e7a-f812c7bcd7d8/14699977944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2ad9472-5ecf-42f7-9e7a-f812c7bcd7d8/14699977944-250.jpg",
    "song": "Feel Like Makin' Love",
    "track_id": null,
    "recording_id": "51adf4b6-74b3-4dc2-ac1a-73d08b65d3e0",
    "artist": "Roberta Flack",
    "artist_ids": [
        "5298bbcb-7330-49bf-a780-2d757f10a20a"
    ],
    "album": "Feel Like Makin’ Love",
    "release_id": null,
    "release_group_id": "d976ac3a-b405-31e1-a857-41c1b03053ce",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eugene McDaniels, a veteran soul singer, wrote “Feel Like Makin’ Love” for Flack. At one point, McDaniels had flirted with stardom himself. (His highest-charting single is 1961’s “A Hundred Pounds Of Clay.\") McDaniels wrote “Feel Like Makin’ Love” in about 45 minutes, and Flack recorded it in one take. She would receive three Grammy nominations: Record of the Year, Song of the Year, and Best Female Pop Vocal Performance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}