Information about plays

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

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

{
    "id": 3553099,
    "uri": "https://api.kexp.org/v2/plays/3553099/?format=api",
    "airdate": "2025-09-14T20:34:18-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Si me ves volar",
    "track_id": null,
    "recording_id": "7db28925-0dae-4e7b-a548-06df612251f1",
    "artist": "Los Tíos Queridos",
    "artist_ids": [
        "10f8b8ec-f3b5-4bab-9fe3-33f63ecb65a2"
    ],
    "album": "La música de todos Vol. 3",
    "release_id": null,
    "release_group_id": "448e8586-debd-4a9a-b3e2-6dce3d983eb5",
    "labels": [
        "BMG Ariola Argentina S.A."
    ],
    "label_ids": [
        "f20e6340-209b-4a3f-b663-b6e52ea3cf74"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/6555214-Los-T%C3%ADos-Queridos-Si-Me-Ves-Volar-Por-Eso-Vuelve-Por-Favor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}