Information about plays

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

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

{
    "id": 3667410,
    "uri": "https://api.kexp.org/v2/plays/3667410/?format=api",
    "airdate": "2026-06-13T16:13:59-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-0443ddba-cc5d-347c-9859-d72a70eab674/mbid-0443ddba-cc5d-347c-9859-d72a70eab674-2423805478_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/9/items/mbid-0443ddba-cc5d-347c-9859-d72a70eab674/mbid-0443ddba-cc5d-347c-9859-d72a70eab674-2423805478_thumb250.jpg",
    "song": "Robot Rock",
    "track_id": "6e60f92f-9b58-3265-a6af-72b6d923b469",
    "recording_id": "f92e924f-e795-433b-95ce-b256098abfd6",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Human After All",
    "release_id": "0443ddba-cc5d-347c-9859-d72a70eab674",
    "release_group_id": "f9e8042a-674e-3f01-80ec-7f0ab1c537df",
    "labels": [
        "Virgin Music France"
    ],
    "label_ids": [
        "f8ad89d3-7a49-4289-b8e4-467dda8ec07e"
    ],
    "release_date": "2005-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Robot Rock\" by Daft Punk sampled Philadelphia funk band Breakwater's 1980 \"Release the Beast\". \n\nWant to hear the original?: https://www.youtube.com/watch?v=eVVfZAZdIUs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}