Information about plays

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

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

{
    "id": 3545671,
    "uri": "https://api.kexp.org/v2/plays/3545671/?format=api",
    "airdate": "2025-08-28T00:11:21-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia801808.us.archive.org/1/items/mbid-b7c9e8ce-f126-42b2-8ba8-efaf3b6c8f6d/mbid-b7c9e8ce-f126-42b2-8ba8-efaf3b6c8f6d-29073055676_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-b7c9e8ce-f126-42b2-8ba8-efaf3b6c8f6d/mbid-b7c9e8ce-f126-42b2-8ba8-efaf3b6c8f6d-29073055676_thumb250.jpg",
    "song": "What Do You Want Me to Do?",
    "track_id": "9efdda45-dd77-4a18-8351-1cfc5b8c6bd1",
    "recording_id": "1a11b22f-d0f3-47e4-88ef-bc1ee964fdec",
    "artist": "Pointed Sticks",
    "artist_ids": [
        "bf54cfc1-7e78-4287-b4ad-a4fab56b9b27"
    ],
    "album": "Waiting for the Real Thing",
    "release_id": "b7c9e8ce-f126-42b2-8ba8-efaf3b6c8f6d",
    "release_group_id": "301772ee-075a-4882-ab47-9fce30be26b5",
    "labels": [
        "Sudden Death Records"
    ],
    "label_ids": [
        "1680471a-62b9-425c-b209-4363edd5b67b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pointed Sticks are a Canadian punk rock/new wave band from Vancouver. Originally active from 1978 to 1981, then reuniting to perform in July 2006 through to November 2012.\n\nhttps://pointedsticks.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}