Information about plays

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

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

{
    "id": 3565456,
    "uri": "https://api.kexp.org/v2/plays/3565456/?format=api",
    "airdate": "2025-10-15T15:34:01-07:00",
    "show": 64842,
    "show_uri": "https://api.kexp.org/v2/shows/64842/?format=api",
    "image_uri": "https://ia800202.us.archive.org/5/items/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2-6848655594_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/5/items/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2-6848655594_thumb250.jpg",
    "song": "Transdermal Celebration",
    "track_id": "2f969dce-00f4-3e93-b07e-f565afb0f406",
    "recording_id": "4f29d1a2-4fa0-4205-9db9-0a2b9441bcbc",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Quebec",
    "release_id": "5a5d8a71-ef7b-4115-a686-318638aec5c2",
    "release_group_id": "d51d3947-55f5-3672-8d30-23755dda3cdf",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2003-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Louie, going out to Rebecca in Bellingham...\n---\nDid you know that the guitar solo of \"Transdermal Celebration\" was surreptitiously played by Dean Ween on a guitar setup belonging to Carlos Santana?\nRead the great story about that session: https://www.ween.wiki/wiki/Transdermal_Celebration",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}