Information about plays

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

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

{
    "id": 3545597,
    "uri": "https://api.kexp.org/v2/plays/3545597/?format=api",
    "airdate": "2025-08-27T19:29:10-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia801608.us.archive.org/15/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/15/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb250.jpg",
    "song": "Bisou Magique",
    "track_id": "76ba0d3f-27d8-3729-b64d-9ae3ba861c4f",
    "recording_id": "d7e6c685-b5ae-4b75-8522-088aa71caab4",
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Melody’s Echo Chamber",
    "release_id": "dd364ecd-c9d2-49be-b319-ef20bec00783",
    "release_group_id": "9478c2ff-9da4-475d-b35c-3eb1788b1ad2",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2012-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Matt!\n-\nUnder the name Melody's Echo Chamber, French musician Melody Prochet crafts sweet and swirling psych pop that brings in elements of prog and folk, while casting out bewitching melodies as well. \n\nhttps://melodysechochamber.bandcamp.com/album/bon-voyage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}