Information about plays

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

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

{
    "id": 3628191,
    "uri": "https://api.kexp.org/v2/plays/3628191/?format=api",
    "airdate": "2026-03-12T19:40:14-07:00",
    "show": 66164,
    "show_uri": "https://api.kexp.org/v2/shows/66164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BOLO",
    "track_id": null,
    "recording_id": "6f2d8e9b-c1b9-47e5-b253-102ff227672a",
    "artist": "PENOMECO feat. YDG",
    "artist_ids": [
        "60df792c-a06f-4fa5-b0d5-94d44a8d8bee",
        "2ad44958-8c20-4473-8210-1e665c45b3b7"
    ],
    "album": "Organic",
    "release_id": null,
    "release_group_id": "44426b82-a330-47de-a14b-83bb935a4a8f",
    "labels": [
        "P NATION"
    ],
    "label_ids": [
        "eba2adab-5ec4-4c26-a999-c31828e33250"
    ],
    "release_date": "2021-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}