Information about plays

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

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

{
    "id": 3559739,
    "uri": "https://api.kexp.org/v2/plays/3559739/?format=api",
    "airdate": "2025-09-30T18:12:33-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Are You Afraid Of (Dert remix)",
    "track_id": "344a9b61-cf85-3495-99ec-e8c183f1bff0",
    "recording_id": "2891d0db-ca2d-4ff3-9e41-a236d5bf13cb",
    "artist": "West Indian Girl",
    "artist_ids": [
        "918befaf-17dd-4970-93da-e75e0dd41167"
    ],
    "album": "Remixes",
    "release_id": "d260de96-c439-4e73-849b-24a4e16fdf43",
    "release_group_id": "e87c72f7-c986-332f-816e-4e7e2e6503cf",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2006-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dert remixing the 2004 track from West Indian Girl!\n\nLA band West Indian Girl released their album of collab Remixes in 2006 -- with contributions from Richard Fearless, Gabin, Mercir, Mark Sgarbossa, King Britt, and this Dert remix of the song from 2004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}