Information about plays

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

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

{
    "id": 3570112,
    "uri": "https://api.kexp.org/v2/plays/3570112/?format=api",
    "airdate": "2025-10-26T05:41:41-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e37c575-37fe-4663-8cc8-941e175dd742/16377741166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e37c575-37fe-4663-8cc8-941e175dd742/16377741166-250.jpg",
    "song": "The Departure Lounge",
    "track_id": null,
    "recording_id": null,
    "artist": "Eugene Pascal",
    "artist_ids": [],
    "album": "The Departure Lounge",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KANN"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're arriving... but we're also departing... https://kann.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}