Information about plays

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

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

{
    "id": 3563096,
    "uri": "https://api.kexp.org/v2/plays/3563096/?format=api",
    "airdate": "2025-10-09T16:10:01-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3a5335f-3739-42e9-b755-6f944a5f427a/10246499760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3a5335f-3739-42e9-b755-6f944a5f427a/10246499760-250.jpg",
    "song": "Should Have Known Better",
    "track_id": null,
    "recording_id": "2a0e1c29-5c09-49ad-b6ec-4a08788f7dc6",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Carrie & Lowell",
    "release_id": null,
    "release_group_id": "21666540-83c8-4c54-9be1-0363a0848f33",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#151...\n\nSufjan Stevens remains embarrassed by the raw grief of the 2015 album devoted to his late mother. He calls it “painful, humiliating, and an utter miscarriage of bad intentions.” \nRead more in this review: https://pitchfork.com/reviews/albums/sufjan-stevens-carrie-and-lowell-10th-anniversary-edition/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}