Information about plays

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

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

{
    "id": 3624436,
    "uri": "https://api.kexp.org/v2/plays/3624436/?format=api",
    "airdate": "2026-03-02T15:01:24-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-b2cca2a2-4150-4560-a8ac-3fb4e4f3a239/mbid-b2cca2a2-4150-4560-a8ac-3fb4e4f3a239-16603864890_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-b2cca2a2-4150-4560-a8ac-3fb4e4f3a239/mbid-b2cca2a2-4150-4560-a8ac-3fb4e4f3a239-16603864890_thumb250.jpg",
    "song": "Smells Like Teen Spirit",
    "track_id": "e9df41b0-0d6a-46cd-9b3c-d369a584e6ee",
    "recording_id": "8e54e1db-b5ab-40e9-8b11-370591f74f06",
    "artist": "Robert Glasper Experiment",
    "artist_ids": [
        "0ec3c9dc-45e7-4bc1-9813-a866acaae772"
    ],
    "album": "Black Radio",
    "release_id": "b2cca2a2-4150-4560-a8ac-3fb4e4f3a239",
    "release_group_id": "dc7a73e4-b92a-4000-8ae5-d87492dfcbb1",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2012-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Smells Like Teen Spirit\" was reworked into this psychedelic, jazzy cover by Glasper and his Experiment in 2013. Watch the full, improv-heavy set of music in the intimate KEXP Bumbershoot Music Lounge (in 2013), which stretched three tracks over the thirty minute period including this closing cover of \"Smells Like Teen Spirit\": https://youtu.be/260MLsqtWVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}