Information about plays

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

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

{
    "id": 3573892,
    "uri": "https://api.kexp.org/v2/plays/3573892/?format=api",
    "airdate": "2025-11-04T11:25:13-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "https://ia800107.us.archive.org/24/items/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4-10297660001_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/24/items/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4-10297660001_thumb250.jpg",
    "song": "Close (to the Edit)",
    "track_id": "5a76030b-4390-35bb-8535-24b6f3c38ccb",
    "recording_id": "71f97f6d-fe53-4594-b465-c9d7e6e72f8d",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "(Who's Afraid Of?) The Art of Noise!",
    "release_id": "98bdd77a-de89-36dd-8e91-9a3e7d232ad4",
    "release_group_id": "a989c2cb-1331-3006-8e01-23e1d7530b75",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples two songs from Yes--the vocals from \"Leave It' and the sound effects from \"Owner of a Lonely Heart.\"\n--\nAnne Dudley and Paul Moarley talked about how they made \"Close (to the Edit)\": https://www.theguardian.com/music/2018/jul/03/how-we-made-art-of-noise-close-to-the-edit-anne-dudley-paul-morley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}