Information about plays

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

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

{
    "id": 3552982,
    "uri": "https://api.kexp.org/v2/plays/3552982/?format=api",
    "airdate": "2025-09-14T14:30:40-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lento",
    "track_id": null,
    "recording_id": null,
    "artist": "Cultura Profética, Bebo Dumont",
    "artist_ids": [],
    "album": "Lento",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rimas Entertainment LLC"
    ],
    "label_ids": [
        "aef36a73-c7b0-4a72-929e-720f7b3d82da"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://culturaprofetica.com/\nIG: @bebodumont",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}