Information about plays

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

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

{
    "id": 3548982,
    "uri": "https://api.kexp.org/v2/plays/3548982/?format=api",
    "airdate": "2025-09-04T21:44:19-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "https://coverartarchive.org/release/5838616b-8755-43af-9f05-074f4593a05d/41938436751-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5838616b-8755-43af-9f05-074f4593a05d/41938436751-250.jpg",
    "song": "Step out",
    "track_id": null,
    "recording_id": "d74cf4c3-52f2-4783-983e-d7cc265cd239",
    "artist": "角松敏生",
    "artist_ids": [
        "d074287e-1d8b-43f5-a2fd-58201a0b28ba"
    ],
    "album": "Forgotten Shores",
    "release_id": null,
    "release_group_id": "3dcf4af2-9f4d-430f-be1c-2603a92c856a",
    "labels": [
        "Ariola Japan"
    ],
    "label_ids": [
        "a7c240bd-5d2b-4209-b772-7f66eebdbc5d"
    ],
    "release_date": "2025-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "角松敏生 (Toshiki Kadomatsu) is a Japanese singer-songwriter, musician, and producer best known as one of the pioneers of the city pop genre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}