Information about plays

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

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

{
    "id": 3584895,
    "uri": "https://api.kexp.org/v2/plays/3584895/?format=api",
    "airdate": "2025-11-30T06:40:23-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "dreaming of a new form (mayfly nymph)",
    "track_id": null,
    "recording_id": null,
    "artist": "andrew cs",
    "artist_ids": [
        "cea07023-3cd4-40e1-b2a8-13d14c5b9daf"
    ],
    "album": "ᵒ˶°´",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Leaving"
    ],
    "label_ids": [],
    "release_date": "2025-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new album from Chicago-based experimental ambient musician andrew cs which is \"the first entry in an ongoing series exploring the world of insects and other macroinvertebrates\" ~ https://andrewcs.bandcamp.com/album/--4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}