Information about plays

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

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

{
    "id": 3569635,
    "uri": "https://api.kexp.org/v2/plays/3569635/?format=api",
    "airdate": "2025-10-25T04:20:04-07:00",
    "show": 64926,
    "show_uri": "https://api.kexp.org/v2/shows/64926/?format=api",
    "image_uri": "https://ia601804.us.archive.org/2/items/mbid-87f830ab-f961-4778-baef-f8618e67b8cd/mbid-87f830ab-f961-4778-baef-f8618e67b8cd-27853784893_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/2/items/mbid-87f830ab-f961-4778-baef-f8618e67b8cd/mbid-87f830ab-f961-4778-baef-f8618e67b8cd-27853784893_thumb250.jpg",
    "song": "We Will Always Love You (ft. Blood Orange)",
    "track_id": "ed03d47d-1099-42de-92f0-78c2164a0bf7",
    "recording_id": "d7bbde7d-7397-402c-b602-31f43d06ea5f",
    "artist": "The Avalanches feat. Blood Orange",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50",
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "We Will Always Love You",
    "release_id": "87f830ab-f961-4778-baef-f8618e67b8cd",
    "release_group_id": "ad5a6f0f-3444-4ebd-8a98-ce6dfb1bfabe",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2020-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We Will Always Love You\" is a collaboration with Blood Orange and incorporates vocals from Smokey Robinson and The Roches. http://www.theavalanches.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}