Information about plays

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

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

{
    "id": 3528412,
    "uri": "https://api.kexp.org/v2/plays/3528412/?format=api",
    "airdate": "2025-07-18T01:34:52-07:00",
    "show": 64042,
    "show_uri": "https://api.kexp.org/v2/shows/64042/?format=api",
    "image_uri": "https://ia902802.us.archive.org/12/items/mbid-7cf90a62-28e1-479e-beea-aec59d72a456/mbid-7cf90a62-28e1-479e-beea-aec59d72a456-20530359400_thumb500.jpg",
    "thumbnail_uri": "https://ia902802.us.archive.org/12/items/mbid-7cf90a62-28e1-479e-beea-aec59d72a456/mbid-7cf90a62-28e1-479e-beea-aec59d72a456-20530359400_thumb250.jpg",
    "song": "The Weight",
    "track_id": "53eda35a-e341-4b35-a769-e9f1ad8753c4",
    "recording_id": "31c9d3d9-a35a-4a17-9cfe-0c113b49a83e",
    "artist": "The Band",
    "artist_ids": [
        "8c90ad8c-9150-4c51-a1eb-342232e99d06"
    ],
    "album": "Music From Big Pink",
    "release_id": "7cf90a62-28e1-479e-beea-aec59d72a456",
    "release_group_id": "466fddac-8006-3e71-bbe7-7aa0f587aa88",
    "labels": [
        "Mobile Fidelity Sound Lab"
    ],
    "label_ids": [
        "edd54e2f-2eef-46b1-a9b5-bedfe5ed33be"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hunter S Thompson born on this date! Grabbed this off a compilation of his favorite songs called \"Where Were You When the Fun Stopped\"\n\nhttps://www.discogs.com/release/5072723-Various-Hunter-S-Thompson-Where-Were-You-When-The-Fun-Stopped-?srsltid=AfmBOorffYfwp5MWlTsF4stOnilmBBa0Gdc0YtlLDZFRPurAmvymA8Uf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}