Information about plays

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

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

{
    "id": 3650539,
    "uri": "https://api.kexp.org/v2/plays/3650539/?format=api",
    "airdate": "2026-05-04T16:02:17-07:00",
    "show": 66631,
    "show_uri": "https://api.kexp.org/v2/shows/66631/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maiden Voyage",
    "track_id": null,
    "recording_id": "7b486d22-ade1-4d61-940b-334071aad0cf",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Maiden Voyage",
    "release_id": null,
    "release_group_id": "c5e5e8ad-dc89-319e-8b2d-b3ff5e59fcea",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1965-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maiden Voyage is the fifth album led by jazz musician Herbie Hancock, and was recorded by Rudy Van Gelder on March 17, 1965, for Blue Note Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}