Information about plays

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

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

{
    "id": 3575673,
    "uri": "https://api.kexp.org/v2/plays/3575673/?format=api",
    "airdate": "2025-11-08T19:38:23-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://coverartarchive.org/release/63ecb441-ec05-43c3-b5ad-f02b7726c463/25898802969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63ecb441-ec05-43c3-b5ad-f02b7726c463/25898802969-250.jpg",
    "song": "Take It Easy",
    "track_id": null,
    "recording_id": "4268109e-778c-4a35-8eba-60d291a9496d",
    "artist": "Archie James Cavanaugh",
    "artist_ids": [
        "3d60c24d-1c4b-4354-96b8-05699f0c2e3f"
    ],
    "album": "Black and White Raven",
    "release_id": null,
    "release_group_id": "ff27a26f-b616-48bb-b34a-7e481b3fd1dc",
    "labels": [
        "Black & White Raven, Inc."
    ],
    "label_ids": [
        "e41f9f5a-8a8b-4779-b269-eb0bbcd06366"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Archie James Cavanaugh was born in a Tlingit Indian community in Southeast Alaska. The cover of his debut album, features the image of a raven that, in Tlingit mythology, unleashed a kind of Pandora’s Box of sickness and disease into the world...\" Read more here: https://bit.ly/2E0zlB1",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}