Information about plays

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

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

{
    "id": 3658887,
    "uri": "https://api.kexp.org/v2/plays/3658887/?format=api",
    "airdate": "2026-05-24T07:29:29-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "https://coverartarchive.org/release/2611aa10-1361-494a-8147-79040af82dea/44381446107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2611aa10-1361-494a-8147-79040af82dea/44381446107-250.jpg",
    "song": "Swirl",
    "track_id": null,
    "recording_id": "f5196e67-a9b1-4b01-be76-0776fffefb41",
    "artist": "Visible Cloaks",
    "artist_ids": [
        "93e8198b-697e-4dd3-b5f5-1718114aaee5"
    ],
    "album": "Paradessence",
    "release_id": null,
    "release_group_id": "88fa3dc9-c482-4c79-8f2c-20895b1b83fe",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the mesmerizing third full-length album from Portland-basd duo Visible Cloaks ~ https://visiblecloaks.bandcamp.com/album/paradessence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}