Information about plays

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

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

{
    "id": 3597626,
    "uri": "https://api.kexp.org/v2/plays/3597626/?format=api",
    "airdate": "2025-12-29T13:44:44-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. E’s Beautiful Blues",
    "track_id": "400decfe-1dc5-4b0d-aa25-d37e60a88f8b",
    "recording_id": "c0dff703-35bb-48a2-854c-8cd2f06da9a2",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Daisies of the Galaxy",
    "release_id": "ada01f67-b1dd-441e-aa5b-ab82513c889c",
    "release_group_id": "ea5f23b9-55b0-3838-b25f-88a9eaf4addb",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Mr. E’s Beautiful Blues” is a song that features Mark Everett’s trademark humor and surreal storytelling. The “Mr E” mentioned in the title is Mark himself, known by his fans as “E”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}