Information about plays

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

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

{
    "id": 3667227,
    "uri": "https://api.kexp.org/v2/plays/3667227/?format=api",
    "airdate": "2026-06-13T06:17:20-07:00",
    "show": 66975,
    "show_uri": "https://api.kexp.org/v2/shows/66975/?format=api",
    "image_uri": "https://coverartarchive.org/release/16bdb638-03e9-420a-bc4f-cc004a997241/35545562501-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16bdb638-03e9-420a-bc4f-cc004a997241/35545562501-250.jpg",
    "song": "Mourn",
    "track_id": null,
    "recording_id": "d43abf4c-cca7-4de9-81da-d577772592ee",
    "artist": "vs self",
    "artist_ids": [
        "1148d6c9-b330-4ab4-90c9-881f99ec446d"
    ],
    "album": "Everything Seems Better Now",
    "release_id": null,
    "release_group_id": "fe7e831f-2f10-4e45-9b7f-a47ac5b17d26",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}