Information about plays

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

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

{
    "id": 3589145,
    "uri": "https://api.kexp.org/v2/plays/3589145/?format=api",
    "airdate": "2025-12-10T01:18:08-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kilowatts",
    "track_id": "e0e6fa49-cce2-4ee3-a3a5-03b7409a32e4",
    "recording_id": "c17941c3-346c-4f2f-be5e-6e974ecec7a4",
    "artist": "Atmosphere feat. Kurious",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8",
        "48ca0874-e088-4f60-8522-1866115fb49d"
    ],
    "album": "Jestures",
    "release_id": "d4ab9c78-7899-4460-a6bc-dc4b6efc2aac",
    "release_group_id": "3b7eea67-e7b2-419a-837f-ae9a6e17555b",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jestures 2025 album by the hip-hop duo Atmosphere, where rapper Slug explores middle-aged life, domesticity, and finding meaning in routine through 26 alphabet-themed songs\n\nAtmosphere has been announced for the Minnesota Yacht Club lineup July 17-19, 2026. Presale tickets available now:\n\nhttps://www.minnesotayachtclubfestival.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}