Information about plays

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

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

{
    "id": 3620806,
    "uri": "https://api.kexp.org/v2/plays/3620806/?format=api",
    "airdate": "2026-02-22T12:41:24-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amerimacka",
    "track_id": "585266bb-371d-317e-a87a-87b2c3444e59",
    "recording_id": "21f4168c-7314-4796-b664-d107afaadeb8",
    "artist": "Thievery Corporation feat. Notch",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9",
        "282ae204-1af3-4893-9aa7-66ab1c635878"
    ],
    "album": "The Cosmic Game",
    "release_id": "6ab8e549-13bc-39c0-b947-423ada5ee844",
    "release_group_id": "46a4c350-5d39-39e5-8ce8-d94dda896412",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2005, Thievery Corporation's fourth studio album \"The Cosmic Game\".\n\nThievery Corporation will be at The Mountain Winery in Saratoga on June 5th.\n\nhttps://thieverycorporation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}