Information about plays

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

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

{
    "id": 3667447,
    "uri": "https://api.kexp.org/v2/plays/3667447/?format=api",
    "airdate": "2026-06-13T18:13:29-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Loves The Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Sundaze",
    "artist_ids": [
        "762fb3b7-a08b-4257-aa39-7b9cbc1a75f6"
    ],
    "album": "Snow Falling / Soft Night EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sundaze was a band from Portland that released one EP, Snow Falling. They later renamed themselves to Soft Shadows:\n\nhttps://soft-shadows.com/biography/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}