Information about plays

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

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

{
    "id": 3521325,
    "uri": "https://api.kexp.org/v2/plays/3521325/?format=api",
    "airdate": "2025-07-01T18:46:37-07:00",
    "show": 63893,
    "show_uri": "https://api.kexp.org/v2/shows/63893/?format=api",
    "image_uri": "https://ia801302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb250.jpg",
    "song": "Tears Dry on Their Own",
    "track_id": "c15fafd9-3b3e-3ac3-9a06-f01f6eadc2fd",
    "recording_id": "b47bf632-f6ca-42fa-9db9-10d38797aa9d",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back to Black",
    "release_id": "0b0ca6cc-f793-3dd8-9329-611a9fb08ae2",
    "release_group_id": "6eac2e57-ee50-36f8-b0c4-c4c847a2c098",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2008-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winehouse based \"Back to Black\" on her tumultuous relationship with then-ex-boyfriend and future husband Blake Fielder-Civil, who temporarily left her to pursue his previous ex-girlfriend. Their short-lived separation spurred her to create an album that explores the themes of guilt, grief, infidelity and heartbreak in a relationship.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}