Information about plays

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

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

{
    "id": 3580052,
    "uri": "https://api.kexp.org/v2/plays/3580052/?format=api",
    "airdate": "2025-11-19T01:53:48-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://ia800308.us.archive.org/8/items/mbid-ab3ffd76-f69b-4638-9f40-d2088083b944/mbid-ab3ffd76-f69b-4638-9f40-d2088083b944-7454736391_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-ab3ffd76-f69b-4638-9f40-d2088083b944/mbid-ab3ffd76-f69b-4638-9f40-d2088083b944-7454736391_thumb250.jpg",
    "song": "Time (Clock of the Heart)",
    "track_id": "37d57436-a019-34ef-a341-6f80687fb327",
    "recording_id": "6ccd7479-73ee-4817-ac8e-5192780433bd",
    "artist": "Culture Club",
    "artist_ids": [
        "81435053-e1a2-48a4-adfd-e89f310c7b38"
    ],
    "album": "Time (Clock of the Heart)",
    "release_id": "4802c8b3-3a3d-4d14-8110-df3895022a9c",
    "release_group_id": "3f892e30-2c93-3193-87e6-d2c10782ddc4",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1982, Culture Club released the single \"Time (Clock of the Heart).\" Although not on the UK pressing of their debut album \"Kissing to Be Clever,\" it would appear on the U.S. pressing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}