Information about plays

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

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

{
    "id": 3546308,
    "uri": "https://api.kexp.org/v2/plays/3546308/?format=api",
    "airdate": "2025-08-29T13:00:13-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://ia600609.us.archive.org/17/items/mbid-fa0c2e10-3202-45df-8b2f-180d3c3b1896/mbid-fa0c2e10-3202-45df-8b2f-180d3c3b1896-41177596991_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/17/items/mbid-fa0c2e10-3202-45df-8b2f-180d3c3b1896/mbid-fa0c2e10-3202-45df-8b2f-180d3c3b1896-41177596991_thumb250.jpg",
    "song": "JUST USE YR HIPS VAR. VI",
    "track_id": "660f1c0d-cf9d-4fd5-b981-b2b0b5091932",
    "recording_id": "8dd31ee5-10b6-4d19-b117-bc9ed5dc6e5b",
    "artist": "Frog",
    "artist_ids": [
        "56ca99e7-6d0c-46ac-a304-131a551185d7"
    ],
    "album": "1000 Variations On the Same Song",
    "release_id": "fa0c2e10-3202-45df-8b2f-180d3c3b1896",
    "release_group_id": "b8560a0e-44df-4ffb-ada8-461814ce17d8",
    "labels": [
        "Audio Antihero"
    ],
    "label_ids": [
        "7d675309-7035-4d73-90d3-343cbd30fc55"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}