Information about plays

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

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

{
    "id": 3548977,
    "uri": "https://api.kexp.org/v2/plays/3548977/?format=api",
    "airdate": "2025-09-04T21:24:29-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d718777-8211-4e19-b058-7046c44d3605/15209868360-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d718777-8211-4e19-b058-7046c44d3605/15209868360-250.jpg",
    "song": "Street Dancer",
    "track_id": null,
    "recording_id": "ea51556f-dbf8-44b8-81b4-dfc38e0d6f0d",
    "artist": "岩崎宏美",
    "artist_ids": [
        "7f4b1f97-b010-4a02-ba3e-6af929799c28"
    ],
    "album": "Wish",
    "release_id": null,
    "release_group_id": "69c3f22e-2cda-4f20-80a6-0a03a713afbc",
    "labels": [
        "Victor"
    ],
    "label_ids": [
        "f31e1603-a456-4397-950e-e1a051487f75"
    ],
    "release_date": "1980-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "岩崎宏美 (Hiromi Iwasaki) is a Japanese city pop singer who debuted in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}