Information about plays

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

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

{
    "id": 3636389,
    "uri": "https://api.kexp.org/v2/plays/3636389/?format=api",
    "airdate": "2026-04-01T09:38:08-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://ia801709.us.archive.org/11/items/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544-44200524364_thumb500.jpg",
    "thumbnail_uri": "https://dn720607.ca.archive.org/0/items/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544/mbid-758f14ad-c07c-454d-b6e0-72ec4df81544-44200524364_thumb250.jpg",
    "song": "Mind Disaster",
    "track_id": "e44f957a-e5b4-4eec-8db0-816badcbc2e9",
    "recording_id": "207f621a-761c-40d4-9320-87a8340ee900",
    "artist": "Miss Grit",
    "artist_ids": [
        "a9cff714-1ff7-4b50-a800-5b43357e5c72"
    ],
    "album": "Under My Umbrella",
    "release_id": "758f14ad-c07c-454d-b6e0-72ec4df81544",
    "release_group_id": "798c41b3-838e-47cd-b10a-ff56e3746980",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from local band Miss Grit! \n\nThey will be performing on the West Coast with Just Mustard!\n* Seattle on May 8th at the Tractor Tavern\n* San Francisco on May 12 at Cafe Du Nord\n\nhttps://missgrit.bandcamp.com\nhttps://missgrit.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}