Information about plays

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

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

{
    "id": 3592073,
    "uri": "https://api.kexp.org/v2/plays/3592073/?format=api",
    "airdate": "2025-12-17T00:26:52-08:00",
    "show": 65398,
    "show_uri": "https://api.kexp.org/v2/shows/65398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cowgirl",
    "track_id": "9b7bf683-8176-4680-81ec-5a483f68fc9a",
    "recording_id": "2b654599-4fe0-44bf-a273-aba1d49a7440",
    "artist": "cutouts feat. Tomberlin",
    "artist_ids": [
        "4717b4d8-00b9-4f55-aead-ae501d359f6f",
        "e14e5f35-1d63-4f83-864f-8bc4dfc627a4"
    ],
    "album": "Snakeskin",
    "release_id": "dd824457-ce7c-4cee-bc75-9207d2c5edfa",
    "release_group_id": "492456b6-7567-42e5-8706-632401b44bb7",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My 5th favorite album of the year! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}