Information about plays

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

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

{
    "id": 3562320,
    "uri": "https://api.kexp.org/v2/plays/3562320/?format=api",
    "airdate": "2025-10-07T10:30:19-07:00",
    "show": 64771,
    "show_uri": "https://api.kexp.org/v2/shows/64771/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ee7b63f-a359-4081-a5b1-118983c3a5eb/37619342018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ee7b63f-a359-4081-a5b1-118983c3a5eb/37619342018-250.jpg",
    "song": "To Be Alone With You",
    "track_id": null,
    "recording_id": "27a009d5-5abb-448d-a929-cc6adf44a166",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Seven Swans",
    "release_id": null,
    "release_group_id": "9c034a12-db0e-3bc1-b3ed-e74e7ffa92b1",
    "labels": [
        "Sounds Familyre"
    ],
    "label_ids": [
        "03301826-59da-4f95-b311-e87f713c158d"
    ],
    "release_date": "2004-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#455 in the countdown of listeners' all-time favorite albums...\n--\n\"I'd swim across Lake Michigan\nI'd sell my shoes\nI'd give my body to be back again\nIn the rest of the room...\" \nHere are the lyrics to this song about sacrificing for love: https://genius.com/Sufjan-stevens-to-be-alone-with-you-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}