Information about plays

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

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

{
    "id": 3624394,
    "uri": "https://api.kexp.org/v2/plays/3624394/?format=api",
    "airdate": "2026-03-02T12:11:07-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "https://ia800508.us.archive.org/28/items/mbid-d72bcc5b-714f-4d4e-995e-498c7f89ed99/mbid-d72bcc5b-714f-4d4e-995e-498c7f89ed99-5970467541_thumb500.jpg",
    "thumbnail_uri": "https://ia600508.us.archive.org/28/items/mbid-d72bcc5b-714f-4d4e-995e-498c7f89ed99/mbid-d72bcc5b-714f-4d4e-995e-498c7f89ed99-5970467541_thumb250.jpg",
    "song": "No Diggity",
    "track_id": "f5f0dcca-08eb-380d-abd0-1909ce0d7b11",
    "recording_id": "dba69c24-33b1-49c0-b52f-e7b0180ed67a",
    "artist": "Blackstreet featuring Dr. Dre",
    "artist_ids": [
        "d72d000b-b860-44f4-9ac1-5d82e3fff9a9",
        "5f6ab597-f57a-40da-be9e-adad48708203"
    ],
    "album": "Another Level",
    "release_id": "d72bcc5b-714f-4d4e-995e-498c7f89ed99",
    "release_group_id": "93fc9382-a268-37a5-90d2-c5c3623c6ed6",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This collaboration between Blackstreet and Dre won a Grammy award in 1998 for Best R&B Performance By a Duo or Group With Vocals.\nhttps://www.pmusicgroup.com/client/blackstreet-2-bs2/\n\nThe song also samples \"Grandma's Hands\" by Bill Withers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}