Information about plays

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

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

{
    "id": 3548888,
    "uri": "https://api.kexp.org/v2/plays/3548888/?format=api",
    "airdate": "2025-09-04T15:49:49-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Между Мной И Тобой",
    "track_id": null,
    "recording_id": "90364437-687b-4874-8d6b-cd5ad1d27805",
    "artist": "Оскар",
    "artist_ids": [
        "ece6f5c1-c634-4796-9692-e4b9de52ea1c"
    ],
    "album": "Бег по острию ножа",
    "release_id": null,
    "release_group_id": "2d3b39cb-f82c-4832-ad44-2d20d682ad88",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Running on the Edge of a Knife\"  is the debut studio album by Russian singer Oskar, released in August 2000 on the Nox Music label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}