Information about plays

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

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

{
    "id": 3622396,
    "uri": "https://api.kexp.org/v2/plays/3622396/?format=api",
    "airdate": "2026-02-26T03:12:48-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea7093bb-3727-4feb-8925-90cdc88e3f96/24308770860-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea7093bb-3727-4feb-8925-90cdc88e3f96/24308770860-250.jpg",
    "song": "Workinonit",
    "track_id": null,
    "recording_id": "119850b9-540d-4209-92a6-12cf078a3ca7",
    "artist": "J Dilla",
    "artist_ids": [
        "cbcbb22c-3a8d-46af-b4ba-09c98f0d7931"
    ],
    "album": "Donuts",
    "release_id": null,
    "release_group_id": "6b78c33a-64c4-3472-99e9-be45a392acb4",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP’s Larry Mizell Jr. spoke with author Dan Charnas about his book, 'Dilla Time: The Life and Afterlife of J Dilla, the Hip-Hop Producer Who Reinvented Rhythm'. Listen to the Sound & Vision podcast for that conversation: https://www.kexp.org/podcasts/sound-vision/2022/2/8/how-j-dilla-reinvented-rhythm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}