Information about plays

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

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

{
    "id": 3571851,
    "uri": "https://api.kexp.org/v2/plays/3571851/?format=api",
    "airdate": "2025-10-30T14:16:10-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close Your Eyes and Remember",
    "track_id": null,
    "recording_id": "ba7bbb14-078e-4f54-a9fb-e7aab37ba7a0",
    "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": [
        "Magnum"
    ],
    "label_ids": [
        "c5302da5-607c-4313-bb71-b5fff78023ab"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This gorgeous song was co-written by Riperton's husband, Richard Rudolph, and Charles Stepney.\n--\nDr. Octagon sampled the vocals for his song \"Blue Flowers.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}