Information about plays

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

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

{
    "id": 3525527,
    "uri": "https://api.kexp.org/v2/plays/3525527/?format=api",
    "airdate": "2025-07-11T10:41:53-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cedar Room",
    "track_id": "6051f327-2ce1-33f3-8f4c-248278273eca",
    "recording_id": "51993bf7-4421-4e55-a1bd-d005717203c2",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "398f5939-cd4d-4099-87a6-3e68a4760072",
    "release_group_id": "ae6595fb-a53c-340f-97a1-cff821300fec",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first single from Doves' debut album, Lost Souls, in 2000.  Fifteen years later, Jimi Goodwin and Andy Williams talked about its recording, their role in the Manchester music scene, and more: https://nbhap.com/sounds/doves-lost-souls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}