Information about plays

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

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

{
    "id": 3550572,
    "uri": "https://api.kexp.org/v2/plays/3550572/?format=api",
    "airdate": "2025-09-08T20:35:44-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "https://ia904604.us.archive.org/30/items/mbid-d2d2b7e7-0234-4806-b34a-93ec1fc0bc73/mbid-d2d2b7e7-0234-4806-b34a-93ec1fc0bc73-39070170309_thumb500.jpg",
    "thumbnail_uri": "https://ia904604.us.archive.org/30/items/mbid-d2d2b7e7-0234-4806-b34a-93ec1fc0bc73/mbid-d2d2b7e7-0234-4806-b34a-93ec1fc0bc73-39070170309_thumb250.jpg",
    "song": "Danza de LA LOM",
    "track_id": "0e92e4cf-0cf4-436d-bd56-d5903fdc0eb7",
    "recording_id": "ee8bea6b-2880-4968-949f-9cbfd614d895",
    "artist": "LA LOM",
    "artist_ids": [
        "bf1bfb17-109c-4b28-bf36-aef587976343"
    ],
    "album": "The Los Angeles League Of Musicians",
    "release_id": "d2d2b7e7-0234-4806-b34a-93ec1fc0bc73",
    "release_group_id": "1aa7bc84-b36c-45c4-8ef9-daa674e9e80f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: La Lom is a Los Angeles trio blending jazz, Mexican folk, and cinematic sounds. Their track “La Danza de La Lom” was released on Universal in 2023 as part of their self-titled album.\nES: La Lom es un trío de Los Ángeles que fusiona jazz, folclore mexicano y sonidos cinematográficos. “La Danza de La Lom” salió en 2023 por Universal en su álbum homónimo.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}