Information about plays

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

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

{
    "id": 3523085,
    "uri": "https://api.kexp.org/v2/plays/3523085/?format=api",
    "airdate": "2025-07-05T18:40:50-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/e06065cb-86f5-411f-8e4c-4e108bca602f/38941663512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e06065cb-86f5-411f-8e4c-4e108bca602f/38941663512-250.jpg",
    "song": "Skin (Kirby’s Dream Debased)",
    "track_id": null,
    "recording_id": "36212875-f49e-42ae-8390-df6052c3e131",
    "artist": "Versing",
    "artist_ids": [
        "d74c3287-3e5c-415f-a752-21737183da93"
    ],
    "album": "From Far It All Seems Small: A Compilation From Seattle’s Underground",
    "release_id": null,
    "release_group_id": "13596ffb-5b13-4927-b3dd-240043d145bc",
    "labels": [
        "KRRecords"
    ],
    "label_ids": [
        "e66d3d4e-6581-41f6-876e-e0be48554544"
    ],
    "release_date": "2024-05-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The legendary Versing on this wonderful compilation of active Seattle rock bands! Listen to the whole thing below:\n\nhttps://spiralxp.bandcamp.com/album/from-far-it-all-seems-small",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}