Information about plays

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

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

{
    "id": 3539557,
    "uri": "https://api.kexp.org/v2/plays/3539557/?format=api",
    "airdate": "2025-08-13T10:17:05-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-dbe89fe0-aade-4c23-95c6-8e475c28476f/mbid-dbe89fe0-aade-4c23-95c6-8e475c28476f-42426362764_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-dbe89fe0-aade-4c23-95c6-8e475c28476f/mbid-dbe89fe0-aade-4c23-95c6-8e475c28476f-42426362764_thumb250.jpg",
    "song": "Porcelain",
    "track_id": "b7d00d43-1a86-4e33-96df-25980f8bcd63",
    "recording_id": "83115936-8022-49ce-aad5-6094c97ce63d",
    "artist": "Frankie Cosmos",
    "artist_ids": [
        "e49dd402-2297-4192-a359-48b233d39cd4"
    ],
    "album": "Different Talking",
    "release_id": "dbe89fe0-aade-4c23-95c6-8e475c28476f",
    "release_group_id": "87b60a60-c960-4e05-a1c3-d1a23ab298f9",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Cosmos is playing the Crocodile in Seattle on Fri, Oct 17th!\n\nhttps://www.frankiecosmosband.com/\n\nWatch their 2019 KEXP live here: https://www.youtube.com/watch?v=DGjuxEevo-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}