Information about plays

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

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

{
    "id": 3569176,
    "uri": "https://api.kexp.org/v2/plays/3569176/?format=api",
    "airdate": "2025-10-24T03:10:49-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7af4f5e-0f5a-4562-92da-80444235e866/37062617891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7af4f5e-0f5a-4562-92da-80444235e866/37062617891-250.jpg",
    "song": "I Got 5 on It (Gumbo Funk remix)",
    "track_id": null,
    "recording_id": "c6f637d1-8360-46af-b8c6-acf0dd324c78",
    "artist": "Luniz",
    "artist_ids": [
        "a8863d65-6f1e-43b0-b480-7dd85fd8339e"
    ],
    "album": "I Got 5 on It",
    "release_id": null,
    "release_group_id": "8f67fa1b-d2d9-34dc-aa44-177a50632d55",
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1995-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3am Five Decade Time Machine. 1995!\n\nRemix sampling The Isley Brothers' \"Between the Sheets,\" which everyone seemed to be sampling in 1994-1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}