Information about plays

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

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

{
    "id": 3670154,
    "uri": "https://api.kexp.org/v2/plays/3670154/?format=api",
    "airdate": "2026-06-20T06:42:13-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b80cfca-1842-48af-8763-9a49b1f478e8/42254334165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b80cfca-1842-48af-8763-9a49b1f478e8/42254334165-250.jpg",
    "song": "Lump",
    "track_id": null,
    "recording_id": "eba0e9e4-dd94-44df-b4e1-98e0260d51b0",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "The Presidents of the United States of America",
    "release_id": null,
    "release_group_id": "7e1728bf-1947-3ff3-bac1-a5296eed372e",
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": "1995-03-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}