Information about plays

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

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

{
    "id": 3569365,
    "uri": "https://api.kexp.org/v2/plays/3569365/?format=api",
    "airdate": "2025-10-24T13:15:00-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://ia800905.us.archive.org/21/items/mbid-a78a16d6-2c2d-4873-9676-f07f313ba372/mbid-a78a16d6-2c2d-4873-9676-f07f313ba372-7496263249_thumb500.jpg",
    "thumbnail_uri": "https://ia600905.us.archive.org/21/items/mbid-a78a16d6-2c2d-4873-9676-f07f313ba372/mbid-a78a16d6-2c2d-4873-9676-f07f313ba372-7496263249_thumb250.jpg",
    "song": "Sometimes",
    "track_id": "9bf84f92-2dd8-3567-a22f-56057d31d26a",
    "recording_id": "9839b527-a36d-4efb-8682-526601be5131",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "Loveless",
    "release_id": "a78a16d6-2c2d-4873-9676-f07f313ba372",
    "release_group_id": "cb76227e-3ac0-3002-9a10-615a5b73cc59",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nineteen different studios were used over the course of February 1989-September 1991 before this second album from My Bloody Valentine would see the light of day.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}