Information about plays

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

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

{
    "id": 3592891,
    "uri": "https://api.kexp.org/v2/plays/3592891/?format=api",
    "airdate": "2025-12-19T01:41:12-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://coverartarchive.org/release/d06e0354-bede-494a-a463-7850422711fd/6260452909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d06e0354-bede-494a-a463-7850422711fd/6260452909-250.jpg",
    "song": "Horizon Drive",
    "track_id": null,
    "recording_id": "a66dbbf5-f03a-4325-b4ef-451fbeb7e445",
    "artist": "Vic Juris",
    "artist_ids": [
        "8f9055c1-449f-4ee3-b943-78bdaa1995dd"
    ],
    "album": "Horizon Drive",
    "release_id": null,
    "release_group_id": "1d9f2d06-14d2-3586-a5c8-c881ea9fe05c",
    "labels": [
        "Muse Records"
    ],
    "label_ids": [
        "ab638631-3198-4dba-846e-cd6bbc1e198f"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\n\nVic Juris, a master of the jazz guitar, died at age 66 on December 31, 2019: https://jazztimes.com/features/tributes-and-obituaries/vic-juris-1953-2019/\n--\nGang Starr sampled \"Horizon Drive\" for \"Mass Appeal.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}