Information about plays

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

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

{
    "id": 3582375,
    "uri": "https://api.kexp.org/v2/plays/3582375/?format=api",
    "airdate": "2025-11-24T13:04:33-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "https://ia801007.us.archive.org/28/items/mbid-7df3908e-3bb2-403f-8a10-c505c1d76deb/mbid-7df3908e-3bb2-403f-8a10-c505c1d76deb-42630819224_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-7df3908e-3bb2-403f-8a10-c505c1d76deb/mbid-7df3908e-3bb2-403f-8a10-c505c1d76deb-42630819224_thumb250.jpg",
    "song": "Dime",
    "track_id": "718bd625-7048-4024-beb8-ae13b37da31f",
    "recording_id": "8285f1d8-04ef-4fad-9b58-00354ab3230d",
    "artist": "Silvana Estrada",
    "artist_ids": [
        "d306c4dc-f9c9-4ec6-aa74-2e2a7210537f"
    ],
    "album": "Vendrán Suaves Lluvias",
    "release_id": "7df3908e-3bb2-403f-8a10-c505c1d76deb",
    "release_group_id": "54308aa2-1277-4e9d-8e75-43d0845001b8",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Silvana Estrada performing live in the KEXP studio back in February, 2022!\nhttps://www.youtube.com/watch?v=WHCyOp4xEsY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}