Information about plays

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

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

{
    "id": 3641192,
    "uri": "https://api.kexp.org/v2/plays/3641192/?format=api",
    "airdate": "2026-04-12T13:04:06-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c0faf1a-c5b5-4a25-a371-1541faec4393/41305546560-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c0faf1a-c5b5-4a25-a371-1541faec4393/41305546560-250.jpg",
    "song": "Santee Alley",
    "track_id": null,
    "recording_id": "64e71856-1144-409c-9b66-902245f1631e",
    "artist": "LA LOM",
    "artist_ids": [
        "bf1bfb17-109c-4b28-bf36-aef587976343"
    ],
    "album": "La Lom",
    "release_id": null,
    "release_group_id": "38da94bb-e5ff-48d4-8ab0-2e5938bd2939",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Lom stands for “Los Angeles League of Musicians”\nhttps://www.latimes.com/delos/story/2024-06-05/la-lom-los-angeles-league-of-musicians-roosevelt-hotel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}