Information about plays

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

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

{
    "id": 3597180,
    "uri": "https://api.kexp.org/v2/plays/3597180/?format=api",
    "airdate": "2025-12-28T12:56:40-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Could You Be Loved",
    "track_id": "deee1791-8af9-44bb-9ca1-e11ffc97267c",
    "recording_id": "c3c89048-0d3c-41d5-b7fb-704566a8de09",
    "artist": "Bob Marley & The Wailers with LP Giobbi",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e",
        "dae7874c-3428-4e16-be51-5cb1968c8a97"
    ],
    "album": "Could You Be Loved (with LP Giobbi)",
    "release_id": "aaacd863-7e9e-44f2-ada9-620b7eac00c4",
    "release_group_id": "9c029be3-d4e1-434f-b1d3-447008ca1a87",
    "labels": [
        "Island",
        "Universal"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Could You Be Loved\" remixed by DJ, music producer and jazz pianist LP Giobbi.\n\nLP Giobbi is the stage name of Leah Chisholm, a DJ, producer, pianist, and gender equality activist.\n\nhttps://soundcloud.com/lpgiobbi/could-you-be-loved-with-lp\nhttps://www.lpgiobbi.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}