Information about plays

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

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

{
    "id": 3594001,
    "uri": "https://api.kexp.org/v2/plays/3594001/?format=api",
    "airdate": "2025-12-21T11:37:14-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Xmas (To Whom It May Concern)",
    "track_id": null,
    "recording_id": "85064a6a-d610-45ad-a13b-134e6e7407bd",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Blue Christmas",
    "release_id": null,
    "release_group_id": "08e33e69-4185-42ca-86e1-d67bc9cc188a",
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1962 in NYC with Jimmy Cobb on drums, Wayne Shorter on saxophone, and Bob Dorough on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}