Information about plays

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

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

{
    "id": 3545560,
    "uri": "https://api.kexp.org/v2/plays/3545560/?format=api",
    "airdate": "2025-08-27T17:05:10-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9-33304197802_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9-33304197802_thumb250.jpg",
    "song": "Lost",
    "track_id": "2cff0b01-ea40-30b9-8795-3b16eca4f78d",
    "recording_id": "88429f7d-3407-4a8c-8741-e072e03fc71f",
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Channel Orange",
    "release_id": "241be558-9801-43e7-8070-49c7a5edad73",
    "release_group_id": "f8f4167d-897c-4b25-a171-638374d1dfa4",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2012-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ben!\n\"I would love to hear Lost by Frank Ocean because it's the best just like KEXP!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}