Information about plays

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

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

{
    "id": 3636567,
    "uri": "https://api.kexp.org/v2/plays/3636567/?format=api",
    "airdate": "2026-04-01T19:36:10-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/44514482-c3a3-3f26-9f75-356241ba4a3f/15210712945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44514482-c3a3-3f26-9f75-356241ba4a3f/15210712945-250.jpg",
    "song": "Les Fleur",
    "track_id": null,
    "recording_id": "f54a1f4d-2e9e-4dd0-ac0d-542e6225da72",
    "artist": "Minnie Riperton",
    "artist_ids": [
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "Come to My Garden",
    "release_id": null,
    "release_group_id": "b35364f0-72f4-39f7-a563-adc9daf620d1",
    "labels": [
        "GRT"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For all of these simple things and much more\nA flower was born\nIt blooms to spread love and joy, faith and hope\nTo people forlorn\nInside every man, lives the seed of a flower\nIf he looks within, he finds beauty and power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}