Information about plays

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

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

{
    "id": 3573866,
    "uri": "https://api.kexp.org/v2/plays/3573866/?format=api",
    "airdate": "2025-11-04T10:07:44-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "https://ia801605.us.archive.org/24/items/mbid-c185f59d-a5fb-4bdb-a388-02a55b8eb230/mbid-c185f59d-a5fb-4bdb-a388-02a55b8eb230-26787811504_thumb500.jpg",
    "thumbnail_uri": "https://dn721701.ca.archive.org/0/items/mbid-c185f59d-a5fb-4bdb-a388-02a55b8eb230/mbid-c185f59d-a5fb-4bdb-a388-02a55b8eb230-26787811504_thumb250.jpg",
    "song": "Brother Jake",
    "track_id": "9dc8c16b-fc34-392e-88a3-f64301d95d28",
    "recording_id": "146c1eac-c1c2-42ff-8141-d12fbacefb6a",
    "artist": "The Neville Brothers",
    "artist_ids": [
        "5464e20c-7dcb-4a3e-9b25-13bb959fadc9"
    ],
    "album": "Live on Planet Earth",
    "release_id": "c185f59d-a5fb-4bdb-a388-02a55b8eb230",
    "release_group_id": "b288e0e8-4b63-3f50-ae72-f840931c3ff3",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Live on Planet Earth' was recorded on The Neville Brothers' 1993 world tour. \"Brother Jake\" features Charles Neville on saxophone. \n--\nThey are wonderful live.  Enjoy an hour and twenty minutes of live Neville Brothers in the Netherlands in 2006: https://www.youtube.com/watch?v=yg5cdpfltJk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}