Information about plays

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

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

{
    "id": 3574570,
    "uri": "https://api.kexp.org/v2/plays/3574570/?format=api",
    "airdate": "2025-11-06T03:40:20-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/864a8689-24cb-47f8-a737-8d09c302dac5/32553877924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/864a8689-24cb-47f8-a737-8d09c302dac5/32553877924-250.jpg",
    "song": "L.E.S. Artistes",
    "track_id": null,
    "recording_id": "2fa394e4-f71d-44e2-9c38-32789cc779f1",
    "artist": "Santogold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Santogold",
    "release_id": null,
    "release_group_id": "7f97b291-3e30-3ff4-b7fb-b9e7ff4539fd",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"L.E.S. Artistes\" (which stands for Lower East Side Artists) was written after Santi White (AKA Santigold) moved to New York City. In an interview with PopJustice, Santi details the track from her debut, saying the song \"is playing on the fact that everyone tries to make things fancy and it's really pretentious\". Read more about this song here: \n---\nhttps://www.popjustice.com/articles/santogold-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}