Information about plays

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

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

{
    "id": 3561734,
    "uri": "https://api.kexp.org/v2/plays/3561734/?format=api",
    "airdate": "2025-10-05T18:31:16-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When I Gave You My Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mark III",
    "artist_ids": [],
    "album": "Love Is",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fleetwood Records"
    ],
    "label_ids": [
        "855d2ccb-a575-4121-bf96-23aae7029776"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mark III released \"When I Gave You My Love\" on the 1978 album, Love Is, with Fleetwood Records.\n\nDonate to KEXP right now at any amount, and receive the Black Embroidered Trucker Hat as a special thank-you gift! This item is only available for a limited time and in limited quantity, so donate now at kexp.org/donate.\n\nEvery little bit helps!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}