Information about plays

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

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

{
    "id": 3577132,
    "uri": "https://api.kexp.org/v2/plays/3577132/?format=api",
    "airdate": "2025-11-12T07:16:40-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://ia800507.us.archive.org/10/items/mbid-fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7/mbid-fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7-6892507936_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/10/items/mbid-fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7/mbid-fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7-6892507936_thumb250.jpg",
    "song": "Desire Lines",
    "track_id": "50d2ec74-830d-3148-9ede-5c809b6c27dc",
    "recording_id": "fb976a61-21fb-4567-bb01-9aa023fef9f1",
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "fbd9a0fc-9a54-3295-b4b7-2b34cdd5e6c7",
    "release_group_id": "d03a3ae3-4a33-4c50-8501-00710070549c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The inspiration behind “Desire Lines” stemmed from Bradford Cox’s own personal journey of self-discovery and the internal conflicts he encountered along the way. He sought to encapsulate the universal experience of individuals grappling with their desires and the obstacles they face in pursuing them. \n\nhttps://deerhunter.bandcamp.com\nhttps://4ad.com/artists/deerhunter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}