Information about plays

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

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

{
    "id": 3641294,
    "uri": "https://api.kexp.org/v2/plays/3641294/?format=api",
    "airdate": "2026-04-12T18:48:02-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfc568af-e9ee-4dcb-9433-5c3274983d0d/23842485963-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfc568af-e9ee-4dcb-9433-5c3274983d0d/23842485963-250.jpg",
    "song": "Rocket Love",
    "track_id": null,
    "recording_id": "1a233e7e-2b6b-4bd8-923a-e17175ab60b4",
    "artist": "Wendell Harrison",
    "artist_ids": [
        "deb21e4d-633c-4ad1-9d04-e382123ed5f5"
    ],
    "album": "Dreams of a Love Supreme",
    "release_id": null,
    "release_group_id": "39efc977-1d93-4673-8fee-5688614f7844",
    "labels": [
        "Octave Lab."
    ],
    "label_ids": [
        "b4ecfa5d-8414-441e-95ca-cf17edea8883"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz clarinet player & saxophonist Wendell Harrison released a cover of Stevie Wonder's \"Rocket Love\" on his 1980 album Dreams of a Love Supreme.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}