Information about plays

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

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

{
    "id": 3555001,
    "uri": "https://api.kexp.org/v2/plays/3555001/?format=api",
    "airdate": "2025-09-19T12:30:32-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Victims of the Pleasure of the Sense of Hearing",
    "track_id": "cb36cccb-9449-4ab6-870c-97b32e99e70b",
    "recording_id": "4a8f6cb9-4b7f-4c66-8b5f-133b4832ae53",
    "artist": "The Lights",
    "artist_ids": [
        "8fa5800e-055a-4c72-9704-62173a2f08a0"
    ],
    "album": "Beautiful Bird",
    "release_id": "79395de3-87f2-4024-a3c3-81cca062557f",
    "release_group_id": "ed7cadd0-abc7-497f-bd60-bef65a9c8a49",
    "labels": [
        "Bop Tart Records"
    ],
    "label_ids": [
        "e970018b-8361-4a8d-8f88-ccb0c3e826eb"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from the Seattle band's 2003 Beautiful Bird album. The album was finally released on vinyl for the first time in 2024 by Swingline Records and Wantage Records. You can get a copy, or a digital download, here: \nhttps://the-lights.bandcamp.com/album/beautiful-bird",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}