Information about plays

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

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

{
    "id": 3553986,
    "uri": "https://api.kexp.org/v2/plays/3553986/?format=api",
    "airdate": "2025-09-17T00:57:07-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://coverartarchive.org/release/b43fd275-cede-4b34-a9e4-f20776f28b7e/27126680756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b43fd275-cede-4b34-a9e4-f20776f28b7e/27126680756-250.jpg",
    "song": "A Deeper Love (Sam Halabi radio remix)",
    "track_id": null,
    "recording_id": "8997d66e-375e-4249-9d3d-28ee30e6fe16",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "A Deeper Love (Sam Halabi radio remix)",
    "release_id": null,
    "release_group_id": "b51d9081-be79-4056-bafb-1893184ff487",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the final song for MIchele's sets tonight. Aretha the Queen remixed by the talented Sam Halabi. \nhttps://www.arethafranklin.net/\nhttps://www.allmusic.com/artist/sam-halabi-mn0003735251",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}