Information about plays

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

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

{
    "id": 3566095,
    "uri": "https://api.kexp.org/v2/plays/3566095/?format=api",
    "airdate": "2025-10-16T21:52:38-07:00",
    "show": 64852,
    "show_uri": "https://api.kexp.org/v2/shows/64852/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nandito Ako",
    "track_id": null,
    "recording_id": null,
    "artist": "Troy Laureta, Nicole, Regine Velasquez",
    "artist_ids": [
        "427d526f-da77-422b-934c-6d2d1b660299",
        "2adb0ccf-24c5-4b69-85dd-dc5093020db2",
        "b7efc324-d12b-40b5-87a8-b67ffb34a91d"
    ],
    "album": "Harana: The Sound of Us",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2021-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=EdeaHsftlZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}