Information about plays

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

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

{
    "id": 3588898,
    "uri": "https://api.kexp.org/v2/plays/3588898/?format=api",
    "airdate": "2025-12-09T11:58:11-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Grow and You'll See The Fruit",
    "track_id": null,
    "recording_id": null,
    "artist": "Dry Cleaning",
    "artist_ids": [],
    "album": "Secret Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-01-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is one of the first tracks written for Secret Love and is inspired by 60s folk act Pentangle, 2001: A Space Odyssey, ancient Roman poet Virgil and musician Robyn Rocket.\nFlorence Shaw says, “The song is about hyper focus and loneliness. It's confessional, like a diary entry, written in a stream of consciousness style.\"\nSee the video for \"Let Me Grown and You'll See The Fruit\": https://www.youtube.com/watch?v=WcWazVsxibo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}