Information about plays

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

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

{
    "id": 3569916,
    "uri": "https://api.kexp.org/v2/plays/3569916/?format=api",
    "airdate": "2025-10-25T20:00:49-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia601904.us.archive.org/10/items/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675-43162303726_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675/mbid-39ab6968-a6c3-4a3d-9ca2-4ad1fea17675-43162303726_thumb250.jpg",
    "song": "I Can’t Get No Satisfaction, Thank God",
    "track_id": "ce56224e-5d68-3b36-88e3-3930c94c2005",
    "recording_id": "3820185a-0373-4c83-be64-dcb83bfb29e1",
    "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": "Portland duo The Softies' covering Talulah Gosh's \"I Can't Get No Satisfaction, Thank God\"!\n\nhttps://thesofties.bandcamp.com/album/its-love-klp043",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}