Information about plays

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

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

{
    "id": 3656560,
    "uri": "https://api.kexp.org/v2/plays/3656560/?format=api",
    "airdate": "2026-05-18T22:07:50-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/c44cb2a9-9f93-47fe-b9c3-80ff65f58418/21494636332-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c44cb2a9-9f93-47fe-b9c3-80ff65f58418/21494636332-250.jpg",
    "song": "Silent Face",
    "track_id": null,
    "recording_id": null,
    "artist": "Artificcial Control",
    "artist_ids": [],
    "album": "Orgelvärk",
    "release_id": null,
    "release_group_id": "b70cd29b-0745-4445-9501-ca70511668ae",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1986 cassette compilation covering the Swedish cold 'n' minimal wave underground scene",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}