Information about plays

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

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

{
    "id": 3554311,
    "uri": "https://api.kexp.org/v2/plays/3554311/?format=api",
    "airdate": "2025-09-17T20:07:11-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e375257-8f20-49f2-b7ea-c8510ab217ce/42270148418-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e375257-8f20-49f2-b7ea-c8510ab217ce/42270148418-250.jpg",
    "song": "Cambia, Cambia",
    "track_id": null,
    "recording_id": "7269677b-04db-468f-93e0-af134773cd18",
    "artist": "Los Dug Dugs",
    "artist_ids": [],
    "album": "Cambia, Cambia",
    "release_id": null,
    "release_group_id": "ca8c7d17-e698-3d6d-bd3f-d44355667f44",
    "labels": [
        "RCA Camden"
    ],
    "label_ids": [
        "f212519f-c52e-4e4a-95b9-c963c7d2a548"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Dug Dug's performing “Cambia, Cambia” live in the KEXP studio. Recorded April 4, 2025. https://www.youtube.com/watch?v=tENkmqLxk18\n\nArmando Nava Muñoz - Lead Guitar, Flute\nDaniel Tello Pedrin - Drums\nAxel Tamayo Rivera - Bass Guitar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}