Information about plays

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

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

{
    "id": 3552946,
    "uri": "https://api.kexp.org/v2/plays/3552946/?format=api",
    "airdate": "2025-09-14T12:08:11-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Malanga (Kenny Dope remix)",
    "track_id": "6e76d03f-5ff5-44e3-aa10-f8b03c94f3b2",
    "recording_id": "e7f1c65b-0e3d-41c1-ab15-6475e90b7bcc",
    "artist": "Bobby Hutcherson",
    "artist_ids": [
        "edbe5d7f-9511-4dfe-847a-8fe19080caaf"
    ],
    "album": "Beats and Pieces, Volume Three",
    "release_id": "4cc9f81f-adf0-45fc-ade9-b8e5dd1461cb",
    "release_group_id": "1f0e4b65-be3e-4f26-9ef6-ea185ea4f204",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beats and Pieces, Volume Three is a compilation album released on the UK label BBE.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}