Information about plays

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

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

{
    "id": 3541641,
    "uri": "https://api.kexp.org/v2/plays/3541641/?format=api",
    "airdate": "2025-08-18T14:50:17-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ae67d39-99c1-4969-b368-690e5633b61d/41691127476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ae67d39-99c1-4969-b368-690e5633b61d/41691127476-250.jpg",
    "song": "Enlazan las tinieblas",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mars Volta",
    "artist_ids": [
        "20883363-1ea4-4d72-ad72-c0e767038f3e"
    ],
    "album": "Lucro sucio; los ojos del vacio",
    "release_id": null,
    "release_group_id": "988aef34-7171-45dd-9b03-3c5622931e51",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucro Sucio; Los Ojos del Vacio is the ninth studio album by the American progressive rock band The Mars Volta, released on April 11, 2025 on Clouds Hill Records.\n\nhttps://themarsvoltaofficial.bandcamp.com/album/lucro-sucio-los-ojos-del-vacio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}