Information about plays

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

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

{
    "id": 3596138,
    "uri": "https://api.kexp.org/v2/plays/3596138/?format=api",
    "airdate": "2025-12-26T05:37:57-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Heard It Through the Grapevine",
    "track_id": "73eb87a4-4820-365a-9adf-badb9166d12c",
    "recording_id": "98607ec9-ba33-4244-a0aa-1830c8476117",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Typical Girls",
    "release_id": "058aefde-1963-4778-8e22-d47f05b7a040",
    "release_group_id": "d16f02a0-4b1e-3301-8b52-4ab7f6b0cce4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 70th birthday today to Paloma McLardy (aka Palmolive), Spanish drummer and songwriter who was a member of The Slits and the Raincoats, both early punk bands in the London scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}