Information about plays

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

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

{
    "id": 3641115,
    "uri": "https://api.kexp.org/v2/plays/3641115/?format=api",
    "airdate": "2026-04-12T08:21:49-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "https://coverartarchive.org/release/70dea9cc-3a4b-4141-be11-dc48014e14a0/44822598532-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70dea9cc-3a4b-4141-be11-dc48014e14a0/44822598532-250.jpg",
    "song": "Navigation VII",
    "track_id": null,
    "recording_id": "2a77c3de-cdce-432f-9002-0118bb377d22",
    "artist": "Flore Laurentienne",
    "artist_ids": [
        "a4348a7e-0964-4dd6-80a2-02af06afddb4"
    ],
    "album": "Volume III",
    "release_id": null,
    "release_group_id": "a1b0995f-3a1f-4ab8-a530-ba9d24f20a58",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Penultimate piece off the excellent new third album from Montreal-based artist Flore Laurentienne ~ https://florelaurentienne.bandcamp.com/album/volume-iii-2 :: \nWatch Flore Laurentienne's most recent Live on KEXP session here: https://www.youtube.com/watch?v=esgUasbxIFg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}