Information about plays

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

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

{
    "id": 3553940,
    "uri": "https://api.kexp.org/v2/plays/3553940/?format=api",
    "airdate": "2025-09-16T22:56:24-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia800100.us.archive.org/29/items/mbid-2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d/mbid-2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d-18753376461_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/29/items/mbid-2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d/mbid-2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d-18753376461_thumb250.jpg",
    "song": "Where I’m From (LP version)",
    "track_id": "2abccd54-1b22-3b2d-b0cc-e7c273487a06",
    "recording_id": "02ce4d65-ac3a-4bfb-8074-909e2d77d4ad",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Beyond the Spectrum: The Creamy Spy Chronicles",
    "release_id": "2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d",
    "release_group_id": "e92d965e-0612-3e35-9dd8-be8fcec7de87",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Where I'm From\"  sampled KC and the Sunshine Band's 1975 song \"Ain't Nothing Wrong\".\n--\nWatch a live performance by Digable Planets from KEX Hostel in Reykjavik in 2016: https://www.youtube.com/watch?v=YTOkwV_iNEE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}