Information about plays

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

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

{
    "id": 3631132,
    "uri": "https://api.kexp.org/v2/plays/3631132/?format=api",
    "airdate": "2026-03-19T16:00:33-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-81776221-c3ae-4662-8f2f-7a239cbb24af/mbid-81776221-c3ae-4662-8f2f-7a239cbb24af-27974433834_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-81776221-c3ae-4662-8f2f-7a239cbb24af/mbid-81776221-c3ae-4662-8f2f-7a239cbb24af-27974433834_thumb250.jpg",
    "song": "Rise",
    "track_id": "da5f3bb1-ba99-38b2-9857-4f510bc51f25",
    "recording_id": "61366941-ecc2-4206-8883-4edeb6b93209",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "81776221-c3ae-4662-8f2f-7a239cbb24af",
    "release_group_id": "ae6595fb-a53c-340f-97a1-cff821300fec",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut LP by British band Doves - formed in Manchester in 1998 by twin brothers Jez and Andy Williams (Sub Sub) along with Jimi Goodwin\n\nIn this retrospective, Stereogum said the album didn't \"just capture a moment in British music, but would help define it\" - https://tinyurl.com/fcxfph4j",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}