Information about plays

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

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

{
    "id": 3546556,
    "uri": "https://api.kexp.org/v2/plays/3546556/?format=api",
    "airdate": "2025-08-30T03:32:33-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/f87ef11d-988f-4ee6-b606-114fc6429449/14819945747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f87ef11d-988f-4ee6-b606-114fc6429449/14819945747-250.jpg",
    "song": "Create What You Fear",
    "track_id": null,
    "recording_id": "5ad7a3b0-762f-4a41-9be0-f024153b94c7",
    "artist": "Jack Endino",
    "artist_ids": [
        "d06cca33-9167-4049-b5ce-6a6aeff60a8d"
    ],
    "album": "Angle of Attack",
    "release_id": null,
    "release_group_id": "942d12e8-0e0c-3a9e-b69f-00e6ad29d7d8",
    "labels": [
        "Bobok, Ltd."
    ],
    "label_ids": [
        "14126bf2-1877-4dab-bc99-81da3d90445c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}