Information about plays

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

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

{
    "id": 3610855,
    "uri": "https://api.kexp.org/v2/plays/3610855/?format=api",
    "airdate": "2026-01-30T02:26:47-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf160398-94bd-3235-9223-dfbb6eb5a534/25130998952-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf160398-94bd-3235-9223-dfbb6eb5a534/25130998952-250.jpg",
    "song": "Physical Love",
    "track_id": null,
    "recording_id": "7e8adc0a-cb31-400f-b4da-fcdc5aff871a",
    "artist": "Eddie Hazel",
    "artist_ids": [
        "98f3e150-95c3-4fa3-8f76-0f6cba4431aa"
    ],
    "album": "Game, Dames and Guitar Thangs",
    "release_id": null,
    "release_group_id": "047b462b-674f-362c-92ff-077bba71f5b2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edward Earl Hazel (April 10, 1950 – December 23, 1992) was an influential American funk guitarist and singer, best known as the lead guitarist for Funkadelic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}