Information about plays

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

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

{
    "id": 3525011,
    "uri": "https://api.kexp.org/v2/plays/3525011/?format=api",
    "airdate": "2025-07-10T04:02:44-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/41ec6d32-57ca-4e67-803a-2260f957888e/4411204473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41ec6d32-57ca-4e67-803a-2260f957888e/4411204473-250.jpg",
    "song": "Exodus",
    "track_id": null,
    "recording_id": "4ee2ff88-ac68-4dee-9f7f-da99f6600415",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": null,
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1977-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album Exodus was recorded in London after Bob Marley left Jamaica following an assassination attempt in 1976.\n\n\"Bob Marley was posthumously inducted into the Rock and Roll Hall of Fame in 1994; in December 1999, his 1977 album 'Exodus' was named album of the century by Time Magazine.\" \n\nhttps://www.bobmarley.com/history/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}