Information about plays

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

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

{
    "id": 3543788,
    "uri": "https://api.kexp.org/v2/plays/3543788/?format=api",
    "airdate": "2025-08-23T15:44:34-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6208943-3163-43fe-92b8-186bfe61759e/38578604193-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6208943-3163-43fe-92b8-186bfe61759e/38578604193-250.jpg",
    "song": "Destination Illumination (Lovetempo Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "GIFT",
    "artist_ids": [
        "e538319d-a827-4bca-aefb-61f40ab74181"
    ],
    "album": "Wish Me Away",
    "release_id": null,
    "release_group_id": "f3332428-c7dc-440b-aa55-a8829c6ad5d8",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice remix EP of the NYC band's excellent 2024 full-length Illuminator - https://giftbandnyc.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}