Information about plays

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

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

{
    "id": 3547803,
    "uri": "https://api.kexp.org/v2/plays/3547803/?format=api",
    "airdate": "2025-09-02T02:38:21-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://ia600907.us.archive.org/32/items/mbid-8b617e0c-77aa-4938-9436-911b33f783b3/mbid-8b617e0c-77aa-4938-9436-911b33f783b3-42499322470_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/32/items/mbid-8b617e0c-77aa-4938-9436-911b33f783b3/mbid-8b617e0c-77aa-4938-9436-911b33f783b3-42499322470_thumb250.jpg",
    "song": "finding my spirit",
    "track_id": "349e3e56-d6c4-4e15-b1bf-c87dfdeeb624",
    "recording_id": "083d1a7d-5a2c-4afc-8357-c4534280ac2d",
    "artist": "Two Shell",
    "artist_ids": [
        "704d24f8-257e-41a2-9816-6407993fe2c7"
    ],
    "album": "IIcons",
    "release_id": "8b617e0c-77aa-4938-9436-911b33f783b3",
    "release_group_id": "9cfd72d3-1789-498a-841a-09107247f63c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://twoshell.bandcamp.com/album/iicons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}