Information about plays

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

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

{
    "id": 3570527,
    "uri": "https://api.kexp.org/v2/plays/3570527/?format=api",
    "airdate": "2025-10-27T07:07:33-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-52b07f80-3239-4652-85da-0ead84e432fb/mbid-52b07f80-3239-4652-85da-0ead84e432fb-30900029283_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-52b07f80-3239-4652-85da-0ead84e432fb/mbid-52b07f80-3239-4652-85da-0ead84e432fb-30900029283_thumb250.jpg",
    "song": "Superstar",
    "track_id": "0a4947f9-9790-4b55-b434-baa1bde40c6f",
    "recording_id": "5d66ab14-1ed0-423c-b4b2-892f3c1885e0",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Once Twice Melody",
    "release_id": "52b07f80-3239-4652-85da-0ead84e432fb",
    "release_group_id": "0609eab3-6dc1-4cd7-b1c3-d5c87a5c2133",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2022-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Once Twice Melody is the first album produced entirely by the band. https://beachhouse.bandcamp.com/album/once-twice-melody",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}