Information about plays

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

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

{
    "id": 3613389,
    "uri": "https://api.kexp.org/v2/plays/3613389/?format=api",
    "airdate": "2026-02-05T04:31:34-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-14fa085f-152a-468c-acd4-af07d1e95c34/mbid-14fa085f-152a-468c-acd4-af07d1e95c34-44193318868_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-14fa085f-152a-468c-acd4-af07d1e95c34/mbid-14fa085f-152a-468c-acd4-af07d1e95c34-44193318868_thumb250.jpg",
    "song": "10 noites",
    "track_id": "78cfa6ad-0d30-438a-95f1-ae803afe60b7",
    "recording_id": "bfedaec0-27e2-4730-a78c-09cc493597fb",
    "artist": "Da Cruz",
    "artist_ids": [
        "440ab1b5-cc1d-412f-931f-81ecdd72e49f"
    ],
    "album": "SOM SISTEMA",
    "release_id": "14fa085f-152a-468c-acd4-af07d1e95c34",
    "release_group_id": "1646c2ba-8cd9-481c-a439-f59e3fd653e0",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}