Information about plays

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

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

{
    "id": 3548269,
    "uri": "https://api.kexp.org/v2/plays/3548269/?format=api",
    "airdate": "2025-09-03T04:03:42-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?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://ia601608.us.archive.org/15/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb250.jpg",
    "song": "Some Time Alone, Alone",
    "track_id": "c2b7acc3-446c-361d-ba19-c2526544e031",
    "recording_id": "6ec60e11-0ce8-4af6-bb9d-f3cef54f3060",
    "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": "produced by Kevin Parker aka Tame Impala \n\nhttps://melodysechochamber.bandcamp.com/album/melodys-echo-chamber",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}