Information about plays

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

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

{
    "id": 3547400,
    "uri": "https://api.kexp.org/v2/plays/3547400/?format=api",
    "airdate": "2025-09-01T02:56:17-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed96bf9d-d8d8-4265-8c17-61f62283a4a0/19824600187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed96bf9d-d8d8-4265-8c17-61f62283a4a0/19824600187-250.jpg",
    "song": "Glistening Glyndebourne",
    "track_id": null,
    "recording_id": "5252eb99-a443-4ece-bdcf-9547b8f9f177",
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "Bless the Weather",
    "release_id": null,
    "release_group_id": "c1bb15fd-bea2-343e-a1ea-e992d8024eb9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1971-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Folk, jazz, pop, World Music, Early Electronic and Reggae is a brief overview of the world of sounds John Martyn covers. Known for his personal friendship with Nick Drake.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}