Information about plays

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

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

{
    "id": 3564395,
    "uri": "https://api.kexp.org/v2/plays/3564395/?format=api",
    "airdate": "2025-10-13T01:01:08-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a083673-34eb-41a1-9c45-1137d53812b0/9627520695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a083673-34eb-41a1-9c45-1137d53812b0/9627520695-250.jpg",
    "song": "Goin’ Down South",
    "track_id": null,
    "recording_id": "2e550e8f-3cf0-4dd0-a48b-78996dab2d3e",
    "artist": "Bobby Hutcherson-Harold Land Quintet",
    "artist_ids": [
        "2975691d-e859-456c-b9f0-4c2f7c7b1d7c"
    ],
    "album": "San Francisco",
    "release_id": null,
    "release_group_id": "c6a6b9fd-1b41-3d69-baa2-f4e54dd297b6",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}