Information about plays

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

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

{
    "id": 3596349,
    "uri": "https://api.kexp.org/v2/plays/3596349/?format=api",
    "airdate": "2025-12-26T16:45:01-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Your Radio",
    "track_id": null,
    "recording_id": "9726da51-7702-4ca2-a206-25c811a1835a",
    "artist": "The Boss Martians",
    "artist_ids": [
        "b38353d8-a34d-4947-8f03-9a4ef3195b07"
    ],
    "album": "The Set-Up",
    "release_id": null,
    "release_group_id": "7e168dde-126c-3e2b-a7fb-60d54482b213",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-10-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Another Seattle classic\nAnd yes, for the moment I am in fact your radio!\n\nhttps://thebossmartians.bandcamp.com/\nhttps://www.instagram.com/thebossmartians/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}