Information about plays

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

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

{
    "id": 3543356,
    "uri": "https://api.kexp.org/v2/plays/3543356/?format=api",
    "airdate": "2025-08-22T16:33:04-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-69b75328-d791-4f2b-a38f-faaab61847d3/mbid-69b75328-d791-4f2b-a38f-faaab61847d3-26920666302_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-69b75328-d791-4f2b-a38f-faaab61847d3/mbid-69b75328-d791-4f2b-a38f-faaab61847d3-26920666302_thumb250.jpg",
    "song": "Sunshine Smile",
    "track_id": "94a962bb-6470-3c29-b39d-ca39602f54b7",
    "recording_id": "361cd029-e52f-42e6-ac50-220296473498",
    "artist": "Adorable",
    "artist_ids": [
        "022c85ab-eeed-479c-9679-a0e4b5a6a338"
    ],
    "album": "Against Perfection",
    "release_id": "69b75328-d791-4f2b-a38f-faaab61847d3",
    "release_group_id": "9e937c9f-f9b2-3ffb-84bd-862bdb67a6b8",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1993-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Pitchfork ranked 'Against Perfection' at number 42 on its list of \"The 50 Best Shoegaze Albums of All Time.\"?: https://bit.ly/3kJhvVk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}