Information about plays

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

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

{
    "id": 3545234,
    "uri": "https://api.kexp.org/v2/plays/3545234/?format=api",
    "airdate": "2025-08-26T22:28:20-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/da3d97ab-2836-4115-adae-37aa04c67d90/20405665240-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da3d97ab-2836-4115-adae-37aa04c67d90/20405665240-250.jpg",
    "song": "I Know How You Get",
    "track_id": null,
    "recording_id": "785c72b6-a689-410e-acb0-b75d8043da53",
    "artist": "Mk.gee",
    "artist_ids": [
        "262cf0ce-2af2-4686-a8cc-d6b33e97336d"
    ],
    "album": "Pronounced McGee",
    "release_id": null,
    "release_group_id": "664c240d-2dd5-4159-bca8-71ea81b70010",
    "labels": [
        "Orchard Ears"
    ],
    "label_ids": [
        "126fa838-868b-4a56-a900-e796571710d4"
    ],
    "release_date": "2018-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! Mk.Gee's unusual (liquid, unexpected, layered, storied) psychedelic rock guitar work is really making a splash now. His first song came out in 2018. https://www.mkgee.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}