Information about plays

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

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

{
    "id": 3621358,
    "uri": "https://api.kexp.org/v2/plays/3621358/?format=api",
    "airdate": "2026-02-23T17:03:00-08:00",
    "show": 66013,
    "show_uri": "https://api.kexp.org/v2/shows/66013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Tall",
    "track_id": null,
    "recording_id": "e5b71f0c-059b-4b32-9a2a-ec580342d77c",
    "artist": "Cannonball Adderley Quintet",
    "artist_ids": [
        "19a4c591-7a8d-4792-b465-6955346be1df"
    ],
    "album": "74 Miles Away",
    "release_id": null,
    "release_group_id": "643fd9d8-27a0-362b-82ca-8cd0e97af747",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "feat. Jesse Jackson. sampled in Footprints by A Tribe Calle Quest.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}