Information about plays

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

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

{
    "id": 3552940,
    "uri": "https://api.kexp.org/v2/plays/3552940/?format=api",
    "airdate": "2025-09-14T11:47:21-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2d2b7e7-0234-4806-b34a-93ec1fc0bc73/39070170309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2d2b7e7-0234-4806-b34a-93ec1fc0bc73/39070170309-250.jpg",
    "song": "Angels Point",
    "track_id": null,
    "recording_id": "e685bbe8-9024-4d63-9533-6a0640dcd0da",
    "artist": "LA LOM",
    "artist_ids": [
        "bf1bfb17-109c-4b28-bf36-aef587976343"
    ],
    "album": "The Los Angeles League of Musicians",
    "release_id": null,
    "release_group_id": "1aa7bc84-b36c-45c4-8ef9-daa674e9e80f",
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2024-08-09",
    "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.\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"
}