Information about plays

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

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

{
    "id": 3559984,
    "uri": "https://api.kexp.org/v2/plays/3559984/?format=api",
    "airdate": "2025-10-01T08:04:34-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wires",
    "track_id": "160c7888-ca85-39cf-9e9e-c3f333ac060f",
    "recording_id": "4c86c74a-9214-4440-905b-e56a2a9258e5",
    "artist": "Voyager One",
    "artist_ids": [
        "2b8cfa10-cc42-4ae4-b0d3-5937e03dd239"
    ],
    "album": "Monster Zero",
    "release_id": "a70ffccc-800a-413f-b4a9-96ff49ab3841",
    "release_group_id": "776a6cb7-3878-3407-bd1e-a44fee6ea826",
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "23 years ago today (2002) Seattle artist Voyager One released \"Monster Zero\". Voyager One also released a re-recording of this song in 2023:\nhttps://voyagerone.bandcamp.com/track/wires-2023\nhttps://voyagerone.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}