Information about plays

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

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

{
    "id": 3576618,
    "uri": "https://api.kexp.org/v2/plays/3576618/?format=api",
    "airdate": "2025-11-11T00:38:03-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/4efa407b-4fed-4b21-a5b7-b542f6233e6b/36772923877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4efa407b-4fed-4b21-a5b7-b542f6233e6b/36772923877-250.jpg",
    "song": "Boba",
    "track_id": null,
    "recording_id": null,
    "artist": "PVAS",
    "artist_ids": [
        "e20f52f0-6d24-4535-a65c-5ebc38044e6e"
    ],
    "album": "Slipstream",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kapsela"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Which flavour 'ya sipping on in the slipstream? - https://pvas.bandcamp.com/album/slipstream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}