Information about plays

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

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

{
    "id": 3519539,
    "uri": "https://api.kexp.org/v2/plays/3519539/?format=api",
    "airdate": "2025-06-27T13:52:26-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbecb688-96ce-42ca-908a-6deaa99ca1e8/39408279890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbecb688-96ce-42ca-908a-6deaa99ca1e8/39408279890-250.jpg",
    "song": "Get Involved",
    "track_id": null,
    "recording_id": "61515c25-ecd4-43ac-bfde-394e234ed7f7",
    "artist": "Rapahel Saadiq",
    "artist_ids": [],
    "album": "The P.J.'s",
    "release_id": null,
    "release_group_id": "5373c252-4eb1-3d67-a90a-f70ce0fa68b6",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1999-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Riggs\n\nRafael Saadiq, Q-Tip, and the writers of The Intruders' \"I'll Always Love My Mama\" (Gene McFadden, Kenny Gamble, Leon Huff and John Whitehead) get writing credit here. \n--\nThis song samples that 1973 single from the Philly soul group, The Intruders.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}