Information about plays

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

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

{
    "id": 3572379,
    "uri": "https://api.kexp.org/v2/plays/3572379/?format=api",
    "airdate": "2025-10-31T23:08:17-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2b98acd-cdb8-42d0-a52a-43b23dc00dec/18986571815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2b98acd-cdb8-42d0-a52a-43b23dc00dec/18986571815-250.jpg",
    "song": "The Mask",
    "track_id": null,
    "recording_id": "e79d838a-2126-408d-ad03-a9f5fadfa28e",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": null,
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}