Information about plays

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

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

{
    "id": 3594318,
    "uri": "https://api.kexp.org/v2/plays/3594318/?format=api",
    "airdate": "2025-12-22T04:24:28-08:00",
    "show": 65445,
    "show_uri": "https://api.kexp.org/v2/shows/65445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tlingit\n--\n\"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": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}