Information about plays

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

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

{
    "id": 3640927,
    "uri": "https://api.kexp.org/v2/plays/3640927/?format=api",
    "airdate": "2026-04-11T21:21:56-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-7a76f1ce-7ac4-4c47-b830-bc4423bbdb00/mbid-7a76f1ce-7ac4-4c47-b830-bc4423bbdb00-33444717079_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-7a76f1ce-7ac4-4c47-b830-bc4423bbdb00/mbid-7a76f1ce-7ac4-4c47-b830-bc4423bbdb00-33444717079_thumb250.jpg",
    "song": "Motorboat to Hell",
    "track_id": "ae5e45a9-0bfc-3ffc-a2c5-9d74cca9f713",
    "recording_id": "00857164-b522-4130-bf5d-adc2ca84165d",
    "artist": "100 Flowers",
    "artist_ids": [
        "a93649d4-df82-4d63-94f3-548d14f9eab5"
    ],
    "album": "100 Years of Pulchritude",
    "release_id": "7a76f1ce-7ac4-4c47-b830-bc4423bbdb00",
    "release_group_id": "7092de93-e8f9-3a9d-b0cd-46d643060122",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}