Information about plays

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

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

{
    "id": 3570619,
    "uri": "https://api.kexp.org/v2/plays/3570619/?format=api",
    "airdate": "2025-10-27T12:33:50-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carrot Fingers",
    "track_id": "c3f6e49a-6def-49f3-81dc-4d84e9844361",
    "recording_id": "5508fa05-ef92-4d80-8199-e0c3d053e9d9",
    "artist": "Daffo",
    "artist_ids": [
        "feeed479-425c-40cd-bb24-ab6db5cdf2bc"
    ],
    "album": "Where the Earth Bends",
    "release_id": "8dd49fbf-6c56-44b5-903b-f319d35ec274",
    "release_group_id": "e7baf8e2-52ee-4b82-8587-7846363dc823",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The debut album from LA-based Gabi Gamberg, aka Daffo, is a compelling collection of emotive, folk-tinged indie rock. Featuring gripping guitar work and poetic lyricism, Where the Earth Bends resonates deeply and stands as a strong introduction to a promising new voice.\" -- KEXP's Music Director Chris Sanley\n\nhttps://www.kexp.org/read/2025/10/6/new-music-reviews-106/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}