Information about plays

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

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

{
    "id": 3616412,
    "uri": "https://api.kexp.org/v2/plays/3616412/?format=api",
    "airdate": "2026-02-12T03:14:33-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ec78ef4-0891-4a89-ad57-a9c34826866f/1877511728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ec78ef4-0891-4a89-ad57-a9c34826866f/1877511728-250.jpg",
    "song": "#1 (You're Gonna Be Clean on Your Bean)",
    "track_id": null,
    "recording_id": "32415af9-4666-4589-88b3-b5d3a2ebc57d",
    "artist": "Dinosaur L",
    "artist_ids": [
        "8642a086-5eb7-4c61-88a9-77ae1d135491"
    ],
    "album": "24→24 Music",
    "release_id": null,
    "release_group_id": "8eeec391-bd3e-428c-9d47-44f0d5d07fe5",
    "labels": [
        "Sleeping Bag Records"
    ],
    "label_ids": [
        "d3e5290b-c07f-420e-ae33-b9bd05780219"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dinosaur L was an alias of avant-garde and disco musician Arthur Russell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}