Information about plays

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

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

{
    "id": 3641199,
    "uri": "https://api.kexp.org/v2/plays/3641199/?format=api",
    "airdate": "2026-04-12T13:22:59-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b9a3d07-903f-4cc7-8e9c-c79a7a33a063/35911765848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b9a3d07-903f-4cc7-8e9c-c79a7a33a063/35911765848-250.jpg",
    "song": "No Rain",
    "track_id": null,
    "recording_id": "c94f7a91-067e-439b-a700-7741e9c0cd3f",
    "artist": "Jeffrey Silverstein",
    "artist_ids": [
        "8f47b610-daa0-47ac-a02e-bb9fbf021945"
    ],
    "album": "Western Sky Music",
    "release_id": null,
    "release_group_id": "d117a4bc-202a-4d2b-ab02-bfaf6130e980",
    "labels": [
        "Arrowhawk Records"
    ],
    "label_ids": [
        "3d37a62e-5406-4cdd-9e62-a309bcc9b9cf"
    ],
    "release_date": "2023-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Portland-based singer channeled the beauty of his adopted home region of the Pacific Northwest for this album.\nhttps://jeffreysilverstein.bandcamp.com/album/western-sky-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}