Information about plays

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

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

{
    "id": 3593369,
    "uri": "https://api.kexp.org/v2/plays/3593369/?format=api",
    "airdate": "2025-12-20T05:47:41-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/e45d12da-7031-4e74-8113-1f5fa514e6d4/15889853203-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e45d12da-7031-4e74-8113-1f5fa514e6d4/15889853203-250.jpg",
    "song": "While My Guitar Gently Weeps",
    "track_id": null,
    "recording_id": "3a76bcf4-c55b-4bad-a038-c3dd8c3dd803",
    "artist": "Jake Shimabukuro",
    "artist_ids": [
        "f6c6ff48-5198-47dc-a7c5-fd733dc379a2"
    ],
    "album": "Walking Down Rainhill",
    "release_id": null,
    "release_group_id": "5705fe23-ebd9-3389-976b-2ebdd6dc8549",
    "labels": [
        "Hitchhike Records"
    ],
    "label_ids": [
        "207335a3-f4b3-4f6b-9021-95e0ee138bf0"
    ],
    "release_date": "2004-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jake Shimabukuro, a Honolulu-born Japanese-American ukulele virtuoso, shot to global fame in 2006 when a video of his powerful rendition of The Beatles' \"While My Guitar Gently Weeps\" went viral on YouTube, showcasing the ukulele's versatility beyond traditional Hawaiian music and establishing him as a unique talent who blends rock, classical, and folk with Hawaiian roots, inspiring audiences worldwide.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}