Information about plays

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

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

{
    "id": 3553232,
    "uri": "https://api.kexp.org/v2/plays/3553232/?format=api",
    "airdate": "2025-09-15T04:07:27-07:00",
    "show": 64567,
    "show_uri": "https://api.kexp.org/v2/shows/64567/?format=api",
    "image_uri": "https://ia801303.us.archive.org/6/items/mbid-dd84d549-6432-49de-9b4c-e12f384ca8f8/mbid-dd84d549-6432-49de-9b4c-e12f384ca8f8-37817299553_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-dd84d549-6432-49de-9b4c-e12f384ca8f8/mbid-dd84d549-6432-49de-9b4c-e12f384ca8f8-37817299553_thumb250.jpg",
    "song": "Seeing Two",
    "track_id": "aa9b2edd-c4de-43bb-aff3-7362c0f01b82",
    "recording_id": "28ebda7f-a5e9-4c0d-8692-1e448623d74a",
    "artist": "Mali Obomsawin & Magdalena Abrego",
    "artist_ids": [
        "05a3d12f-1292-4ce6-b80c-c7f897f68333",
        "675d43b4-c23d-4655-aa95-fa1075e5ed0f"
    ],
    "album": "Greatest Hits",
    "release_id": "dd84d549-6432-49de-9b4c-e12f384ca8f8",
    "release_group_id": "7d42aa66-eb6e-4599-88b8-302342dac98c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The duo Deerlady (Mali Obomsawin and Magdalena Abrego) released Greatest Hits early this year, describing it as a collection of songs about intimacy under colonialism. https://mali-obomsawin.bandcamp.com/album/greatest-hits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}