Information about plays

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

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

{
    "id": 3553353,
    "uri": "https://api.kexp.org/v2/plays/3553353/?format=api",
    "airdate": "2025-09-15T12:09:08-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": "Salvajes",
    "track_id": null,
    "recording_id": "5a1989d5-2778-49a9-9804-b7f15f4cabce",
    "artist": "AJ Davila Y Terror Amor",
    "artist_ids": [
        "4eb59abc-1c96-496a-b235-87b3ade0bedd"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2014-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AJ Dávila may be better known to the casual bystander as the frontman of Dávila 666, the Puerto Rico garage rock band whose stateside appreciation pales in comparison to that they deserve. \n\nAJ Dávila y Terror Amor performed this track live in the KEXP studio in 2014:\nhttps://youtu.be/0099Pf6-H9M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}