Information about plays

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

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

{
    "id": 3586150,
    "uri": "https://api.kexp.org/v2/plays/3586150/?format=api",
    "airdate": "2025-12-03T05:00:19-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where or When",
    "track_id": null,
    "recording_id": "3c40855c-2897-428c-9788-1f994415306b",
    "artist": "Connee Boswell",
    "artist_ids": [
        "981b9396-fca8-4297-8d97-4421467eab6d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "History"
    ],
    "label_ids": [
        "b098ae8f-5626-458e-a17e-05bbd241545d"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Connee Boswell! Born on this day in 1907. \n\nElla Fitzgerald considered Connee Boswell to be one of her first major influences. In 1934, a teenage Ella Fitzgerald won the Apollo Theater amateur contest by singing a Connee Boswell song.\n\nLearn more about Connee Boswell's life and career here: https://www.ipm.org/show/afterglow/2019-10-31/the-magic-of-connee-boswell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}