Information about plays

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

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

{
    "id": 3590773,
    "uri": "https://api.kexp.org/v2/plays/3590773/?format=api",
    "airdate": "2025-12-13T21:39:10-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Combattre",
    "track_id": null,
    "recording_id": null,
    "artist": "Béton Armé",
    "artist_ids": [
        "5c496196-47a3-47b3-bfaa-b5562bbe6dde"
    ],
    "album": "Renaissance",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Un Mus"
    ],
    "label_ids": [],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about Béton Armé's latest album,\nRenaissance, is a fan calculated it has a total of 545 \"whoas\" or \"ohhhhhhs\" across all the tracks! This averages out to approximately 23.7 \"Whoas Per Minute\" (WPM) https://www.lavidaesunmus.com/product/renaissance/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}