Information about plays

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

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

{
    "id": 3598580,
    "uri": "https://api.kexp.org/v2/plays/3598580/?format=api",
    "airdate": "2025-12-31T21:15:00-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angels Point",
    "track_id": null,
    "recording_id": "e685bbe8-9024-4d63-9533-6a0640dcd0da",
    "artist": "LA LOM",
    "artist_ids": [
        "bf1bfb17-109c-4b28-bf36-aef587976343"
    ],
    "album": "Angels Point & Figueroa",
    "release_id": null,
    "release_group_id": "24231378-d232-44dd-9804-33e9a5ab7403",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's name is nod to their beginnings as a hotel lobby band. https://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"
}