Information about plays

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

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

{
    "id": 3600998,
    "uri": "https://api.kexp.org/v2/plays/3600998/?format=api",
    "airdate": "2026-01-06T12:14:19-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man Who Sold the World (live)",
    "track_id": "3837d274-c33f-3b83-8c68-33be5950a131",
    "recording_id": "2bd1b47a-2b53-4f27-8031-e8216392f99f",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nirvana",
    "release_id": "10bfa756-9237-4616-ac21-5f323a492327",
    "release_group_id": "5ab32af4-c62e-3cbf-aa8c-c761581d3b94",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2002-10-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "David Bowie liked this cover saying, “I was simply blown away when I found that Kurt Cobain liked my work, and have always wanted to talk to him about his reasons for covering ‘The Man Who Sold the World’.”\n--\nHere's Kurt Cobain's performance of this song from \"MTV Unplugged\": https://www.youtube.com/watch?v=fregObNcHC8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}