Information about plays

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

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

{
    "id": 3577699,
    "uri": "https://api.kexp.org/v2/plays/3577699/?format=api",
    "airdate": "2025-11-13T14:44:40-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://coverartarchive.org/release/8951f387-5e74-46bd-9002-2200f9be8bbc/22976736132-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8951f387-5e74-46bd-9002-2200f9be8bbc/22976736132-250.jpg",
    "song": "Listen to the Music",
    "track_id": null,
    "recording_id": "b8d71d93-5540-4384-9e5d-012027d8344e",
    "artist": "The Doobie Brothers",
    "artist_ids": [
        "588dea29-eea3-456b-a815-3ee04f75c8e7"
    ],
    "album": "Toulouse Street",
    "release_id": null,
    "release_group_id": "c7296dbe-28d5-31b4-b3fd-7debba4afee6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1972-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From: Ashlie in Northern Virginia: \nHello - could you please play Listen to the Music by The Doobie Brothers in honor of my Dad? Thank you for your love, guidance, and support my whole life and for teaching me to listen to the music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}