Information about plays

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

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

{
    "id": 3548979,
    "uri": "https://api.kexp.org/v2/plays/3548979/?format=api",
    "airdate": "2025-09-04T21:32:59-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L.A. Night",
    "track_id": null,
    "recording_id": "41a7ac74-50ee-4a0b-ab0b-bee75f459273",
    "artist": "Yasuko Agawa",
    "artist_ids": [
        "6435a7c1-7389-4f94-8a1f-67570cabbbb9"
    ],
    "album": "L.A. Nights / New York Afternoon",
    "release_id": null,
    "release_group_id": "8ac56714-0192-3c08-8dd2-43a23626e997",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1984 City Pop classic!\n\nYasuko Agawa is a renowned Japanese jazz and city pop singer and actress. Yasuko began singing in Jazz clubs in 1973 and by 1978 had signed a deal with Victor Entertainment. Yasuko released her fist album, \"Love-Bird,\" in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}