Information about plays

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

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

{
    "id": 3631814,
    "uri": "https://api.kexp.org/v2/plays/3631814/?format=api",
    "airdate": "2026-03-21T06:07:15-07:00",
    "show": 66239,
    "show_uri": "https://api.kexp.org/v2/shows/66239/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d-11724222839_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d/mbid-4324fe3b-64c7-4af7-9339-b17dda3e465d-11724222839_thumb250.jpg",
    "song": "She Don’t Use Jelly",
    "track_id": "256625a7-8221-3f6a-bebc-a6b1e67facaf",
    "recording_id": "1a37bf5e-f4ea-409e-b7d1-d7c61f401c89",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "She Don’t Use Jelly",
    "release_id": "9c5915d3-550c-36c7-8303-bfb045151ce6",
    "release_group_id": "5ee14873-49f0-3978-9b2b-e4f2a3047b8a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}