Information about plays

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

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

{
    "id": 3590067,
    "uri": "https://api.kexp.org/v2/plays/3590067/?format=api",
    "airdate": "2025-12-12T07:53:00-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia601203.us.archive.org/4/items/mbid-c56056f5-3aeb-47fd-9f8f-381fabcd4fde/mbid-c56056f5-3aeb-47fd-9f8f-381fabcd4fde-43796294991_thumb500.jpg",
    "thumbnail_uri": "https://ia601203.us.archive.org/4/items/mbid-c56056f5-3aeb-47fd-9f8f-381fabcd4fde/mbid-c56056f5-3aeb-47fd-9f8f-381fabcd4fde-43796294991_thumb250.jpg",
    "song": "Wrong Party",
    "track_id": "6d79af8e-c1c2-4452-ba3b-301e8d4e4363",
    "recording_id": "33c72c32-899a-4235-b03f-e7574a931e60",
    "artist": "Fazed on a Pony",
    "artist_ids": [
        "e5f69f12-b24c-424c-96e2-4332e5f1f8a9"
    ],
    "album": "Wrong Party",
    "release_id": "c56056f5-3aeb-47fd-9f8f-381fabcd4fde",
    "release_group_id": "c923be27-c687-4668-b7b6-f55695da4e66",
    "labels": [
        "Meritorio"
    ],
    "label_ids": [
        "d9c2a77e-7411-4811-89cc-1637ccc6314a"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fazed on a Pony is Kiwi singer/songwriter Peter McCall.  His second album, \"Swan,\" will be released on January 23rd.\n--\nGo right here to pre-order it. (You know you want to!): https://fazedonapony.bandcamp.com/album/swan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}