Information about plays

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

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

{
    "id": 3568656,
    "uri": "https://api.kexp.org/v2/plays/3568656/?format=api",
    "airdate": "2025-10-22T21:05:10-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c54cee5-ead5-4bb1-9716-e07e19e3ce4d/28827802809-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c54cee5-ead5-4bb1-9716-e07e19e3ce4d/28827802809-250.jpg",
    "song": "Windowpane",
    "track_id": null,
    "recording_id": "42a311b0-afe6-4173-8505-700f369d3fc9",
    "artist": "Mild High Club",
    "artist_ids": [
        "5e9adbe9-5721-4d66-88e4-0e3ff7129f1c"
    ],
    "album": "Timeline",
    "release_id": null,
    "release_group_id": "38ea56a3-872b-4b33-95a6-c14925842309",
    "labels": [
        "Circle Star Records"
    ],
    "label_ids": [
        "79778f62-dd69-4bf7-97e1-d9853d88171f"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the first Mild High Club album.\n\nMild High Club is Alexander Brettin. https://www.stonesthrow.com/artist/mildhighclub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}