Information about plays

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

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

{
    "id": 3584774,
    "uri": "https://api.kexp.org/v2/plays/3584774/?format=api",
    "airdate": "2025-11-29T23:33:15-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plasma",
    "track_id": null,
    "recording_id": null,
    "artist": "Vampire Lesbos",
    "artist_ids": [],
    "album": "Vampire Lebos",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flat Field"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vampire Lezbos was started in 1984. Originally from the Spokane-area in Washington State, they played across the country for five years before regrouping in Portland, Maine in 1989.\n\nhttps://flatfieldrecords.com/vampire-lezbos/\nhttps://realmorereal.org/shop/audio-recordings/cd/vampire-lezbos-s-t/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}