Information about plays

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

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

{
    "id": 3596010,
    "uri": "https://api.kexp.org/v2/plays/3596010/?format=api",
    "airdate": "2025-12-25T21:33:28-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/1622e28b-1ae6-44dd-b13b-ed79dbc219af/17987815060-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1622e28b-1ae6-44dd-b13b-ed79dbc219af/17987815060-250.jpg",
    "song": "Tao",
    "track_id": null,
    "recording_id": "1969b432-4ccb-4a30-ab3e-4e886094f6d7",
    "artist": "Sampaguita",
    "artist_ids": [
        "57ee82d0-d858-42d0-af1f-817109f06a4b"
    ],
    "album": "18 Greatest Hits Sampaguita",
    "release_id": null,
    "release_group_id": "ef1689c2-e703-47a1-8e2b-08d9d7f336a1",
    "labels": [
        "Vicor Music Corporation"
    ],
    "label_ids": [
        "a2e2289f-0e7b-4542-b78c-6af7e958e5cf"
    ],
    "release_date": "2010-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampaguita is like the Joan Jett of the Philippines: https://www.philstar.com/entertainment/2014/04/08/1309996/sampaguita-reluctant-pinoy-rock-goddess.  Fun fact: this is one of Jewel's go-to Karaoke tunes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}