Information about plays

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

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

{
    "id": 3549668,
    "uri": "https://api.kexp.org/v2/plays/3549668/?format=api",
    "airdate": "2025-09-06T16:15:56-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801302.us.archive.org/3/items/mbid-109e1c00-79a2-4ab7-aadd-4f6d9f8c3d0f/mbid-109e1c00-79a2-4ab7-aadd-4f6d9f8c3d0f-12630265662_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/3/items/mbid-109e1c00-79a2-4ab7-aadd-4f6d9f8c3d0f/mbid-109e1c00-79a2-4ab7-aadd-4f6d9f8c3d0f-12630265662_thumb250.jpg",
    "song": "Let's Go to a Party",
    "track_id": "0a060bf6-eb8a-443d-a3d8-1749de419747",
    "recording_id": "ce543a4d-9d46-4999-9185-f8e044194c4f",
    "artist": "Charlie Hilton",
    "artist_ids": [
        "c9afb530-d46a-4fda-a9f0-dc0f8314ab53"
    ],
    "album": "Palana",
    "release_id": "109e1c00-79a2-4ab7-aadd-4f6d9f8c3d0f",
    "release_group_id": "b31f54eb-80bb-4c38-92ed-a4321eb95de9",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Palana\" was the debut solo album from Charlie Hilton, known for her work with Portland dream-pop trio Blouse. Palana is the Sanskrit birth name Hilton left behind after high school.: https://pitchfork.com/reviews/albums/21444-palana/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}