Information about plays

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

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

{
    "id": 3575965,
    "uri": "https://api.kexp.org/v2/plays/3575965/?format=api",
    "airdate": "2025-11-09T10:13:55-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/808ef8f1-5cf1-4543-bf54-05b770ee5189/9164838891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/808ef8f1-5cf1-4543-bf54-05b770ee5189/9164838891-250.jpg",
    "song": "Everybody’s Gotta Live",
    "track_id": null,
    "recording_id": "88b0046b-be7e-4aba-b94d-394c75444127",
    "artist": "Arthur Lee",
    "artist_ids": [
        "4e0a7e0d-bd05-4210-a654-72c4d437fda5"
    ],
    "album": "Vindicator",
    "release_id": null,
    "release_group_id": "75e052b0-99a6-3151-a745-b6c72e366d09",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formerly of the famously inclusive Los Angeles rock group Love, Arthur Lee would go on to create a memorable body of work that is still referenced to this day. \n\nhttps://www.hitsdailydouble.com/news/black-history-month/love-arthur-lee-2025-02-28",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}