Information about plays

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

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

{
    "id": 3589493,
    "uri": "https://api.kexp.org/v2/plays/3589493/?format=api",
    "airdate": "2025-12-10T21:53:12-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alla Beni Pulla Beni",
    "track_id": null,
    "recording_id": "10cbb02c-6ff7-4c86-81b4-b87ef4c6d3e8",
    "artist": "Barış Manço",
    "artist_ids": [
        "33736d61-e2a2-4070-88dd-ad2e173d174c"
    ],
    "album": "Üçüncü Yolculuk",
    "release_id": null,
    "release_group_id": "f48cc2d3-4ec1-4edb-8760-d8fca857f3cd",
    "labels": [
        "Akbaş Müzik"
    ],
    "label_ids": [
        "fcca87fa-f46f-41a0-9ff7-fe8ac74c68d8"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turkish psych rock artist Barış Manço \"died of a heart attack on Feb. 1, 1999, just before the release of his album “Mançoloji,” celebrating his 40th year in the music industry. Millions of people gathered in Istanbul for his funeral.\" https://www.dailysabah.com/arts/portrait/turkish-rock-legend-baris-manco-commemorated-22-years-after-death",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}