Information about plays

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

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

{
    "id": 3659924,
    "uri": "https://api.kexp.org/v2/plays/3659924/?format=api",
    "airdate": "2026-05-26T18:48:35-07:00",
    "show": 66822,
    "show_uri": "https://api.kexp.org/v2/shows/66822/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-a8976979-398a-4d03-9998-c24455885151/mbid-a8976979-398a-4d03-9998-c24455885151-2407581898_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-a8976979-398a-4d03-9998-c24455885151/mbid-a8976979-398a-4d03-9998-c24455885151-2407581898_thumb250.jpg",
    "song": "Come On and Love Me",
    "track_id": "91318990-d3e1-3791-b48c-b27af7d0a7bd",
    "recording_id": "c8de6786-0926-4abe-b0ca-b82b4dcde1b5",
    "artist": "Lenny Kravitz",
    "artist_ids": [
        "0ef3f425-9bd2-4216-9dd2-219d2fe90f1f"
    ],
    "album": "Are You Gonna Go My Way",
    "release_id": "a8976979-398a-4d03-9998-c24455885151",
    "release_group_id": "cd5aa852-4f01-3477-8e04-2399bf5f965f",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1993-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Lenny Kravitz, born on this day in 1964!\n__\nFrom Lenny Kravitz's third studio album, released in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}