Information about plays

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

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

{
    "id": 3596914,
    "uri": "https://api.kexp.org/v2/plays/3596914/?format=api",
    "airdate": "2025-12-27T21:32:12-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "25 Commas",
    "track_id": null,
    "recording_id": null,
    "artist": "Club Beat",
    "artist_ids": [
        "21d8c981-a234-44e8-8039-058f9c9d5402"
    ],
    "album": "4 Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Venn Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Jeff in Folsom, CA. Club Brat is a high-intensity UK punk/noise-pop band signed to Venn Records. Known for blending jagged guitars and bass-heavy dissonance, they released their debut EP Four Songs in 2025.  https://clubbrat.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}