Information about plays

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

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

{
    "id": 3548905,
    "uri": "https://api.kexp.org/v2/plays/3548905/?format=api",
    "airdate": "2025-09-04T16:33:06-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?format=api",
    "image_uri": "https://ia601608.us.archive.org/15/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/15/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb250.jpg",
    "song": "You Won’t Be Missing That Part of Me",
    "track_id": "1f0ca2a8-f497-3048-9667-14f56d352c7e",
    "recording_id": "2554a952-2211-4c2f-a822-97b825bf24ce",
    "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": false,
    "is_live": false,
    "comment": "Melody's Echo Chamber is the project of French artist Melody Prochet. Produced by Kevin Parker of Tame Impala.\nhttps://melodysechochamber.com/\n\nMelody's Echo Chamber - You Won't Be Missing That Part Of Me (Official Video): https://www.youtube.com/watch?v=gDyhl5GSje4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}