Information about plays

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

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

{
    "id": 3520348,
    "uri": "https://api.kexp.org/v2/plays/3520348/?format=api",
    "airdate": "2025-06-29T09:52:04-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "https://coverartarchive.org/release/181af0cc-8c8a-4ab5-83cc-1a740af3de5a/23508279932-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/181af0cc-8c8a-4ab5-83cc-1a740af3de5a/23508279932-250.jpg",
    "song": "Chicken Stuff",
    "track_id": null,
    "recording_id": "c485bb6c-14fa-4614-b1ad-4437d3c4e694",
    "artist": "Hop Wilson",
    "artist_ids": [
        "24889024-c3d5-44e1-9b62-0e41f4866ebc"
    ],
    "album": "Eddie’s House of Hits: The Story of Goldband Records",
    "release_id": null,
    "release_group_id": "af86539c-ec50-4a89-97a1-65a2116aab0d",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wilson learned how to play guitar and harmonica as a child. By the time he was 18, he received his first steel guitar and began playing it at local Houston juke joints and clubs. His musical career was interrupted when he served in World War II. After his discharge from the Army, he decided to pursue a serious career as a blues musician, performing with Ivory Semien's group in the late '50s. Wilson and Semien recorded a number of sides for Goldband Records in 1957. \nhttps://www.allmusic.com/artist/hop-wilson-mn0000261141#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}