Information about plays

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

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

{
    "id": 3500948,
    "uri": "https://api.kexp.org/v2/plays/3500948/?format=api",
    "airdate": "2025-05-13T18:48:18-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia800604.us.archive.org/12/items/mbid-b3db93b3-3def-40ad-b13f-ead489f0e07f/mbid-b3db93b3-3def-40ad-b13f-ead489f0e07f-17863019593_thumb500.jpg",
    "thumbnail_uri": "https://ia800604.us.archive.org/12/items/mbid-b3db93b3-3def-40ad-b13f-ead489f0e07f/mbid-b3db93b3-3def-40ad-b13f-ead489f0e07f-17863019593_thumb250.jpg",
    "song": "Make Out in My Car",
    "track_id": "099c40ea-5457-484e-84d6-81f2fbb6a103",
    "recording_id": "97db061e-a7fc-4976-a003-e07e3b34020c",
    "artist": "Moses Sumney",
    "artist_ids": [
        "89c081d4-2ab2-4d3e-8589-ad77dfc40384"
    ],
    "album": "Aromanticism",
    "release_id": "b3db93b3-3def-40ad-b13f-ead489f0e07f",
    "release_group_id": "d4f0da2e-2c29-4364-af7b-500eec2270dc",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moses Sumney is a solo artist based in L.A. His 2017 album, Aromanticism, critiques the value of being in romantic relationships. In his live performances, Sumney makes extensive use of looping pedals to layer his gorgeous vocals.\n\nCheryl Waters hosted him Live in the KEXP Studio back in 2017: https://youtu.be/NPeji3NS4uE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}