Information about plays

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

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

{
    "id": 3576297,
    "uri": "https://api.kexp.org/v2/plays/3576297/?format=api",
    "airdate": "2025-11-10T05:10:21-08:00",
    "show": 65071,
    "show_uri": "https://api.kexp.org/v2/shows/65071/?format=api",
    "image_uri": "https://coverartarchive.org/release/941a3f75-661f-4e89-8381-cbf851bea6b6/4765069290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/941a3f75-661f-4e89-8381-cbf851bea6b6/4765069290-250.jpg",
    "song": "Lady Brown",
    "track_id": null,
    "recording_id": "f71d8647-e338-47e0-860c-920dbbc6a276",
    "artist": "Nujabes feat. Cise Star",
    "artist_ids": [
        "1595addf-f76b-450a-a097-af852ff35f27",
        "e09bfd0b-2118-4bf4-bd4e-1d5e245e6d02"
    ],
    "album": "Metaphorical Music",
    "release_id": null,
    "release_group_id": "2e52bd6a-53e6-325c-925b-19eaa449db44",
    "labels": [
        "Hydeout Productions"
    ],
    "label_ids": [
        "c29d715d-d6b0-4394-91ec-e577559b59f6"
    ],
    "release_date": "2003-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lady Brown\" is a song by Japanese hip-hop producer Nujabes. It was released as a single from Nujabes' debut solo album Metaphorical Music (2003).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}