Information about plays

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

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

{
    "id": 3543970,
    "uri": "https://api.kexp.org/v2/plays/3543970/?format=api",
    "airdate": "2025-08-23T23:03:43-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/d743011a-e925-4557-9239-dacc33b34861/27774889696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d743011a-e925-4557-9239-dacc33b34861/27774889696-250.jpg",
    "song": "Escaleras + Llegan empujando",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Crudos",
    "artist_ids": [
        "d7532075-6ce5-4009-ac07-e670f9e7418f"
    ],
    "album": "Discography",
    "release_id": null,
    "release_group_id": "c4e69ee9-8034-32b4-8f88-04a867b23cf5",
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Crudos have been described as \"one of '90s punk's truly great bands\" and \"one of the greatest hardcore bands...ever.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}