Information about plays

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

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

{
    "id": 3569148,
    "uri": "https://api.kexp.org/v2/plays/3569148/?format=api",
    "airdate": "2025-10-24T01:45:45-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Killing",
    "track_id": null,
    "recording_id": null,
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "CAOS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA Records"
    ],
    "label_ids": [],
    "release_date": "2025-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miguel is back after eight years with his fifth studio album, CAOS, released on his birthday, October 23.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}