Information about plays

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

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

{
    "id": 3635038,
    "uri": "https://api.kexp.org/v2/plays/3635038/?format=api",
    "airdate": "2026-03-29T07:38:12-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?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": "Shapes (Feat. Yoshio Ojima and Satsuki Shibano)",
    "track_id": null,
    "recording_id": null,
    "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": [],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Early single off the forthcoming third album from Portland-based duo Visible Cloaks ~ https://visiblecloaks.bandcamp.com/album/paradessence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}