Information about plays

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

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

{
    "id": 3520512,
    "uri": "https://api.kexp.org/v2/plays/3520512/?format=api",
    "airdate": "2025-06-29T20:00:30-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://coverartarchive.org/release/d703fe2a-26b6-4a53-8b4e-f9bfdfc1302c/16926330937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d703fe2a-26b6-4a53-8b4e-f9bfdfc1302c/16926330937-250.jpg",
    "song": "People Say",
    "track_id": null,
    "recording_id": "933dc1a2-a4c2-494a-b9a3-aede9ecc9d1e",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Rejuvenation",
    "release_id": null,
    "release_group_id": "ed25b54a-8287-375f-ae31-42c69785cec8",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1974-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Everyone knows who the Meters are, but no one really knows the Meters,” says guitarist Leo Nocentelli. Here's a 2020 article about The Meters and their convoluted history: https://www.waxpoetics.com/connections/ultimate-breaks-and-beats/article/a-message-from-the-meters/\n--\nThe front cover artwork for \"Rejuvenation,\" The Meters' fifth album, features a photograph of a woman sitting on a couch alongside several record albums strewn about her living room, such as producer Allen Toussaint's 1972 Life, Love and Faith as well as the Meters' own previous LP, \"Cabbage Alley.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}