Information about plays

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

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

{
    "id": 3579740,
    "uri": "https://api.kexp.org/v2/plays/3579740/?format=api",
    "airdate": "2025-11-18T07:05:25-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "https://ia600805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb500.jpg",
    "thumbnail_uri": "https://ia800805.us.archive.org/31/items/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354/mbid-4171a047-6b80-4b8e-b633-5ec4536ed354-21321066750_thumb250.jpg",
    "song": "Words",
    "track_id": "e793bd0f-a442-3b8a-8a7b-01ca1fb96c08",
    "recording_id": "00485198-fbd9-407f-a8f8-1e6529f0a9d7",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "The Last Broadcast",
    "release_id": "4171a047-6b80-4b8e-b633-5ec4536ed354",
    "release_group_id": "91b37425-6d27-3cbc-b8a4-589e44cd968f",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2009 interview, band member Jez Williams said that this album's songs came quickly and effortlessly: \"I had this little house in Northenden where my makeshift studio was. It took a couple of nights to get the backing track with the top line melody to \"There Goes the Fear\". Literally the next night I had \"Words\" coming out of the speakers.\"\n\nhttps://dovesofficial.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}