Information about plays

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

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

{
    "id": 3571017,
    "uri": "https://api.kexp.org/v2/plays/3571017/?format=api",
    "airdate": "2025-10-28T13:00:01-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-a57bc4bd-d741-420e-8dc8-a750050f3a91/mbid-a57bc4bd-d741-420e-8dc8-a750050f3a91-43205403086_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-a57bc4bd-d741-420e-8dc8-a750050f3a91/mbid-a57bc4bd-d741-420e-8dc8-a750050f3a91-43205403086_thumb250.jpg",
    "song": "My Turn",
    "track_id": "aa81e8ef-e73e-4096-bdf4-dafa5ebd6132",
    "recording_id": "9603eefc-e532-4daf-8553-044920f717a8",
    "artist": "Not for Radio",
    "artist_ids": [
        "0a6f030d-6401-4fd0-9eb5-178306363a41"
    ],
    "album": "Melt",
    "release_id": "a57bc4bd-d741-420e-8dc8-a750050f3a91",
    "release_group_id": "5761e8b5-c24a-4137-a044-c7c1d1dbb070",
    "labels": [
        "Atlantic",
        "Nice Life"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "b977b21d-9a0d-4cb0-8f18-586d1d449a50"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melt is a solo album from María Zardoya of The Marías under the name Not For Radio, which she calls her \"alternate reality.\"\n\nhttps://notforradio.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}