Information about plays

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

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

{
    "id": 3521482,
    "uri": "https://api.kexp.org/v2/plays/3521482/?format=api",
    "airdate": "2025-07-02T02:56:31-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia803208.us.archive.org/32/items/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb-37619342018_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/32/items/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb/mbid-2ee7b63f-a359-4081-a5b1-118983c3a5eb-37619342018_thumb250.jpg",
    "song": "To Be Alone With You",
    "track_id": "3d124a7e-bcbd-3544-a84c-9a527ea446a5",
    "recording_id": "27a009d5-5abb-448d-a929-cc6adf44a166",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Seven Swans",
    "release_id": "2ee7b63f-a359-4081-a5b1-118983c3a5eb",
    "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": "Happy 50th Birthday to Sufjan born on July 1st, 1975. \n\nFun Fact! Sufjan is an Arabic or Persian name meaning \"comes with a sword\". The name was given to Sufjan Stevens by the founder of Subud, an inter-faith spiritual community that his parents belonged to when he was born.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}