Information about plays

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

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

{
    "id": 3570111,
    "uri": "https://api.kexp.org/v2/plays/3570111/?format=api",
    "airdate": "2025-10-26T05:36:15-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/269c7027-a35c-416c-8612-25b36c78374b/39230565126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/269c7027-a35c-416c-8612-25b36c78374b/39230565126-250.jpg",
    "song": "Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Alien D",
    "artist_ids": [
        "aff4f209-72f7-4cde-ab06-be97af051afb"
    ],
    "album": "Mediterranean Blue",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kulture Galerie"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The truth is out there - https://kulturegalerie.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}