Information about plays

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

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

{
    "id": 3554734,
    "uri": "https://api.kexp.org/v2/plays/3554734/?format=api",
    "airdate": "2025-09-18T20:28:42-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/90954cfb-29df-49f6-8921-e44453b01ee3/31024086502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90954cfb-29df-49f6-8921-e44453b01ee3/31024086502-250.jpg",
    "song": "ESPRESSO",
    "track_id": null,
    "recording_id": "d6d859f4-a35e-4415-9900-aecc0a09a311",
    "artist": "小林泉美",
    "artist_ids": [
        "6b60a6d5-dc9b-4fd8-8ff7-aa8bfe527131"
    ],
    "album": "TROPICANA",
    "release_id": null,
    "release_group_id": "c3ce7925-5df1-440c-ab27-fe5e3c1e73f2",
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "1983-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A luminous soul with an indefatigable love for music, few artists have had careers as varied and successful as Izumi ‘Mimi’ Kobayashi. One of Japan’s leading jazz-funk pianists, she wrote and recorded cult albums with fusion legends at home and abroad. Obsessed with new electronic instruments, she penned some of the country’s most well-known TV themes and pioneered the use of drum machines in anime soundtracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}