Information about plays

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

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

{
    "id": 3548678,
    "uri": "https://api.kexp.org/v2/plays/3548678/?format=api",
    "airdate": "2025-09-04T03:15:38-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a4b0a2c-65e3-437f-9162-aba88d93aae3/10830402591-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a4b0a2c-65e3-437f-9162-aba88d93aae3/10830402591-250.jpg",
    "song": "Poison",
    "track_id": null,
    "recording_id": "ee764fae-9af3-4897-9bcf-25ed3a53fb7d",
    "artist": "Bell Biv DeVoe",
    "artist_ids": [
        "9b16908a-a78c-45a7-8366-d2a41967f745"
    ],
    "album": "Poison",
    "release_id": null,
    "release_group_id": "47b883c4-ec27-3a2f-b9d3-de3a43f6cbcd",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1990-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An original groove...\n--\nBell Biv Devoe (BBD) is an American R&B, hip hop, and New Jack Swing group from Boston, Massachusetts. The group was formed in 1988 by former New Edition members Ricky Bell, Michael Bivins, and Ronnie DeVoe after Booby Brown left for a solo career.: https://new-jack-swing.fandom.com/wiki/Bell_Biv_Devoe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}