Information about plays

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

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

{
    "id": 3548120,
    "uri": "https://api.kexp.org/v2/plays/3548120/?format=api",
    "airdate": "2025-09-02T19:58:38-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecada176-180a-4723-8eb9-1971e14ad253/37419868606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecada176-180a-4723-8eb9-1971e14ad253/37419868606-250.jpg",
    "song": "Fa Sol La",
    "track_id": null,
    "recording_id": "3c4b73c9-a0cd-44fe-9d69-252cfe5a6952",
    "artist": "Sababa 5",
    "artist_ids": [
        "f24158d2-5095-4ecd-89e9-9e34fadd8e0a"
    ],
    "album": "Aspan",
    "release_id": null,
    "release_group_id": "38bf5457-167e-4ed7-ae39-af08d6b7348e",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Aspan\" is the second full-length from Sababa 5. \"Fa Sol La\" follows suit, named simply after its bass-led melody and Middle-Eastern grooves. The lively drumbeat and catchy riffs exude an upbeat energy that's bound to induce joyous reactions from listeners. Around the two-thirds mark, a dreamy guitar interlude elevates tension before easing into a shift towards a more progressive and rhythmic direction. \n\nhttps://sababa5.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}