Information about plays

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

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

{
    "id": 3529957,
    "uri": "https://api.kexp.org/v2/plays/3529957/?format=api",
    "airdate": "2025-07-21T14:34:41-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675-26982729534_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/10/items/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675-26982729534_thumb250.jpg",
    "song": "Heart Condition",
    "track_id": "bd51d082-1be1-3af8-9b85-410b975d510c",
    "recording_id": "6988ad26-59bd-4141-a7ce-e193796dac7e",
    "artist": "The Softies",
    "artist_ids": [
        "3daebde2-4630-40d8-be75-438edea4b281"
    ],
    "album": "It’s Love",
    "release_id": "39ab6968-a6c3-4a3d-9ca2-4ad1fea17675",
    "release_group_id": "92ed03da-a9c1-31aa-9ccf-14d999bdfa0c",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1995-09-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The Softies live on KEXP last year: https://www.youtube.com/watch?v=AdAyHtc_M0s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}