Information about plays

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

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

{
    "id": 3596595,
    "uri": "https://api.kexp.org/v2/plays/3596595/?format=api",
    "airdate": "2025-12-27T05:14:39-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harap Dan Ragu",
    "track_id": "72a608e5-7fa1-44d4-9f7c-d2e1e6437c15",
    "recording_id": "6de29564-306a-4a27-86db-f25b853f904c",
    "artist": "Thee Marloes",
    "artist_ids": [
        "84543b66-bb03-4a68-8378-e3d62fabb120"
    ],
    "album": "Harap Dan Ragu",
    "release_id": "889ecc7e-e2f2-4165-8d95-153b5d8609b4",
    "release_group_id": "a6685e98-1b64-4e8e-bf70-4343853d0222",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-11-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from this trio out of Surabaya, Indonesia.\n\nhttps://theemarloes.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}