Information about plays

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

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

{
    "id": 3638866,
    "uri": "https://api.kexp.org/v2/plays/3638866/?format=api",
    "airdate": "2026-04-07T01:39:23-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/df89fb27-14a6-4814-87a4-39b7d9698e4d/38239449645-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df89fb27-14a6-4814-87a4-39b7d9698e4d/38239449645-250.jpg",
    "song": "Aneurysm",
    "track_id": null,
    "recording_id": "983cf753-03a5-4c10-95aa-f28198201905",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Incesticide",
    "release_id": null,
    "release_group_id": "01cf1391-141b-3c87-8650-45ade6e59070",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another great request going out to Ryon!\n\nSee this video of Nirvana performing Aneurysm live at the Paramount, Seattle: https://www.youtube.com/watch?v=aIr_IXXLZ8Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}