Information about plays

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

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

{
    "id": 3553352,
    "uri": "https://api.kexp.org/v2/plays/3553352/?format=api",
    "airdate": "2025-09-15T12:06:13-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": "Me escabié",
    "track_id": null,
    "recording_id": "4c0b16e6-11c5-48df-b828-9df05698d445",
    "artist": "LAS EX",
    "artist_ids": [
        "17a37ed1-f4c1-493e-858a-5f9a6c87a481"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2022-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LAS EX formed in 2015 and is highly influenced by groups like Le Tigre and Pixies. The group is part of the ever growing transfeminist and underground queer music movement in Argentina.\n\nhttps://lasexxx.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}