Information about plays

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

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

{
    "id": 3622468,
    "uri": "https://api.kexp.org/v2/plays/3622468/?format=api",
    "airdate": "2026-02-26T07:35:13-08:00",
    "show": 66034,
    "show_uri": "https://api.kexp.org/v2/shows/66034/?format=api",
    "image_uri": "https://dn711201.ca.archive.org/0/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb500.jpg",
    "thumbnail_uri": "https://dn711201.ca.archive.org/0/items/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783/mbid-dd364ecd-c9d2-49be-b319-ef20bec00783-2104773855_thumb250.jpg",
    "song": "I Follow You",
    "track_id": "2dbc8f8f-9a7d-347d-999d-5597c64e3b82",
    "recording_id": "8a0dcf5e-f3e4-4aed-987c-5bbdebbddd7b",
    "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": "This 2012 debut solo album from artist Melody Prochet was produced by Tame Impala's Kevin Parker. https://melodysechochamber.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}