Information about plays

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

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

{
    "id": 3639699,
    "uri": "https://api.kexp.org/v2/plays/3639699/?format=api",
    "airdate": "2026-04-09T02:52:59-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/efa2dabe-e70c-45df-ae92-0a9b7ad3b5df/43500718547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/efa2dabe-e70c-45df-ae92-0a9b7ad3b5df/43500718547-250.jpg",
    "song": "OG Players",
    "track_id": null,
    "recording_id": "2f5fba26-7d11-49ce-b28d-d22eb0d1511a",
    "artist": "DJ HARRISON",
    "artist_ids": [
        "411b5c5b-5432-4789-8160-6921c7cf6bcb"
    ],
    "album": "ElectroSoul",
    "release_id": null,
    "release_group_id": "72ee9739-cec3-4392-b803-fa1ab4a877b8",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Devonne Harris (DJ HARRISON) is a Grammy Award Winning producer/multi-instrumentalist from Richmond, VA. He also plays keyboards for Butcher Brown and is \"the janitor at Jellowstone Records.\": https://www.instagram.com/djharrisonrva/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}