Information about plays

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

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

{
    "id": 3578012,
    "uri": "https://api.kexp.org/v2/plays/3578012/?format=api",
    "airdate": "2025-11-14T09:24:02-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?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": "Homeboy",
    "track_id": "81d03076-a01d-3efe-96fd-e1c3af543213",
    "recording_id": "7482b63e-e7ee-4725-8242-af806d26cc6b",
    "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": "The great bass line in this song is played by Stephen \"Wil\" Williams. Aren't Pete Fijalkowski's vocals grand?\n--\nSee a live performance in Glastonbury in 1993: https://www.youtube.com/watch?v=e53xRHZDywk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}