Information about plays

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

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

{
    "id": 3551252,
    "uri": "https://api.kexp.org/v2/plays/3551252/?format=api",
    "airdate": "2025-09-10T09:52:08-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-9651075c-52f0-4b92-bf01-f267fae06d84/mbid-9651075c-52f0-4b92-bf01-f267fae06d84-30945167122_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-9651075c-52f0-4b92-bf01-f267fae06d84/mbid-9651075c-52f0-4b92-bf01-f267fae06d84-30945167122_thumb250.jpg",
    "song": "When 3 Is 2",
    "track_id": "970e551f-902b-3f2b-9a26-c96e551f4ce6",
    "recording_id": "4f22055d-df42-4ece-b2b0-40dbcab95676",
    "artist": "Hammerbox",
    "artist_ids": [
        "a6b1d4ba-6c12-488a-a05c-366a9e17de7d"
    ],
    "album": "Numb",
    "release_id": "9651075c-52f0-4b92-bf01-f267fae06d84",
    "release_group_id": "50dcf425-cf7b-3e2a-829c-3962645c7ee9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-03-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In the late 1980s, Hammerbox formed in Seattle, where they amassed a cult following and played shows with Iggy Pop, Joan Jett, L7, Red Hot Chili Peppers, and others. \"Numb\" is the second and final studio album by Hammerbox, released in 1993. Led by fiery vocalist Carrie Akre, Hammerbox was one of the few Seattle grunge bands fronted by a woman in the early '90s. Today she is also a life coach - https://www.carrieakrecreative.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}