Information about plays

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

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

{
    "id": 3616504,
    "uri": "https://api.kexp.org/v2/plays/3616504/?format=api",
    "airdate": "2026-02-12T08:23:24-08:00",
    "show": 65912,
    "show_uri": "https://api.kexp.org/v2/shows/65912/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d56c9be-1bea-3fbe-ba5b-c25c204b3624/37771099105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d56c9be-1bea-3fbe-ba5b-c25c204b3624/37771099105-250.jpg",
    "song": "Close (to the Edit)",
    "track_id": null,
    "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": null,
    "release_group_id": "a989c2cb-1331-3006-8e01-23e1d7530b75",
    "labels": [
        "ZTT"
    ],
    "label_ids": [
        "ed845c80-883e-4569-9d11-2f40117ab840"
    ],
    "release_date": "1984-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "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"
}