Information about plays

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

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

{
    "id": 3600001,
    "uri": "https://api.kexp.org/v2/plays/3600001/?format=api",
    "airdate": "2026-01-04T04:40:30-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Million",
    "track_id": "abcac32b-3a75-4d20-86a8-c65325ce1a18",
    "recording_id": "4e7c7e69-0573-4597-a848-4ab3d13ad8b6",
    "artist": "Rocket",
    "artist_ids": [
        "9563966d-ca18-44f7-9d72-87a1fe27ae9d"
    ],
    "album": "R is for Rocket",
    "release_id": "f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2",
    "release_group_id": "83220b6e-12d8-4de9-b0ee-e86d5d5326df",
    "labels": [
        "Transgressive Records",
        "Canvasback Music"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e",
        "d563e39c-2779-456e-ad6a-3703365ab3bc"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ris for Rocket\" is the debut album from this L.A. quartet, composed of Alithea Tuttle (vocals, bass), Baron Rinzler (Guitar), Cooper Ladomade (Drums) and Desi Scaglione (Guitar).  Go here to buy it: https://rockettheband.bandcamp.com/album/r-is-for-rocket",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}