Information about plays

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

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

{
    "id": 3523847,
    "uri": "https://api.kexp.org/v2/plays/3523847/?format=api",
    "airdate": "2025-07-07T09:29:49-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia601804.us.archive.org/5/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/5/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb250.jpg",
    "song": "I Know You Got Soul",
    "track_id": "2dfecac4-1bfe-325c-a6b2-f344edbb9d26",
    "recording_id": "b5dd3e75-3eb6-4541-a4b5-b839b21c1b67",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "4b2d3966-cdcf-4840-a670-ca83d30322f7",
    "release_group_id": "e124668d-731c-3d2f-bd38-facf91df5e27",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Paid in Full\" was released on this day in 1987!\n\nBobby Byrd released \"I Know You Got Soul\" in 1971. This Eric B. & Rakim track borrows the title and samples the main riff.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}