Information about plays

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

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

{
    "id": 3575966,
    "uri": "https://api.kexp.org/v2/plays/3575966/?format=api",
    "airdate": "2025-11-09T10:17:19-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/bed9e9dc-da3c-4764-ae2c-3d3c5fcb48f1/8119397579-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bed9e9dc-da3c-4764-ae2c-3d3c5fcb48f1/8119397579-250.jpg",
    "song": "Grand Ennui",
    "track_id": null,
    "recording_id": "2e1989e5-6161-4ed7-87c7-8214e5925ede",
    "artist": "Michael Nesmith and The First National Band",
    "artist_ids": [
        "ebbcd8e8-4c7d-467a-b761-d5fb391c8baf"
    ],
    "album": "Nevada Fighter",
    "release_id": null,
    "release_group_id": "d2f233a2-49c7-4c67-b53f-6c1021e20759",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The final installment of his American trilogy, the former Monkee invited members of Elvis’ ‘70 touring band and members of the Wrecking Crew to be part of his First National Band for this album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}