Information about plays

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

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

{
    "id": 3586051,
    "uri": "https://api.kexp.org/v2/plays/3586051/?format=api",
    "airdate": "2025-12-02T23:47:28-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody's Talkin'",
    "track_id": "c7467fe0-6508-36bf-8610-e6d563e3d175",
    "recording_id": "3956bc63-b082-454b-8750-e30932482f85",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "All Time Greatest Hits",
    "release_id": "56ed93c7-8adc-4d2a-875b-4168de2f8e42",
    "release_group_id": "2f8699e0-5090-3ad2-b6be-6e70268ca9dc",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everybody's Talkin'\" is a song written and recorded by the American singer-songwriter Fred Neil in 1966 and released two years later. This version of the song performed by Harry Nilsson became a hit in 1969, reaching No. 6 on the Billboard Hot 100 chart and winning a Grammy Award after it was featured in the film Midnight Cowboy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}