Information about plays

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

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

{
    "id": 3549324,
    "uri": "https://api.kexp.org/v2/plays/3549324/?format=api",
    "airdate": "2025-09-05T18:30:28-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia601904.us.archive.org/30/items/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56-29391519483_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/30/items/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56-29391519483_thumb250.jpg",
    "song": "Poor Leno",
    "track_id": "abebb1c9-6081-3b8d-a2a9-2713d245f43b",
    "recording_id": "af523a46-8a03-40a5-8688-f205034c0b67",
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "Melody A.M.",
    "release_id": "6b2cfa0e-52c9-3054-9221-6cbc6f32ad56",
    "release_group_id": "95d72e72-55b2-3408-8d76-cce7abad3836",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Röyksopp's debut LP - \"Melody AM\" has been called one of the essential albums of all time, with tracks selected for video games and commercials around the world. The Silicone Soul remix of this song was featured in 2003's snowboarding game \"SSX 3\". The animated video is niiiiice: https://youtu.be/sPG6OQy2iwI\n\nhttps://royksopp.bandcamp.com/\nhttps://www.royksopp.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}