Information about plays

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

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

{
    "id": 3607204,
    "uri": "https://api.kexp.org/v2/plays/3607204/?format=api",
    "airdate": "2026-01-21T12:13:26-08:00",
    "show": 65715,
    "show_uri": "https://api.kexp.org/v2/shows/65715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mermaid Smiled",
    "track_id": "0833ae4e-2eb5-3378-acd5-7f7f63e7302c",
    "recording_id": "be38a64e-050e-44d6-a180-e167726fc397",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Skylarking",
    "release_id": "f5d19eca-d889-40cd-9182-fd3ab9a8a83b",
    "release_group_id": "507d4ab2-03f0-3b8a-a076-cb37d0f970c7",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mermaid Smiled\" is a song by Andy Partridge. It originally appeared on the 1986 album Skylarking, but the unexpected success of \"Dear God\" meant placing the latter on the album; \"Mermaid Smiled\" was chosen to be taken off to fit it. It would later be included on the odds-and-ends compilation Rag and Bone Buffet, and re-releases of Skylarking would re-include the song.\n\nhttps://bitly.ws/YJCb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}