Information about plays

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

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

{
    "id": 3548954,
    "uri": "https://api.kexp.org/v2/plays/3548954/?format=api",
    "airdate": "2025-09-04T19:48:23-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://coverartarchive.org/release/160b5abf-a824-46d9-b0a5-bf3dfcb91f4e/20172015945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/160b5abf-a824-46d9-b0a5-bf3dfcb91f4e/20172015945-250.jpg",
    "song": "果てしない流れに咲く胸いっぱいの愛",
    "track_id": null,
    "recording_id": "cfd0193a-de71-400b-8c97-254f01017bfb",
    "artist": "南正人",
    "artist_ids": [
        "52177cf7-ee17-48cf-8f4b-fd37334bc018"
    ],
    "album": "回帰線",
    "release_id": null,
    "release_group_id": "037fe129-0edd-4999-936d-d32393a3bdb7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minami Masato (南正人) was a legendary Japanese folk singer-songwriter and guitarist.\n\nThis is the final song of of his legendary album 'The Tropics', \"It Can't Be Over\". Featuring guitar work from the legendary Mizutani Takeshi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}