Information about plays

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

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

{
    "id": 3604769,
    "uri": "https://api.kexp.org/v2/plays/3604769/?format=api",
    "airdate": "2026-01-15T18:16:09-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lipstick",
    "track_id": null,
    "recording_id": "82e7fe55-e2c4-4a86-884a-e4e03ad66f40",
    "artist": "Ghostkeeper",
    "artist_ids": [
        "f9d7b8cf-795e-4904-b66f-a4bb1a950c15"
    ],
    "album": "Cîpayak Joy",
    "release_id": null,
    "release_group_id": "25bb4ca7-268d-42ea-bd5e-6c2a4506ad02",
    "labels": [
        "Victory Pool"
    ],
    "label_ids": [
        "2a6f4892-c061-4e94-9395-83cf6117bbb5"
    ],
    "release_date": "2024-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghostkeeper is known for weaving Métis storytelling into an eclectic blend of avant-pop, experimental rock, and lo-fi trap. They \"channel the spirit world in all of its pain, beauty and wonderment, and gifts it to anyone willing to accept\".\n\nhttps://ghostkeeper.bandcamp.com/album/c-payak-joy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}