Information about plays

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

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

{
    "id": 3523711,
    "uri": "https://api.kexp.org/v2/plays/3523711/?format=api",
    "airdate": "2025-07-07T01:27:02-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/68613223-6c5e-4ddc-a705-3353c62bc3f4/2888878184-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68613223-6c5e-4ddc-a705-3353c62bc3f4/2888878184-250.jpg",
    "song": "Without You",
    "track_id": null,
    "recording_id": "1394f61d-db22-43c2-ab4d-827c9959e39e",
    "artist": "The Horace Silver Quintet",
    "artist_ids": [
        "e9ac5139-2da0-4f00-9ac2-c713e3813ff4"
    ],
    "album": "Horace-Scope",
    "release_id": null,
    "release_group_id": "338faf04-14f4-341a-b363-7bbd2b0817db",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1960-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Horace Silver's vast discography traverses into different phases, quintets, trios. This Quintet session from 1960 includes Blue Mitchell, Junior Cook, Gene Taylor and Roy Brooks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}