Information about plays

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

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

{
    "id": 3548966,
    "uri": "https://api.kexp.org/v2/plays/3548966/?format=api",
    "airdate": "2025-09-04T20:41:18-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://ia802909.us.archive.org/31/items/mbid-0ef6002a-1636-4842-9f8b-5ea6cf2c959f/mbid-0ef6002a-1636-4842-9f8b-5ea6cf2c959f-21892617400_thumb500.jpg",
    "thumbnail_uri": "https://ia902909.us.archive.org/31/items/mbid-0ef6002a-1636-4842-9f8b-5ea6cf2c959f/mbid-0ef6002a-1636-4842-9f8b-5ea6cf2c959f-21892617400_thumb250.jpg",
    "song": "The Woman That Loves You",
    "track_id": "da05b5c8-266f-4101-81e8-20fa9b81dd13",
    "recording_id": "f35892bb-835d-4bdc-be84-3b7af7d76ec1",
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "album": "Psychopomp",
    "release_id": "0ef6002a-1636-4842-9f8b-5ea6cf2c959f",
    "release_group_id": "ac6989e6-0589-41e9-b03c-1c4cb80a27d6",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2016-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Psychopomp' was released in April of 2016 under Yellow K Records. This is the first official and formal LP/vinyl release for Japanese Breakfast, seeing as the band’s prior releases were bedroom-style cassettes: American Sound (2014) and June (2013.) Several tracks on Psychopomp are updated versions songs found on these cassettes.\n\nMost of the songs on the album were written in her hometown of Eugene, Oregon.\n\nhttps://michellezauner.bandcamp.com/album/psychopomp-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}