Information about plays

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

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

{
    "id": 3551031,
    "uri": "https://api.kexp.org/v2/plays/3551031/?format=api",
    "airdate": "2025-09-09T22:26:46-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/372d007c-7664-4499-9e93-a367e81d5cc9/24199092470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/372d007c-7664-4499-9e93-a367e81d5cc9/24199092470-250.jpg",
    "song": "Purple Hat",
    "track_id": null,
    "recording_id": "9a0b5efd-2d2e-4b1e-b518-a262fb416469",
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "DANCING ON THE PEOPLE",
    "release_id": null,
    "release_group_id": "d2b725c7-e581-49a9-a387-97178dfad6ef",
    "labels": [
        "Ultra Records, LLC"
    ],
    "label_ids": [
        "c3f28f6a-ced7-496d-b5e7-8419902dac31"
    ],
    "release_date": "2019-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Propulsive NYC-based duo Sofi Tukker! https://sofitukker.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}