Information about plays

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

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

{
    "id": 3629593,
    "uri": "https://api.kexp.org/v2/plays/3629593/?format=api",
    "airdate": "2026-03-16T04:36:54-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?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": "Le Fleur",
    "track_id": null,
    "recording_id": "890d1b31-cdc9-4dbb-a140-adcbe01de2b8",
    "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": [
        "Essential Media Group"
    ],
    "label_ids": [
        "5dbbc618-930d-447a-a915-09772f9d0c65"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}