Information about plays

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

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

{
    "id": 3545745,
    "uri": "https://api.kexp.org/v2/plays/3545745/?format=api",
    "airdate": "2025-08-28T04:46:26-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/7eba5ca4-7df4-4730-adbb-be25efafdc84/4165048626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7eba5ca4-7df4-4730-adbb-be25efafdc84/4165048626-250.jpg",
    "song": "What About Us",
    "track_id": null,
    "recording_id": "5337f89c-b5c2-42d0-96e8-74bb8d716e0c",
    "artist": "Jodeci",
    "artist_ids": [
        "ed7e12c4-0c08-477c-bd64-5eaa96b9f853"
    ],
    "album": "Diary of a Mad Band",
    "release_id": null,
    "release_group_id": "36e40a5f-c4b0-3cfd-8f8d-7483afbab494",
    "labels": [
        "Uptown Records"
    ],
    "label_ids": [
        "98ff3848-3a73-4baf-abd6-2ca5b4f79f0b"
    ],
    "release_date": "1993-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jodeci is comprised of two sets of brothers—Cedric and Joel Hailey (also known as K-Ci and JoJo) and Donald and Dalvin Degrate (also known as DeVante Swing and Mr. Dalvin) from Charlotte, NC.: https://www.thefader.com/2015/04/15/jodeci-interview-k-ci-mr-dalvin\n\nThis song interpolated 1985's \"Computer Love\" by Zapp  and (Yes!) 1991's \"Come & Talk to Me\" by Jodeci.  It has been sampled more than 20 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}