Information about plays

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

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

{
    "id": 3543990,
    "uri": "https://api.kexp.org/v2/plays/3543990/?format=api",
    "airdate": "2025-08-23T23:40:33-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/b11f6d5b-fb55-4052-b3f8-e39904a18516/30012002414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b11f6d5b-fb55-4052-b3f8-e39904a18516/30012002414-250.jpg",
    "song": "Dissociation",
    "track_id": null,
    "recording_id": "d0ef48c9-2fbc-4f01-ac51-4e2cb1300a48",
    "artist": "Lysol",
    "artist_ids": [
        "c3f5e338-566c-4498-ad68-f2a8b92291b8"
    ],
    "album": "Soup for My Family",
    "release_id": null,
    "release_group_id": "d64fafa7-e170-4455-a4fa-31d3b81010cd",
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2021-07-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "FKA Lysol, the band changed their name to Fan Club last year and are set to release a new EP titled, Stimulation on September 5th.\n\nhttps://officialfanclubfanclub.bandcamp.com/album/stimulation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}