Information about plays

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

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

{
    "id": 3621429,
    "uri": "https://api.kexp.org/v2/plays/3621429/?format=api",
    "airdate": "2026-02-23T21:41:19-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Encerrada",
    "track_id": null,
    "recording_id": "d23500c1-74f4-4a8c-a5d8-0bc56c81ebdf",
    "artist": "Y La Bamba, Reyna Tropical",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3",
        "1527780e-ee93-42fe-8736-5adc529235ef"
    ],
    "album": "Demo",
    "release_id": null,
    "release_group_id": "53403455-f239-4c10-8cab-071387e779c4",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2019-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amazing collaboration between Y La Bamba (Portland) and Reyna Tropical (Portland/ LA).\n***La Bamba: https://www.youtube.com/watch?v=gvRUqONpJjw and Reyna Tropical: https://www.youtube.com/watch?v=BKhFV-t7bQk \nIncreíble colaboración entre Y La Bamba (Portland) y Reyna Tropical (Portland/Los Ángeles).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}