Information about plays

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

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

{
    "id": 3649354,
    "uri": "https://api.kexp.org/v2/plays/3649354/?format=api",
    "airdate": "2026-05-02T03:07:07-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "https://ia801702.us.archive.org/26/items/mbid-16a7bb69-14c2-4fc2-b48e-b83ef0e3cefc/mbid-16a7bb69-14c2-4fc2-b48e-b83ef0e3cefc-43563115586_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-16a7bb69-14c2-4fc2-b48e-b83ef0e3cefc/mbid-16a7bb69-14c2-4fc2-b48e-b83ef0e3cefc-43563115586_thumb250.jpg",
    "song": "Full Moon",
    "track_id": "5ffe2105-1d70-49ea-be3c-84c41b24daac",
    "recording_id": "eaf5e080-26b5-4605-8188-e378207ef108",
    "artist": "Farao",
    "artist_ids": [
        "cedaf5fd-6bf9-4b3d-a183-c6ebec532f56"
    ],
    "album": "Magical Thinking",
    "release_id": "16a7bb69-14c2-4fc2-b48e-b83ef0e3cefc",
    "release_group_id": "b81de2f2-7db9-400a-90fe-86ed6959eef9",
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}