Information about plays

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

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

{
    "id": 3667159,
    "uri": "https://api.kexp.org/v2/plays/3667159/?format=api",
    "airdate": "2026-06-13T02:10:21-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/81f60372-f688-49cf-8995-6a896bc5c149/42805422134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81f60372-f688-49cf-8995-6a896bc5c149/42805422134-250.jpg",
    "song": "Headless",
    "track_id": null,
    "recording_id": "7e1a11f6-c652-4e6a-a79f-a1052e27a86d",
    "artist": "Tearist",
    "artist_ids": [
        "f3c91b60-079f-4198-bc3d-ccd02f8e59b9"
    ],
    "album": "Tearist",
    "release_id": null,
    "release_group_id": "453fb02b-c60f-45a8-84de-9f7f7bb3d4bc",
    "labels": [
        "Post Present Medium"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://tearist.bandcamp.com/album/tearist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}