Information about plays

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

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

{
    "id": 3554398,
    "uri": "https://api.kexp.org/v2/plays/3554398/?format=api",
    "airdate": "2025-09-18T00:52:36-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-b1683428-6efb-45b1-bf52-19c1ca88c15e/mbid-b1683428-6efb-45b1-bf52-19c1ca88c15e-42448283530_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/15/items/mbid-b1683428-6efb-45b1-bf52-19c1ca88c15e/mbid-b1683428-6efb-45b1-bf52-19c1ca88c15e-42448283530_thumb250.jpg",
    "song": "Unu",
    "track_id": "8b07a1b7-fc92-4215-bd30-6efdcd06e565",
    "recording_id": "699b863c-eae0-4202-b33e-54db46679549",
    "artist": "Gilligan Moss",
    "artist_ids": [
        "b55d0453-f43f-4b88-94a9-7658cbffb972"
    ],
    "album": "À La Mode",
    "release_id": "b1683428-6efb-45b1-bf52-19c1ca88c15e",
    "release_group_id": "89a76507-6181-44d5-aa0d-dde8431bd59f",
    "labels": [
        "Foreign Family Collective"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://gilliganmoss.bandcamp.com/album/a-la-mode",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}