Information about plays

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

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

{
    "id": 3542069,
    "uri": "https://api.kexp.org/v2/plays/3542069/?format=api",
    "airdate": "2025-08-19T12:50:23-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "https://ia600907.us.archive.org/31/items/mbid-d73f3127-8750-423d-ba0e-304aa8803069/mbid-d73f3127-8750-423d-ba0e-304aa8803069-42289846371_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/31/items/mbid-d73f3127-8750-423d-ba0e-304aa8803069/mbid-d73f3127-8750-423d-ba0e-304aa8803069-42289846371_thumb250.jpg",
    "song": "River of Deceit",
    "track_id": "72e42bc3-4b9c-387e-9c5a-6b071197c646",
    "recording_id": "6c78a917-534b-4b6d-880b-e758783e6242",
    "artist": "Mad Season",
    "artist_ids": [
        "bfd085b8-0bbf-46b3-8ab9-193bca5c85e7"
    ],
    "album": "Above",
    "release_id": "d73f3127-8750-423d-ba0e-304aa8803069",
    "release_group_id": "dfd71e05-6a88-3fed-87be-a09d466766e5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the one and only album of this PNW supergroup consisting of guitarist Mike McCready of Pearl Jam, lead singer Layne Staley of Alice in Chains, drummer Barrett Martin of Screaming Trees, and bassist John Baker Saunders.\n--\nHere's a live performance from the Moore Theatre in Seattle (1995) https://www.youtube.com/watch?v=StqioKCPqF8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}