Information about plays

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

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

{
    "id": 3553356,
    "uri": "https://api.kexp.org/v2/plays/3553356/?format=api",
    "airdate": "2025-09-15T12:17:17-07:00",
    "show": 64570,
    "show_uri": "https://api.kexp.org/v2/shows/64570/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Frágil",
    "track_id": null,
    "recording_id": "030c68c2-cd80-452b-bcd0-5c380251d36f",
    "artist": "Barbi Recanati",
    "artist_ids": [
        "4ad2af79-360e-4ac7-9abc-55623fa2a9c1"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2022-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bárbara Recanati, better known as Barbi Recanati is an Argentine performing musician and songwriter. She gained recognition as the lead singer and guitarist of the band Utopians from 2005 to 2017 and later as a solo artist. https://bit.ly/41Qnn4X",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}