Information about plays

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

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

{
    "id": 3625636,
    "uri": "https://api.kexp.org/v2/plays/3625636/?format=api",
    "airdate": "2026-03-05T13:57:41-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Schmoove",
    "track_id": "81429adf-1c62-4601-9d59-855c2cf3bf2e",
    "recording_id": "20495bd0-a06c-4e03-8087-d8ba459212a1",
    "artist": "Fu‐Schnickens",
    "artist_ids": [
        "22d8f80a-6e2d-41cf-be36-104f5192ffcf"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part III",
    "release_id": "8dfcfd58-0365-4d46-8bc3-cfa7ea2ca7e0",
    "release_group_id": "4790acc4-9945-4c40-b54c-6ab079db419d",
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Power and Ali Shaheed Muhammad did the mixing for this track. \n--\nThis song features a guest verse by Phife Dawg.  Here are the lyrics: https://genius.com/Fu-schnickens-la-schmoove-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}