Information about plays

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

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

{
    "id": 3579418,
    "uri": "https://api.kexp.org/v2/plays/3579418/?format=api",
    "airdate": "2025-11-17T13:36:28-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://ia601705.us.archive.org/7/items/mbid-95afa72d-e7c3-4827-8415-018dd305aba7/mbid-95afa72d-e7c3-4827-8415-018dd305aba7-30738598123_thumb500.jpg",
    "thumbnail_uri": "https://dn710107.ca.archive.org/0/items/mbid-95afa72d-e7c3-4827-8415-018dd305aba7/mbid-95afa72d-e7c3-4827-8415-018dd305aba7-30738598123_thumb250.jpg",
    "song": "8th Wonder",
    "track_id": "c825c676-4d81-4bff-8a3c-e4433dd651d6",
    "recording_id": "2788afee-3ac7-4521-8baa-eca6d1a54f5e",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Music for Men",
    "release_id": "c81b6c79-9449-4c1c-a6bf-948d57c3e820",
    "release_group_id": "cf64fa05-b823-4ab2-830b-518f522a0691",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.anothermag.com/design-living/15530/50-questions-with-beth-ditto-gossip-new-album-real-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}