Information about plays

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

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

{
    "id": 3665194,
    "uri": "https://api.kexp.org/v2/plays/3665194/?format=api",
    "airdate": "2026-06-08T03:12:36-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1e968af-31ef-49f4-a349-8952010de590/1986988194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1e968af-31ef-49f4-a349-8952010de590/1986988194-250.jpg",
    "song": "Soundmaker Blues",
    "track_id": null,
    "recording_id": "50ee5651-16f4-4cc2-869b-1a1de1e7ee14",
    "artist": "Moggi",
    "artist_ids": [
        "270fa9f0-1623-4e51-b0f8-a5c85bbd4f90"
    ],
    "album": "Tra scienza e fantascienza",
    "release_id": null,
    "release_group_id": "35119dd6-00a8-4dd5-b53c-deb34e352e34",
    "labels": [
        "Omicron"
    ],
    "label_ids": [
        "e03c0e25-324a-4976-b5df-e5b28bb13950"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}