Information about plays

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

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

{
    "id": 3638763,
    "uri": "https://api.kexp.org/v2/plays/3638763/?format=api",
    "airdate": "2026-04-06T20:20:19-07:00",
    "show": 66386,
    "show_uri": "https://api.kexp.org/v2/shows/66386/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Me parece muy fuerte",
    "track_id": null,
    "recording_id": null,
    "artist": "Aiko el grupo",
    "artist_ids": [
        "58fcbb0b-41f7-42d7-ac8e-eb6e685eba88"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://aikoelgrupo.bandcamp.com\nFrom AIKO EL GRUPO's bandcamp: You just can’t explain the phenomenon of AIKO EL GRUPO. They are an incomparable group. Their sense of humor, their irreverent and totally unbiased attitude, their ever-greater taste in melodies and arrangements, and their infinite energy are all ingredients in a recipe that results in something unique and inimitable. \n***\nDesde la página de Bandcamp de AIKO EL GRUPO: Simplemente no se puede explicar el fenómeno de AIKO EL GRUPO. Son un grupo incomparable. Su sentido del humor, su actitud irreverente y totalmente imparcial, su gusto cada vez mayor por las melodías y arreglos, y su energía infinita son ingredientes en una receta que resulta en algo único e inimitable.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}