Information about plays

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

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

{
    "id": 3553391,
    "uri": "https://api.kexp.org/v2/plays/3553391/?format=api",
    "airdate": "2025-09-15T14:04:55-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/de678538-af0e-4cc6-ad42-b52eb84f1ae1/32779938839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de678538-af0e-4cc6-ad42-b52eb84f1ae1/32779938839-250.jpg",
    "song": "Perfume casino",
    "track_id": null,
    "recording_id": "e8646068-16bd-44c1-a26b-1eefbbb71453",
    "artist": "Babasónicos",
    "artist_ids": [
        "e6e1e76f-afee-4990-aad0-056199d94918"
    ],
    "album": "Dopádromo",
    "release_id": null,
    "release_group_id": "72a09d06-0682-3153-ac81-7ccac179540a",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Babasónicos is an Argentinian alternative rock band formed in 1991 by singer-songwriter Adrián Dárgelos. Here's a 2009 interview with the band: https://bombmagazine.org/articles/2009/01/01/babas%C3%B3nicos/\n--\nIn \"Perfume Casino,\" they sampled multiple elements of Sergio Mendes\" \"Davy\" AND Sergio Mendes\" \"If I Ever Lose This Heaven.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}