Information about plays

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

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

{
    "id": 3594506,
    "uri": "https://api.kexp.org/v2/plays/3594506/?format=api",
    "airdate": "2025-12-22T14:38:24-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus",
    "track_id": "a5374861-d993-42e5-af70-cceaa881beeb",
    "recording_id": "e8217ab6-b130-47ca-abb3-1563973f8380",
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "The Ultimate Sonics (The Etiquette Collection)",
    "release_id": "9dedbbbf-1f66-4f97-9a8a-896648136ed5",
    "release_group_id": "eeb35de0-2408-4bc7-942c-046ae7f1b35d",
    "labels": [
        "Etiquette Records"
    ],
    "label_ids": [
        "c0a6b765-cfb2-4f9e-ab36-f50e86f714b5"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Sonics' \"Santa Claus\" is essentially a re-purposed version of the Don and Dewey's song \"Farmer John.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}