Information about plays

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

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

{
    "id": 3560589,
    "uri": "https://api.kexp.org/v2/plays/3560589/?format=api",
    "airdate": "2025-10-02T20:42:53-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5dcf44c-388e-4cec-8752-14b6430323bc/42758428495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a5dcf44c-388e-4cec-8752-14b6430323bc/42758428495-250.jpg",
    "song": "Disco Galactica",
    "track_id": null,
    "recording_id": "1ba39cee-dae4-4602-bcb8-82686c07efa3",
    "artist": "VST & Co.",
    "artist_ids": [
        "2d1c2062-9cbb-4082-a469-828754a743a4"
    ],
    "album": "18 Greatest Hits",
    "release_id": null,
    "release_group_id": "71b6658c-088a-46ac-89fa-942dc0725c3e",
    "labels": [
        "Vicor Music Corporation"
    ],
    "label_ids": [
        "a2e2289f-0e7b-4542-b78c-6af7e958e5cf"
    ],
    "release_date": "2010-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "VST & Company was a Filipino disco band from Manila, Philippines, founded by Vic Sotto, Spanky Rigor, and Tito Sotto. Hailed as one of the most successful Filipino bands of the late 1970s, the group is considered by many to be one of the original proponents of OPM (Original Pilipino Music).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}