Information about plays

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

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

{
    "id": 3600145,
    "uri": "https://api.kexp.org/v2/plays/3600145/?format=api",
    "airdate": "2026-01-04T12:48:31-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chévere Cambur Pinton",
    "track_id": "e4092512-dfc4-430f-ae3f-5b518c04f3c1",
    "recording_id": "7c37caaf-4130-4068-a786-d6d51d4e827d",
    "artist": "Caribombo",
    "artist_ids": [
        "19fbb2e1-b65b-4950-a844-b1b2f55fe531"
    ],
    "album": "Barrio Popular",
    "release_id": "972a5495-7bdf-4551-9254-512c3bae3849",
    "release_group_id": "c15227c5-afcc-49ae-88a8-20b6f1ac3676",
    "labels": [
        "Galletas Calientes"
    ],
    "label_ids": [
        "d685bb19-9bd2-4fa9-9f9e-fae9a3eecdde"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born of a Colombian father and a Venezuelan mother, Carlos \"Caribombo\" Guillen is a percussionist, DJ and producer hailing from Maracaibo, Venezuela.\n\nhttps://caribombo.bandcamp.com/album/barrio-popular\nhttps://www.caribombo.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}