Information about plays

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

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

{
    "id": 3631184,
    "uri": "https://api.kexp.org/v2/plays/3631184/?format=api",
    "airdate": "2026-03-19T19:01:50-07:00",
    "show": 66225,
    "show_uri": "https://api.kexp.org/v2/shows/66225/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecfe6214-095f-4ef3-ac22-490910069d48/28993827801-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecfe6214-095f-4ef3-ac22-490910069d48/28993827801-250.jpg",
    "song": "About a Girl",
    "track_id": null,
    "recording_id": "78b8293d-b6cc-427e-a647-9948b9d7522a",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Moonchild",
    "release_id": null,
    "release_group_id": "4530d2fa-ef2e-3466-a9a6-273f92abce9e",
    "labels": [
        "F-111 Records"
    ],
    "label_ids": [
        "7a0b7239-b87e-49bb-9243-e25e3a565784"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cibo Matto means \"crazy food\"  in Italian. Their take on this Nirvana track replaces guitar with piano and the harmony vocals. creepy. Great cowbell. Makes a classic song even better!\n\nB-side on a sampler single for the song \"Moonchild\" from the album Stereo Type A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}