Information about plays

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

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

{
    "id": 3671889,
    "uri": "https://api.kexp.org/v2/plays/3671889/?format=api",
    "airdate": "2026-06-24T07:12:48-07:00",
    "show": 67074,
    "show_uri": "https://api.kexp.org/v2/shows/67074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let the Sun Go Down on Me",
    "track_id": "7f057ff8-18a5-3d17-bd35-6b128383e4ae",
    "recording_id": "e3710ecc-2578-4a03-9a0e-11d3843abd9a",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Caribou",
    "release_id": "187d967c-1aba-359e-84ea-cb2c3f4c2e71",
    "release_group_id": "5a9e28b6-1a83-3581-82eb-eeedf5673b7f",
    "labels": [
        "DJM Records"
    ],
    "label_ids": [
        "5cfce150-69fb-457a-a597-b83047c94eb7"
    ],
    "release_date": "1974-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1974 (52 years ago), Elton John released 'Caribou' featuring \"Don't Let the Sun Go Down on Me\" and \"The Bitch is Back\".\n \n The song found further success in 1991 in a live cover version recorded as a duet between John and George Michael – who performed the song together for the first time at Live Aid in Wembley Stadium in July 1985. \n \nIn 1987, Roger Daltry also covered it for the ending song of the film \"Lost Boys\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}