Information about plays

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

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

{
    "id": 3552358,
    "uri": "https://api.kexp.org/v2/plays/3552358/?format=api",
    "airdate": "2025-09-13T04:10:01-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia801706.us.archive.org/17/items/mbid-b50ddeff-af60-4379-8a1b-4ce8c2f0e348/mbid-b50ddeff-af60-4379-8a1b-4ce8c2f0e348-4410475252_thumb500.jpg",
    "thumbnail_uri": "https://ia801706.us.archive.org/17/items/mbid-b50ddeff-af60-4379-8a1b-4ce8c2f0e348/mbid-b50ddeff-af60-4379-8a1b-4ce8c2f0e348-4410475252_thumb250.jpg",
    "song": "People Are Strange",
    "track_id": "d5673459-5c46-310b-80f3-b8e9a6a2ac66",
    "recording_id": "73bf9ad2-5d60-485a-91cd-accca0d57e46",
    "artist": "Das Racist",
    "artist_ids": [
        "68528e6a-82d8-4b3b-ab4b-0ae23ab31185"
    ],
    "album": "Sit Down, Man",
    "release_id": "b50ddeff-af60-4379-8a1b-4ce8c2f0e348",
    "release_group_id": "2c02d1a1-1fc2-4c6e-b2e5-1475720c1f09",
    "labels": [
        "Mad Decent",
        "Мишка",
        "Greedhead"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8",
        "19c665f8-8155-470a-af19-ca64580baf34",
        "8ec50014-1fbe-4fcf-9854-9b259026d792"
    ],
    "release_date": "2010-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}