Information about plays

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

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

{
    "id": 3545390,
    "uri": "https://api.kexp.org/v2/plays/3545390/?format=api",
    "airdate": "2025-08-27T06:38:38-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia600304.us.archive.org/1/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/1/items/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c/mbid-977d7c01-a90c-4815-b01e-4b0fbb139a6c-8669717057_thumb250.jpg",
    "song": "Freedom of Choice",
    "track_id": "6fe71382-03a5-3d3b-a103-77a24d7d4059",
    "recording_id": "4d32efe7-dd41-4bec-b13d-108db3e09411",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": "977d7c01-a90c-4815-b01e-4b0fbb139a6c",
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I would love to hear DEVO’s “Freedom of Choice” if possible. I love the fact KEXP allows its listeners to choose, it’s just a shame the world we live in currently isn’t reflecting the same. \n\nAs always, you are the best this world has offer and I am truly humbled to be a part of it as an amplifier. \n\nThank you KEXP! \"\n\n-Staci, Amplifier from Shoreline WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}