Information about plays

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

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

{
    "id": 3561643,
    "uri": "https://api.kexp.org/v2/plays/3561643/?format=api",
    "airdate": "2025-10-05T14:13:10-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia802804.us.archive.org/5/items/mbid-eb257724-923b-419f-855f-11a5085a9d27/mbid-eb257724-923b-419f-855f-11a5085a9d27-25159188382_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/5/items/mbid-eb257724-923b-419f-855f-11a5085a9d27/mbid-eb257724-923b-419f-855f-11a5085a9d27-25159188382_thumb250.jpg",
    "song": "Diving Woman",
    "track_id": "89f8e60b-ae4e-4a0f-bb63-673027af61c9",
    "recording_id": "bce392cf-ca1a-415d-a34b-856cfd128663",
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "album": "Soft Sounds From Another Planet",
    "release_id": "eb257724-923b-419f-855f-11a5085a9d27",
    "release_group_id": "0d5370c5-4391-4428-90cc-1a578d8d80c2",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#665\n\n\"Diving Woman\" is the opener of Japanese Breakfast's second album \"Soft Sounds From Another Planet\".\n\nJapanese Breakfast was live in the KEXP studio in 2018: https://www.youtube.com/watch?v=cvrbBYz11JY\n\nYour donations DIRECTLY support these in studio performances!\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}