Information about plays

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

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

{
    "id": 3598661,
    "uri": "https://api.kexp.org/v2/plays/3598661/?format=api",
    "airdate": "2026-01-01T02:42:07-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/34c8e525-24fa-332a-a439-25e0f46fa59a/12663600437-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34c8e525-24fa-332a-a439-25e0f46fa59a/12663600437-250.jpg",
    "song": "The Humpty Dance",
    "track_id": null,
    "recording_id": "26ad9936-6b12-4b4f-8090-74109435a77d",
    "artist": "Digital Underground",
    "artist_ids": [
        "ff6cb06c-a6e5-4ab9-a5ce-fa2095be45b9"
    ],
    "album": "Sex Packets",
    "release_id": null,
    "release_group_id": "84abec74-3b40-3a83-9449-46d7e420d4d7",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Parliament's \"Let's Play House\"  and the drums on Sly & The Family Stone's \"Sing a Simple Song.\".\n---\nWatch Digital Underground perform this song on Club MTV with Julie Brown in 1990 (See a young Tupac dancing with them.): https://www.youtube.com/watch?v=gEZyinxSrgE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}