Information about plays

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

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

{
    "id": 3628071,
    "uri": "https://api.kexp.org/v2/plays/3628071/?format=api",
    "airdate": "2026-03-12T10:01:18-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://dn711206.ca.archive.org/0/items/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47-11928667218_thumb500.jpg",
    "thumbnail_uri": "https://dn711206.ca.archive.org/0/items/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47-11928667218_thumb250.jpg",
    "song": "Notorious",
    "track_id": "0d1feb27-46ad-4899-baec-57d0f5a4cb13",
    "recording_id": "e5eb3826-bca2-48f0-b2b8-ff1dc9b9392e",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Notorious",
    "release_id": "99512dd6-99fe-44f5-aaa5-38b79c8b0e47",
    "release_group_id": "c59da6f6-779e-35ff-8828-7149f7bff411",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n--\nOn this day in 1986, Duran Duran released 'Notorious.'\n\nThe music video is a classic. \nhttps://www.youtube.com/watch?v=Z9z0e1Wm64M\n\nDonnie Darko, anyone? \nhttps://www.youtube.com/watch?app=desktop&v=jacBGC7JxKo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}