Information about plays

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

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

{
    "id": 3642349,
    "uri": "https://api.kexp.org/v2/plays/3642349/?format=api",
    "airdate": "2026-04-15T10:10:52-07:00",
    "show": 66460,
    "show_uri": "https://api.kexp.org/v2/shows/66460/?format=api",
    "image_uri": "https://dn710105.ca.archive.org/0/items/mbid-2178e2e3-37ad-4562-b67e-c125a38ab80b/mbid-2178e2e3-37ad-4562-b67e-c125a38ab80b-44219031428_thumb500.jpg",
    "thumbnail_uri": "https://dn710105.ca.archive.org/0/items/mbid-2178e2e3-37ad-4562-b67e-c125a38ab80b/mbid-2178e2e3-37ad-4562-b67e-c125a38ab80b-44219031428_thumb250.jpg",
    "song": "Automatic",
    "track_id": "04ea2fc7-8220-4fa2-b7f6-9d7e5c7ac40a",
    "recording_id": "d1c68e04-9b05-4324-8222-362dcb6e2ef2",
    "artist": "Jessie Ware",
    "artist_ids": [
        "6ed40778-8d03-4a5c-ad35-93cf814627c9"
    ],
    "album": "Superbloom",
    "release_id": "2178e2e3-37ad-4562-b67e-c125a38ab80b",
    "release_group_id": "f14a7a20-c82a-4746-aa59-d6886461b459",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessie Ware's new album \"Superbloom\" releases this Friday, April 17th!\n\nShe's also on tour! Fri, Oct 16th at the Warfield in SF!\n\nhttps://www.jessieware.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}